summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ppc64' into release-0.2Brad King2019-07-151-0/+4
|\
| * Detect: Drop detected predefined macros conflicting with Clang'sBrad King2019-07-151-0/+4
* | test: Allow string before clang versionKyle Edwards2019-04-291-1/+2
|/
* RunClang: Improve predefined macros identifying castxmlBrad King2019-04-1114-14/+105
* Output: Add the type of nullptr as a FundamentalTypeBrad King2019-04-094-0/+25
* Revise C++ coding style using clang-format-6.0Kitware Robot2019-04-0814-64/+72
* Detect: Add __STDCPP_DEFAULT_NEW_ALIGNMENT__ predefined VS macroBrad King2018-08-063-1/+21
* 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-213-13/+19
* RunClang: Tolerate use of GNU builtin __has_unique_object_representationsBrad King2017-12-052-0/+4
* test: Add tests for C++17 modesBrad King2017-12-055-2/+256
* RunClang: Detect -std=c++17 from --castxml-cc-gnuBrad King2017-12-055-0/+13
* RunClang: Detect -std=c++17 from --castxml-cc-msvcBrad King2017-12-053-0/+10
* test: Fix Class-implicit-member-bad-base on WindowsBrad King2017-11-062-4/+12
* Output: Add deprecated attributeBrad King2017-10-1343-0/+481
* 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-0313-0/+196
* Output: Treat lambda classes as anonymous and memberlessBrad King2017-09-297-0/+56
* test: Fix test output conversion for `[` and `]`Brad King2017-09-291-1/+1
* Output: Add dllexport/dllimport attributesMark A Russell2017-09-2861-0/+758
* Output: Add size and align attributes to ReferenceTypeBrad King2017-09-28118-322/+322
* Output: Desugar 'auto' typesBrad King2017-09-284-0/+24
* Output: Present TypeAlias as TypedefBrad King2017-09-272-2/+8
* test: Stabilize order of derived class implicitsBrad King2017-09-063-38/+42
* 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-233-134/+139
* Output: Add support for elaborated type specifiersMichka Popoff2017-03-017-3/+244
* 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: Fix test output conversion for CastXML-format resultsBrad King2017-01-121-0/+2
* test: Run all gccxml-format test cases as castxml-format cases tooMichka Popoff2016-12-09148-1/+2217
* castxml: Add flag --castxml-output=<v> to activate a new output formatMichka Popoff2016-12-0914-1/+52
* test: Rename 'castxml_test_{gccxml => output}' to be less-specificBrad King2016-12-091-220/+220
* Revise C++ coding style using clang-formatKitware Robot2016-11-10176-666/+860
* Protect hand-formatted blocks from clang-formatBrad King2016-11-102-1/+3
* 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-066-0/+13
* Output: Desugar typedefs whose context is a templateBrad King2016-08-163-0/+18
* Output: Fix assertion failure on translation-unit-level operatorsBrad King2016-06-173-0/+16
* castxml: Fix `__float128` simulation with `-std=gnu++{11,14}` againBrad King2016-05-105-5/+18
* test: Split GNU-float128-nostart test inputsBrad King2016-05-105-6/+4
* RunClang: Provide `__make_integer_seq` builtin when Clang does notBrad King2016-04-213-1/+9
* Output: Fix access specifier of incomplete class template instantiationsBrad King2016-04-192-19/+23
* RunClang: Provide `__is_assignable` builtin when simulating MSVC >= 1900Brad King2016-04-183-0/+17
* Output: Fix access specifier of class template instantiationsBrad King2016-04-123-0/+34
* RunClang: Force semantic check of implicit default constructorBrad King2016-04-122-30/+1
* test: Add case for implicit members of a const aggregate structBrad King2016-04-114-0/+48
* castxml: Support -std=c99 and -std=c11 with --castxml-gccxmlBrad King2016-03-255-4/+20
* test: Generalize expected c89 output for any C dialectBrad King2016-03-259-0/+3