summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Output: Map Typedef type to TypedefDeclBrad King2014-03-211-0/+10
* Output: Generate Typedef elementsBrad King2014-03-211-0/+104
* Output: Generate declared Namespace elementsBrad King2014-03-214-0/+61
* Output: Generate the global Namespace elementBrad King2014-03-211-0/+80
* Teach test infrastructure to check generated xml filesBrad King2014-02-262-1/+30
* Add test cases for castxml command-line errorsBrad King2014-02-2617-0/+38
* Add test infrastructure to run castxml and validate resultsBrad King2014-02-263-0/+93
* Install LICENSE and NOTICE filesBrad King2014-02-261-0/+9
* Detect settings from MSVC-like compilersBrad King2014-02-263-3/+202
* Add output for 'File' XML elementsBrad King2014-02-261-1/+44
* Add --castxml-start option to specify traversal rootsBrad King2014-02-265-9/+71
* Set up Clang AST visitor infrastructure for XML outputBrad King2014-02-264-1/+385
* Utils: Add API to encode strings as XMLBrad King2014-02-262-0/+35
* Make Clang resources available to our driverBrad King2014-02-266-2/+52
* Add API to run Clang internallyBrad King2014-02-265-6/+356
* Detect settings from GNU-like compilersBrad King2014-02-143-5/+103
* Add --castxml-cc-<id> option to specify compiler commandBrad King2014-02-145-2/+115