summaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Output: Add annotate() to function declaration attributes=""Brad King2015-08-181-0/+8
* test: Add tests for Constructor, Destructor, and Converter elementsBrad King2015-08-181-0/+3
* test: Fix message about GNU CXX compiler that we find for testingBrad King2015-08-181-2/+1
* RunClang: Exit with error if compilation jobs fail to buildBrad King2015-08-071-0/+1
* test: Run __float128 tests only if GNU compiler supports itBrad King2015-07-201-12/+34
* Output: Further hide our __float128 struct from generated xmlBrad King2015-06-241-0/+10
* test: Add infrastructure to test without --castxml-start optionBrad King2015-06-231-1/+1
* castxml: Teach --castxml-start to support a comma-separated listMichka Popoff2015-06-081-0/+9
* test: Add infrastructure for custom test input and start optionsBrad King2015-06-081-2/+13
* test: Add case for nested namespacesBrad King2015-06-081-0/+1
* castxml: Allow -target option to override --castxml-cc-<id> detectionBrad King2015-05-281-0/+2
* test: Add cases covering --castxml-cc-<id> target triple detectionBrad King2015-05-281-0/+9
* Output: Place inline namespace members in containing namespaceBrad King2015-05-151-0/+3
* Output: Do not generate name="" attribute on anonymous namespacesBrad King2015-05-151-0/+1
* Output: Refactor generation of CvQualifiedType elementsBrad King2015-04-281-1/+3
* Output: Handle function types with no prototypeBrad King2015-03-311-0/+1
* Output: Traverse namespace redeclarationsBrad King2015-03-231-0/+2
* Detect: Provide __float128 when simulating GNU compilersBrad King2015-02-251-0/+2
* test: Add infrastructure to run tests against real GNU compilersBrad King2015-02-251-0/+36
* Detect: Use Clang builtin include dir even with --castxml-cc-<id>Brad King2015-02-041-0/+2
* test: Add a case to test that -c is ignoredGaëtan Lehmann2015-02-031-0/+1
* castxml: Allow -E to suppress --castxml-gccxml when used togetherGaëtan Lehmann2015-01-281-0/+1
* Output: Fix references to cv-qualified types encountered indirectlyBrad King2014-12-111-0/+1
* RunClang: Refactor definition of implicit membersBrad King2014-12-081-1/+1
* Port to LLVM/Clang SVN r216002 (trunk)Brad King2014-08-201-1/+1
* test: Add cases for --castxml-cc-(gnu|msvc) detectionBrad King2014-04-161-0/+22
* Output: Add function calling convention attributesBrad King2014-04-141-0/+1
* Output: Generate location attributes for builtin declarationsBrad King2014-04-111-0/+1
* Output: Traverse extern "C" namespace membersBrad King2014-04-111-0/+1
* Output: Drop class template partial specializations from outputBrad King2014-04-111-0/+2
* Output: Drop functions with rvalue reference types from gccxml outputBrad King2014-04-111-0/+2
* castxml: Register all LLVM target architectures and asm parsersBrad King2014-04-101-0/+7
* castxml: Support -std=c++11 with --castxml-gccxmlBrad King2014-04-101-0/+11
* test: Split gccxml test macros by language and standardBrad King2014-04-091-3/+15
* test: Name expected results by language standardBrad King2014-04-091-5/+5
* test: Support zero or many alternative expected result file namesBrad King2014-04-091-2/+2
* test: Refactor castxml_test_gccxml_common 'std' argumentBrad King2014-04-091-4/+4
* test: Show failure when implicit member needs bad template instantiationBrad King2014-04-091-0/+1
* Output: Skip empty declarations in class or namespace membersBrad King2014-04-011-0/+1
* castxml: Report help with '-help' and '--help'Brad King2014-04-011-0/+2
* castxml: Use parentheses for '--castxml-cc-<id>' commandsBrad King2014-03-311-0/+4
* Output: Skip through extern "C" contexts to enclosing namespaceBrad King2014-03-311-0/+1
* Output: Skip friend function templatesBrad King2014-03-311-0/+1
* test: Use distinct output xml for every testBrad King2014-03-271-1/+2
* test: Show duplication of reference-to-class-template-specialization typesBrad King2014-03-271-0/+7
* Output: Desugar non-dependent typedef members of class templatesBrad King2014-03-271-0/+1
* Output: Drop from Namespace members="" non-inline class membersBrad King2014-03-241-0/+3
* test: Add case for empty input source fileBrad King2014-03-241-0/+1
* Output: Skip implicit members that cannot be compiledBrad King2014-03-241-0/+6
* Output: Report Typedef underlying typeBrad King2014-03-241-0/+1