summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Output: Handle function types with no prototypeBrad King2015-03-311-13/+15
* Port to LLVM/Clang SVN r232962 (trunk)Brad King2015-03-231-2/+1
* Output: Simplify name lookup result traversalBrad King2015-03-231-7/+6
* Output: Traverse namespace redeclarationsBrad King2015-03-231-1/+5
* Output: Refactor PrintMembersAttribute steps as overloadsBrad King2015-03-231-1/+6
* Detect: Provide __float128 when simulating GNU compilersBrad King2015-02-251-0/+16
* Detect: Use local variable to simplify fixPredefines logicBrad King2015-02-251-4/+5
* Detect: Do not use Clang builtin include dir with --castxml-cc-msvcBrad King2015-02-111-2/+0
* Detect: Drop detected predefined macros starting in '__has'Brad King2015-02-041-0/+18
* Detect: Use Clang builtin include dir even with --castxml-cc-<id>Brad King2015-02-041-0/+12
* castxml: Allow -E to suppress --castxml-gccxml when used togetherGaƫtan Lehmann2015-01-281-9/+0
* castxml: Add creditsBrad King2014-12-171-1/+6
* Output: Fix references to cv-qualified types encountered indirectlyBrad King2014-12-111-11/+24
* 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-081-29/+11
* RunClang: Delay class implicit members until end of parsingBrad King2014-12-081-1/+17
* Merge branch 'upstream-kwsys'Brad King2014-11-1211-291/+443
* Port to LLVM/Clang SVN r219684 (trunk)Brad King2014-10-141-4/+3
* Port to LLVM/Clang SVN r218400 (trunk)Brad King2014-09-241-1/+2
* Merge branch 'upstream-kwsys' into src/kwsys/ subtreeBrad King2014-09-2430-624/+1385
* Port to LLVM/Clang SVN r216002 (trunk)Brad King2014-08-201-2/+2
* Port to LLVM/Clang SVN r215464 (trunk)Brad King2014-08-121-3/+5
* Port to LLVM/Clang SVN r215430 (release_35)Brad King2014-08-123-9/+9
* Port to LLVM/Clang SVN r210479Brad King2014-06-091-1/+1
* 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-141-0/+30
* Output: Generate location attributes for builtin declarationsBrad King2014-04-111-11/+24
* Output: Traverse extern "C" namespace membersBrad King2014-04-111-0/+5
* Output: Refactor declaration context traversalBrad King2014-04-111-52/+64
* Output: Drop class template partial specializations from outputBrad King2014-04-111-1/+6
* Output: Drop functions with rvalue reference types from gccxml outputBrad King2014-04-111-11/+12
* Output: Order queue deterministically by node indexBrad King2014-04-111-8/+12
* castxml: Register all LLVM target architectures and asm parsersBrad King2014-04-102-1/+12
* castxml: Support -std=c++11 with --castxml-gccxmlBrad King2014-04-102-4/+22
* 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
* Port to LLVM/Clang SVN r205446Brad King2014-04-081-3/+2
* RunClang: Add missing include for OwningPtrBrad King2014-04-031-0/+1
* Output: Skip empty declarations in class or namespace membersBrad King2014-04-011-0/+3
* castxml: Report help with '-help' and '--help'Brad King2014-04-011-0/+15
* castxml: Use parentheses for '--castxml-cc-<id>' commandsBrad King2014-03-311-4/+48
* castxml: Rewrite usage output to include more detailBrad King2014-03-311-3/+24
* Output: Skip through extern "C" contexts to enclosing namespaceBrad King2014-03-311-0/+5
* Output: Skip friend function templatesBrad King2014-03-311-0/+5
* Output: Report template declarations as UnimplementedBrad King2014-03-271-0/+36
* Output: Desugar non-dependent typedef members of class templatesBrad King2014-03-271-3/+19
* Output: Drop from Namespace members="" non-inline class membersBrad King2014-03-241-0/+5