summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* test: Add infrastructure to run tests against real GNU compilersBrad King2015-02-251-0/+36
* test: Default to requiring empty stdout and stderrBrad King2015-02-2532-31/+2
* test: Fix Function-template source to return from startBrad King2015-02-251-1/+1
* Detect: Do not use Clang builtin include dir with --castxml-cc-msvcBrad King2015-02-113-4/+2
* Detect: Drop detected predefined macros starting in '__has'Brad King2015-02-047-4/+34
* Detect: Use Clang builtin include dir even with --castxml-cc-<id>Brad King2015-02-048-4/+19
* test: Add a case to test that -c is ignoredGaëtan Lehmann2015-02-033-0/+3
* castxml: Allow -E to suppress --castxml-gccxml when used togetherGaëtan Lehmann2015-01-287-13/+6
* castxml: Add creditsBrad King2014-12-172-1/+9
* README: Add creditsBrad King2014-12-171-0/+9
* Output: Fix references to cv-qualified types encountered indirectlyBrad King2014-12-115-16/+59
* test: Improve class template member typedef test casesBrad King2014-12-114-6/+6
* RunClang: Force definition only of special membersBrad King2014-12-101-4/+19
* RunClang: Use queue to track class completionBrad King2014-12-081-3/+6
* RunClang: Do not add implicit members if errors occurredBrad King2014-12-081-5/+7
* RunClang: Refactor definition of implicit membersBrad King2014-12-087-36/+41
* RunClang: Delay class implicit members until end of parsingBrad King2014-12-082-26/+42
* Port to LLVM/Clang SVN r223652 (trunk)Brad King2014-12-081-1/+1
* Avoid if() auto-dereference of quoted argumentBrad King2014-12-081-1/+1
* Merge branch 'upstream-kwsys'Brad King2014-11-1211-291/+443
|\
| * KWSys 2014-11-12 (5843f590)KWSys Robot2014-11-1211-291/+443
* | Port to LLVM/Clang SVN r219684 (trunk)Brad King2014-10-1430-102/+202
* | Port to LLVM/Clang SVN r218400 (trunk)Brad King2014-09-242-2/+3
* | Merge branch 'upstream-kwsys' into src/kwsys/ subtreeBrad King2014-09-2430-624/+1385
|\ \ | |/
| * KWSys 2014-09-19 (6aa1f800)KWSys Robot2014-09-2430-624/+1385
* | Port to LLVM/Clang SVN r216182 (trunk)Brad King2014-08-211-1/+1
* | Port to LLVM/Clang SVN r216002 (trunk)Brad King2014-08-206-5/+5
* | Port to LLVM/Clang SVN r215464 (trunk)Brad King2014-08-122-4/+6
* | Port to LLVM/Clang SVN r215430 (release_35)Brad King2014-08-124-10/+10
* | Port to LLVM/Clang SVN r210479Brad King2014-06-092-2/+2
* | test: Add cases for --castxml-cc-(gnu|msvc) detectionBrad King2014-04-1621-0/+68
* | RunClang: With --castxml-cc-<id>, disable Clang stdlib includesBrad King2014-04-161-1/+2
* | Detect: Recognize framework include directories on OS XBrad King2014-04-163-6/+29
* | Output: Add function calling convention attributesBrad King2014-04-144-0/+61
* | Output: Generate location attributes for builtin declarationsBrad King2014-04-114-11/+37
* | Output: Traverse extern "C" namespace membersBrad King2014-04-114-0/+23
* | Output: Refactor declaration context traversalBrad King2014-04-111-52/+64
* | Output: Drop class template partial specializations from outputBrad King2014-04-116-1/+49
* | Output: Drop functions with rvalue reference types from gccxml outputBrad King2014-04-1112-11/+59
* | Output: Order queue deterministically by node indexBrad King2014-04-119-16/+20
* | castxml: Register all LLVM target architectures and asm parsersBrad King2014-04-105-1/+27
* | castxml: Support -std=c++11 with --castxml-gccxmlBrad King2014-04-1013-9/+52
* | test: Split gccxml test macros by language and standardBrad King2014-04-091-3/+15
* | test: Name expected results by language standardBrad King2014-04-09126-7/+7
* | test: Support zero or many alternative expected result file namesBrad King2014-04-092-7/+10
* | test: Refactor castxml_test_gccxml_common 'std' argumentBrad King2014-04-091-4/+4
* | Output: Pass full Options struct to our ASTVisitorBrad King2014-04-093-12/+16
* | RunClang: Pass full Options struct to our ASTConsumerBrad King2014-04-091-5/+5
* | test: Remove xml output files before running castxmlBrad King2014-04-091-0/+4
* | test: Show failure when implicit member needs bad template instantiationBrad King2014-04-095-0/+14