summaryrefslogtreecommitdiffstats
path: root/test/expect
Commit message (Expand)AuthorAgeFilesLines
* Detect: Add MSVC target triple componentBrad King2020-04-274-4/+7
* test: Fix cc-gnu predefined macros on WindowsBrad King2020-04-034-8/+16
* Output: Add decltype supportLucas Gandel2020-02-111-2/+1
* test: Update expected XML output for LLVM/Clang 9.0Brad King2019-08-292-2/+2
* Output: Indicate whether an Enumeration is scopedBrad King2019-08-192-0/+16
* test: Allow string before clang versionKyle Edwards2019-04-291-1/+2
* RunClang: Improve predefined macros identifying castxmlBrad King2019-04-1110-13/+71
* Output: Add the type of nullptr as a FundamentalTypeBrad King2019-04-092-0/+20
* Revise C++ coding style using clang-format-6.0Kitware Robot2019-04-0810-58/+58
* Detect: Add __STDCPP_DEFAULT_NEW_ALIGNMENT__ predefined VS macroBrad King2018-08-061-0/+11
* Output: Add original types to decayed function parametersBrad King2018-03-222-24/+30
* test: Add case covering multi-dimensional arrays in function argumentsBrad King2018-03-212-12/+18
* test: Add tests for C++17 modesBrad King2017-12-054-0/+202
* RunClang: Detect -std=c++17 from --castxml-cc-gnuBrad King2017-12-054-0/+4
* RunClang: Detect -std=c++17 from --castxml-cc-msvcBrad King2017-12-051-0/+1
* test: Fix Class-implicit-member-bad-base on WindowsBrad King2017-11-062-4/+12
* Output: Add deprecated attributeBrad King2017-10-1328-0/+424
* Output: Always print name= attribute for function-like elementsBrad King2017-10-036-18/+18
* test: Add cases for anonymous struct and union typesBrad King2017-10-038-0/+174
* Output: Treat lambda classes as anonymous and memberlessBrad King2017-09-294-0/+36
* Output: Add dllexport/dllimport attributesMark A Russell2017-09-2840-0/+672
* Output: Add size and align attributes to ReferenceTypeBrad King2017-09-28118-322/+322
* Output: Desugar 'auto' typesBrad King2017-09-282-0/+14
* Output: Present TypeAlias as TypedefBrad King2017-09-272-2/+8
* test: Stabilize order of derived class implicitsBrad King2017-09-062-38/+38
* test: Update expected output for LLVM/Clang 5.0Brad King2017-09-064-4/+4
* castxml: Use real `__float128` type with LLVM/Clang 3.9+Brad King2017-08-234-8/+8
* Run clang-format on sourcesBrad King2017-08-232-88/+88
* Output: Add support for elaborated type specifiersMichka Popoff2017-03-015-3/+194
* Output: Add size and align attributes to EnumerationBrad King2017-01-1312-12/+12
* Output: Add size and align attributes to PointerTypeBrad King2017-01-1218-36/+36
* test: Run all gccxml-format test cases as castxml-format cases tooMichka Popoff2016-12-09147-0/+2191
* castxml: Add flag --castxml-output=<v> to activate a new output formatMichka Popoff2016-12-0913-0/+22
* Revise C++ coding style using clang-formatKitware Robot2016-11-1064-415/+415
* Protect hand-formatted blocks from clang-formatBrad King2016-11-101-1/+1
* Output: Exclude C++11 user defined literal operators from gccxml formatBrad King2016-10-061-2/+1
* Output: Avoid assertion failure on a FunctionDecl with no identifierBrad King2016-10-064-0/+9
* Output: Desugar typedefs whose context is a templateBrad King2016-08-161-0/+10
* Output: Fix assertion failure on translation-unit-level operatorsBrad King2016-06-171-0/+10
* castxml: Fix `__float128` simulation with `-std=gnu++{11,14}` againBrad King2016-05-103-4/+11
* test: Split GNU-float128-nostart test inputsBrad King2016-05-102-2/+2
* RunClang: Provide `__make_integer_seq` builtin when Clang does notBrad King2016-04-211-1/+2
* Output: Fix access specifier of incomplete class template instantiationsBrad King2016-04-191-19/+21
* RunClang: Provide `__is_assignable` builtin when simulating MSVC >= 1900Brad King2016-04-182-0/+15
* Output: Fix access specifier of class template instantiationsBrad King2016-04-121-0/+29
* RunClang: Force semantic check of implicit default constructorBrad King2016-04-121-16/+0
* test: Add case for implicit members of a const aggregate structBrad King2016-04-112-0/+31
* castxml: Support -std=c99 and -std=c11 with --castxml-gccxmlBrad King2016-03-254-4/+0
* test: Generalize expected c89 output for any C dialectBrad King2016-03-258-0/+0
* Output: Fix unnamed enum value references in default argumentsBrad King2016-03-211-7/+11