summaryrefslogtreecommitdiffstats
path: root/test/input
Commit message (Expand)AuthorAgeFilesLines
* Revise C++ coding style using clang-formatKitware Robot2016-11-10112-251/+445
* Protect hand-formatted blocks from clang-formatBrad King2016-11-101-0/+2
* Output: Avoid assertion failure on a FunctionDecl with no identifierBrad King2016-10-061-0/+3
* Output: Desugar typedefs whose context is a templateBrad King2016-08-161-0/+7
* Output: Fix assertion failure on translation-unit-level operatorsBrad King2016-06-171-0/+2
* castxml: Fix `__float128` simulation with `-std=gnu++{11,14}` againBrad King2016-05-102-1/+7
* test: Split GNU-float128-nostart test inputsBrad King2016-05-102-0/+2
* RunClang: Provide `__make_integer_seq` builtin when Clang does notBrad King2016-04-211-0/+6
* Output: Fix access specifier of incomplete class template instantiationsBrad King2016-04-191-0/+2
* Output: Fix access specifier of class template instantiationsBrad King2016-04-121-0/+4
* test: Add case for implicit members of a const aggregate structBrad King2016-04-111-0/+3
* Output: Fix unnamed enum value references in default argumentsBrad King2016-03-211-1/+2
* Output: Print fully qualified names in variable initializersBrad King2016-03-162-0/+9
* Output: Print canonical form of types named in default argumentsBrad King2016-03-162-0/+21
* Output: Print fully qualified declarations named in default argumentsBrad King2016-03-162-0/+8
* RunClang: Avoid infinite class template implicit member recursionBrad King2016-03-101-0/+11
* RunClang: Tolerate __builtin_va_arg_pack during parsingBrad King2016-02-012-0/+6
* Output: Fix references to types whose declaration is invalidBrad King2015-12-141-0/+7
* Output: Skip C++11 type alias declarationsBrad King2015-12-102-0/+7
* Output: Skip Typedef elements that refer to rvalue referencesBrad King2015-12-101-1/+3
* Output: Generate Base element offset="" attributeBrad King2015-12-031-0/+4
* Output: Add overrides="" attribute to methodsJörg Wollenschläger2015-08-251-0/+6
* Output: Add annotate() to more declaration attributes=""Jörg Wollenschläger2015-08-245-0/+9
* Output: Add annotate() to function argument attributes=""Michka Popoff2015-08-201-0/+1
* 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