summaryrefslogtreecommitdiffstats
path: root/test/input
Commit message (Expand)AuthorAgeFilesLines
...
* test: Improve class template member typedef test casesBrad King2014-12-112-4/+4
* Output: Add function calling convention attributesBrad King2014-04-141-0/+4
* Output: Generate location attributes for builtin declarationsBrad King2014-04-111-0/+1
* Output: Traverse extern "C" namespace membersBrad King2014-04-111-0/+6
* Output: Drop class template partial specializations from outputBrad King2014-04-112-0/+14
* Output: Drop functions with rvalue reference types from gccxml outputBrad King2014-04-112-0/+12
* castxml: Register all LLVM target architectures and asm parsersBrad King2014-04-101-0/+1
* castxml: Support -std=c++11 with --castxml-gccxmlBrad King2014-04-101-0/+1
* test: Show failure when implicit member needs bad template instantiationBrad King2014-04-091-0/+9
* Output: Skip empty declarations in class or namespace membersBrad King2014-04-011-0/+3
* Output: Skip through extern "C" contexts to enclosing namespaceBrad King2014-03-311-0/+3
* Output: Skip friend function templatesBrad King2014-03-311-0/+8
* test: Show duplication of reference-to-class-template-specialization typesBrad King2014-03-272-0/+10
* Output: Desugar non-dependent typedef members of class templatesBrad King2014-03-271-0/+6
* Output: Drop from Namespace members="" non-inline class membersBrad King2014-03-243-0/+15
* Output: Skip implicit members that cannot be compiledBrad King2014-03-246-0/+39
* Output: Report Typedef underlying typeBrad King2014-03-241-0/+1
* Output: Decay Function Argument typesBrad King2014-03-241-0/+1
* Output: Use typedef name for anonymous enumBrad King2014-03-242-0/+8
* Output: Add default="" to Function Argument elementsBrad King2014-03-242-0/+8
* Output: Add pure_virtual="" to Function-like elementsBrad King2014-03-241-0/+2
* Output: Desugar Class base class referencesBrad King2014-03-241-0/+3
* test: Add case for multiple class forward declarationsBrad King2014-03-241-0/+4
* Output: Fix output of forward-declared classesBrad King2014-03-241-0/+8
* test: Add case for class template basesBrad King2014-03-241-0/+4
* castxml: Expand response file references on command lineBrad King2014-03-242-0/+1
* Output: Make FundamentalType names match gccxmlBrad King2014-03-241-0/+15
* test: Add cases for C-mode gccxml-like outputBrad King2014-03-243-0/+4
* test: Add case for using declaration in derived classBrad King2014-03-241-0/+8
* test: Add cases for class member template instantiationBrad King2014-03-242-0/+8
* Output: Report class friendsBrad King2014-03-241-0/+6
* Output: Report class basesBrad King2014-03-211-0/+9
* Output: Add abstract="" attribute to Class elementsBrad King2014-03-211-0/+3
* Output: Generate Enumeration elementsBrad King2014-03-212-0/+6
* Output: Add init="" attribute to Variable elementsBrad King2014-03-211-0/+4
* Output: Handle using declarations and directivesBrad King2014-03-214-0/+18
* Output: Generate MethodType and OffsetType elementsBrad King2014-03-214-0/+8
* Output: Generate Ellipsis element inside variadic functions and typesBrad King2014-03-212-0/+2
* Output: Generate FunctionType elementsBrad King2014-03-211-0/+1
* Output: Map Paren type to the inner typeBrad King2014-03-211-0/+1
* test: Add case for a Variable as Class memberBrad King2014-03-211-0/+3
* Output: Generate Field elementsBrad King2014-03-211-0/+5
* Output: Generate function template instantiations and specializationsBrad King2014-03-211-0/+3
* test: Add cases for Method, OperatorMethod, and OperatorFunctionBrad King2014-03-213-0/+10
* Output: Follow qualified type namesBrad King2014-03-211-0/+2
* Output: Desugar template specialization typesBrad King2014-03-211-0/+2
* Output: Generate class template instantiations and specializationsBrad King2014-03-211-0/+5
* Restrict --castxml-gccxml to C++98 and C89 modesBrad King2014-03-214-0/+0
* Output: Generate Function and related elementsBrad King2014-03-212-0/+2
* Output: Generate Variable elementsBrad King2014-03-211-0/+1