summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Output: Skip implicit members that cannot be compiledBrad King2014-03-242-3/+56
* Output: Report Typedef underlying typeBrad King2014-03-241-1/+1
* Output: Decay Function Argument typesBrad King2014-03-241-1/+7
* Output: Use typedef name for anonymous enumBrad King2014-03-241-1/+7
* Output: Add default="" to Function Argument elementsBrad King2014-03-241-6/+24
* Output: Add pure_virtual="" to Function-like elementsBrad King2014-03-241-0/+13
* Output: Desugar Class base class referencesBrad King2014-03-241-2/+2
* Output: Add bases="" attribute to Class elementsBrad King2014-03-241-0/+27
* Output: Fix output of forward-declared classesBrad King2014-03-241-2/+9
* castxml: Report version number with '--version'Brad King2014-03-245-0/+40
* Introduce CastXML version numberBrad King2014-03-242-0/+49
* castxml: Expand response file references on command lineBrad King2014-03-241-0/+14
* castxml: Use LLVM API to load command-line argumentsBrad King2014-03-241-7/+21
* Output: Make FundamentalType names match gccxmlBrad King2014-03-241-1/+14
* Output: Report class friendsBrad King2014-03-241-0/+33
* Output: Report class basesBrad King2014-03-211-1/+16
* Output: Refactor access specifier attribute printingBrad King2014-03-211-7/+16
* Output: Add abstract="" attribute to Class elementsBrad King2014-03-211-0/+4
* Output: Generate Enumeration elementsBrad King2014-03-211-0/+30
* Output: Add init="" attribute to Variable elementsBrad King2014-03-211-0/+8
* Output: Handle using declarations and directivesBrad King2014-03-211-0/+28
* Output: Generate MethodType and OffsetType elementsBrad King2014-03-211-4/+75
* Output: Extend type nodes and queue to pair with containing classBrad King2014-03-211-27/+44
* Output: Generate Ellipsis element inside variadic functions and typesBrad King2014-03-211-0/+6
* Output: Generate FunctionType elementsBrad King2014-03-211-0/+36
* Output: Map Paren type to the inner typeBrad King2014-03-211-0/+3
* Output: Generate Field elementsBrad King2014-03-211-0/+21
* Output: Generate function template instantiations and specializationsBrad King2014-03-211-0/+32
* RunClang: Parse function bodies so we can instantiate themBrad King2014-03-211-3/+0
* Output: Follow qualified type namesBrad King2014-03-211-0/+3
* Output: Desugar template specialization typesBrad King2014-03-211-0/+7
* Output: Generate class template instantiations and specializationsBrad King2014-03-211-2/+54
* Output: Factor out start decl additionBrad King2014-03-211-2/+11
* Restrict --castxml-gccxml to C++98 and C89 modesBrad King2014-03-211-0/+25
* Output: Add implicit members to Class, Struct, and UnionBrad King2014-03-211-0/+3
* Output: Generate Function and related elementsBrad King2014-03-211-0/+227
* Output: Generate Variable elementsBrad King2014-03-211-0/+20