summaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* test: Run all gccxml-format test cases as castxml-format cases tooMichka Popoff2016-12-091-1/+26
* castxml: Add flag --castxml-output=<v> to activate a new output formatMichka Popoff2016-12-091-1/+30
* test: Rename 'castxml_test_{gccxml => output}' to be less-specificBrad King2016-12-091-220/+220
* Output: Avoid assertion failure on a FunctionDecl with no identifierBrad King2016-10-061-0/+1
* Output: Desugar typedefs whose context is a templateBrad King2016-08-161-0/+1
* Output: Fix assertion failure on translation-unit-level operatorsBrad King2016-06-171-0/+4
* test: Split GNU-float128-nostart test inputsBrad King2016-05-101-4/+0
* RunClang: Provide `__make_integer_seq` builtin when Clang does notBrad King2016-04-211-0/+1
* RunClang: Provide `__is_assignable` builtin when simulating MSVC >= 1900Brad King2016-04-181-0/+2
* Output: Fix access specifier of class template instantiationsBrad King2016-04-121-0/+1
* RunClang: Force semantic check of implicit default constructorBrad King2016-04-121-14/+1
* test: Add case for implicit members of a const aggregate structBrad King2016-04-111-0/+14
* castxml: Support -std=c99 and -std=c11 with --castxml-gccxmlBrad King2016-03-251-0/+20
* test: Generalize expected c89 output for any C dialectBrad King2016-03-251-0/+3
* Output: Print fully qualified names in variable initializersBrad King2016-03-161-0/+2
* Output: Print canonical form of types named in default argumentsBrad King2016-03-161-0/+2
* Output: Print fully qualified declarations named in default argumentsBrad King2016-03-161-0/+2
* RunClang: Avoid infinite class template implicit member recursionBrad King2016-03-101-0/+1
* RunClang: Avoid GNU extensions in glibc math headers on i386Brad King2016-02-091-0/+2
* RunClang: Tolerate __builtin_va_arg_pack during parsingBrad King2016-02-011-0/+8
* test: Add tests for `-std={gnu89,gnu++98,gnu++11,gnu++14}`Brad King2016-01-261-1/+41
* test: Run GNU-float128 test without an external compilerBrad King2016-01-261-67/+16
* Output: Fix references to types whose declaration is invalidBrad King2015-12-141-0/+1
* Output: Skip C++11 type alias declarationsBrad King2015-12-101-0/+2
* Output: Generate Base element offset="" attributeBrad King2015-12-031-0/+1
* Add predefined macros for versions of CastXML and internal ClangBrad King2015-12-031-0/+8
* test: Support absolute paths to expected result filesBrad King2015-12-031-1/+2
* RunClang: Detect C and C++ std level from --castxml-cc-<id>Brad King2015-09-181-3/+19
* castxml: Allow --castxml-cc-<id> to detect C language settingsBrad King2015-09-181-0/+6
* RunClang: Exit with error if compiler invocation argument parsing failsBrad King2015-09-181-0/+2
* test: Cover --castxml-cc-<id> with a bad commandBrad King2015-09-181-0/+2
* test: Rename cc detection tests for source file languageBrad King2015-09-171-8/+8
* castxml: Support -std=c++14 with --castxml-gccxmlBrad King2015-09-021-0/+10
* Output: Add overrides="" attribute to methodsJörg Wollenschläger2015-08-251-0/+1
* Output: Add annotate() to more declaration attributes=""Jörg Wollenschläger2015-08-241-0/+5
* Output: Add annotate() to function argument attributes=""Michka Popoff2015-08-201-0/+1
* 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