summaryrefslogtreecommitdiffstats
path: root/test/input
Commit message (Expand)AuthorAgeFilesLines
* Output: Add annotate() to function declaration attributes=""Brad King2015-08-188-0/+24
* test: Add tests for Constructor, Destructor, and Converter elementsBrad King2015-08-183-0/+9
* test: Add case for nested namespacesBrad King2015-06-081-0/+11
* Output: Place inline namespace members in containing namespaceBrad King2015-05-153-0/+19
* Output: Do not generate name="" attribute on anonymous namespacesBrad King2015-05-151-0/+5
* Output: Refactor generation of CvQualifiedType elementsBrad King2015-04-282-0/+8
* Output: Handle function types with no prototypeBrad King2015-03-311-0/+1
* Output: Traverse namespace redeclarationsBrad King2015-03-232-0/+14
* Detect: Provide __float128 when simulating GNU compilersBrad King2015-02-252-0/+2
* test: Fix Function-template source to return from startBrad King2015-02-251-1/+1
* Output: Fix references to cv-qualified types encountered indirectlyBrad King2014-12-111-0/+6
* 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