summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Output: Use typedef name for anonymous enumBrad King2014-03-246-1/+34
* Output: Add default="" to Function Argument elementsBrad King2014-03-246-6/+69
* Output: Add pure_virtual="" to Function-like elementsBrad King2014-03-243-9/+29
* Output: Desugar Class base class referencesBrad King2014-03-244-2/+37
* Output: Add bases="" attribute to Class elementsBrad King2014-03-244-3/+30
* test: Add case for multiple class forward declarationsBrad King2014-03-243-0/+12
* Output: Fix output of forward-declared classesBrad King2014-03-244-2/+35
* test: Add case for class template basesBrad King2014-03-243-0/+49
* castxml: Report version number with '--version'Brad King2014-03-248-0/+44
* Introduce CastXML version numberBrad King2014-03-243-0/+51
* castxml: Expand response file references on command lineBrad King2014-03-249-0/+26
* castxml: Use LLVM API to load command-line argumentsBrad King2014-03-242-8/+21
* test: Avoid duplication of path to test input directoryBrad King2014-03-241-4/+5
* Output: Make FundamentalType names match gccxmlBrad King2014-03-244-1/+62
* test: Add cases for C-mode gccxml-like outputBrad King2014-03-248-0/+26
* test: Add infrastructure for C-mode testsBrad King2014-03-241-5/+13
* test: Add case for using declaration in derived classBrad King2014-03-243-0/+48
* test: Add cases for class member template instantiationBrad King2014-03-245-0/+53
* Output: Report class friendsBrad King2014-03-244-0/+60
* Output: Report class basesBrad King2014-03-214-1/+83
* Output: Refactor access specifier attribute printingBrad King2014-03-211-7/+16
* Output: Add abstract="" attribute to Class elementsBrad King2014-03-214-0/+25
* Output: Generate Enumeration elementsBrad King2014-03-216-0/+54
* Output: Add init="" attribute to Variable elementsBrad King2014-03-214-0/+25
* Output: Handle using declarations and directivesBrad King2014-03-2110-0/+76
* Output: Generate MethodType and OffsetType elementsBrad King2014-03-2110-4/+132
* 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-216-0/+33
* Output: Generate FunctionType elementsBrad King2014-03-214-0/+49
* Output: Map Paren type to the inner typeBrad King2014-03-214-0/+12
* test: Add case for a Variable as Class memberBrad King2014-03-213-0/+23
* Output: Generate Field elementsBrad King2014-03-214-0/+49
* Output: Generate function template instantiations and specializationsBrad King2014-03-214-0/+49
* RunClang: Parse function bodies so we can instantiate themBrad King2014-03-211-3/+0
* test: Add cases for Method, OperatorMethod, and OperatorFunctionBrad King2014-03-217-0/+68
* Output: Follow qualified type namesBrad King2014-03-214-0/+16
* Output: Desugar template specialization typesBrad King2014-03-214-0/+17
* Output: Generate class template instantiations and specializationsBrad King2014-03-214-2/+90
* Output: Factor out start decl additionBrad King2014-03-211-2/+11
* Extend xml test cases to validate with xmllint if availableBrad King2014-03-212-0/+26
* Restrict --castxml-gccxml to C++98 and C89 modesBrad King2014-03-2118-0/+48
* Output: Add implicit members to Class, Struct, and UnionBrad King2014-03-212-1/+15
* Output: Generate Function and related elementsBrad King2014-03-216-0/+252
* Output: Generate Variable elementsBrad King2014-03-214-0/+29
* Output: Generate ArrayType elementsBrad King2014-03-216-0/+46
* Output: Generate ReferenceType elementsBrad King2014-03-214-0/+22
* Output: Generate PointerType elementsBrad King2014-03-214-0/+21
* Output: Generate Class, Struct, and Union elementsBrad King2014-03-216-0/+58
* Output: Generate CvQualifiedType elementsBrad King2014-03-214-4/+34
* Output: Generate FundamentalType elementsBrad King2014-03-214-0/+21