summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Output: Fix unnamed enum value references in default argumentsBrad King2016-03-212-8/+13
* Output: Print fully qualified names in variable initializersBrad King2016-03-165-0/+31
* Output: Print canonical form of types named in default argumentsBrad King2016-03-165-0/+98
* test: Fix test output conversion for `*`Brad King2016-03-161-1/+1
* Output: Print fully qualified declarations named in default argumentsBrad King2016-03-165-0/+46
* RunClang: Avoid infinite class template implicit member recursionBrad King2016-03-103-0/+30
* RunClang: Avoid GNU extensions in glibc math headers on i386Brad King2016-02-093-0/+25
* RunClang: Tolerate __builtin_va_arg_pack during parsingBrad King2016-02-017-0/+38
* 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 `__float128` mangled name suppression with MSVC manglingBrad King2016-01-261-1/+1
* Output: Fix references to types whose declaration is invalidBrad King2015-12-143-0/+40
* Output: Skip C++11 type alias declarationsBrad King2015-12-107-0/+21
* Output: Skip Typedef elements that refer to rvalue referencesBrad King2015-12-102-5/+5
* Output: Generate Base element offset="" attributeBrad King2015-12-0316-18/+37
* Add predefined macros for versions of CastXML and internal ClangBrad King2015-12-036-2/+35
* test: Support absolute paths to expected result filesBrad King2015-12-032-4/+10
* test: Tolerate warnings about unknown float abiMattias Ellert2015-09-241-0/+1
* RunClang: Detect C and C++ std level from --castxml-cc-<id>Brad King2015-09-1829-13/+57
* castxml: Allow --castxml-cc-<id> to detect C language settingsBrad King2015-09-1811-2/+38
* RunClang: Exit with error if compiler invocation argument parsing failsBrad King2015-09-185-0/+6
* test: Use more realistic macros in --castxml-cc-<id> casesBrad King2015-09-186-12/+18
* test: Cover --castxml-cc-<id> with a bad commandBrad King2015-09-185-0/+10
* test: Rename cc detection tests for source file languageBrad King2015-09-179-8/+8
* castxml: Support -std=c++14 with --castxml-gccxmlBrad King2015-09-025-2/+111
* Output: Add overrides="" attribute to methodsJörg Wollenschläger2015-08-253-0/+45
* Output: Add annotate() to more declaration attributes=""Jörg Wollenschläger2015-08-2412-0/+73
* Output: Add annotate() to function argument attributes=""Michka Popoff2015-08-203-0/+12
* Output: Add annotate() to function declaration attributes=""Brad King2015-08-1818-0/+177
* test: Add tests for Constructor, Destructor, and Converter elementsBrad King2015-08-187-0/+65
* 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-074-0/+5
* 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-246-2/+26
* test: Add infrastructure to test without --castxml-start optionBrad King2015-06-231-1/+1
* Output: Generate a FundamentalType for our __float128 typedefBrad King2015-06-232-22/+2
* castxml: Teach --castxml-start to support a comma-separated listMichka Popoff2015-06-083-0/+31
* test: Add infrastructure for custom test input and start optionsBrad King2015-06-081-2/+13
* test: Add case for nested namespacesBrad King2015-06-083-0/+25
* castxml: Allow -target option to override --castxml-cc-<id> detectionBrad King2015-05-283-0/+6
* test: Add cases covering --castxml-cc-<id> target triple detectionBrad King2015-05-2812-2/+54
* test: Fix xml output matching on i386-pc-windows-msvc targetsBrad King2015-05-271-0/+2
* Output: Move function type attributes to end of element attribute listBrad King2015-05-271-3/+3
* Output: Generate throw="..." instead of throws="..."Michka Popoff2015-05-2134-149/+149
* Output: Place inline namespace members in containing namespaceBrad King2015-05-157-0/+42
* Output: Do not generate name="" attribute on anonymous namespacesBrad King2015-05-153-0/+14
* Output: Add mangled="" attributes to function and variable declsBrad King2015-05-1251-95/+96
* Output: Drop unused index previously consumed by CvQualifiedType elementsBrad King2015-04-2815-97/+97
* Output: Refactor generation of CvQualifiedType elementsBrad King2015-04-2842-78/+131
* test: Add option to transform actual xml to expected xmlBrad King2015-04-281-0/+12