summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Output: Move function type attributes to end of element attribute listBrad King2015-05-271-1/+1
* Output: Generate throw="..." instead of throws="..."Michka Popoff2015-05-211-2/+2
* Output: Place inline namespace members in containing namespaceBrad King2015-05-151-0/+18
* Output: Refactor Clang printing policy selectionBrad King2015-05-151-5/+10
* Output: Do not generate name="" attribute on anonymous namespacesBrad King2015-05-151-1/+4
* Output: Add mangled="" attributes to function and variable declsBrad King2015-05-121-1/+32
* Output: Drop 'const' from clang::ASTContext referenceBrad King2015-05-122-3/+3
* Output: Inline PrintNameAttribute overload at only call siteBrad King2015-05-121-11/+4
* Output: Fix compilation with VS 2012Brad King2015-04-281-9/+19
* Output: Drop unused index previously consumed by CvQualifiedType elementsBrad King2015-04-281-2/+0
* Output: Refactor generation of CvQualifiedType elementsBrad King2015-04-281-156/+229
* Output: Rename AddDumpNode overloads to Add{Decl,Type}DumpNodeBrad King2015-04-271-32/+35
* castxml: Document example values for --castxml-cc-<id> optionBrad King2015-04-161-2/+5
* Detect: Improve target triple selectionBrad King2015-04-161-15/+13
* Output: Add "size" and "align" attributes on builtin types and structsMichka Popoff2015-04-081-0/+24
* Output: Generate an "offset" attribute on Field elementsMichka Popoff2015-04-081-0/+10
* 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