summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Output: Handle function types with no prototypeBrad King2015-03-313-0/+9
* test: Print command line string when a test failsBrad King2015-03-311-0/+2
* Port to LLVM/Clang SVN r232962 (trunk)Brad King2015-03-232-7/+7
* Output: Traverse namespace redeclarationsBrad King2015-03-235-0/+35
* Detect: Provide __float128 when simulating GNU compilersBrad King2015-02-255-0/+42
* test: Add infrastructure to run tests against real GNU compilersBrad King2015-02-251-0/+36
* test: Default to requiring empty stdout and stderrBrad King2015-02-2532-31/+2
* test: Fix Function-template source to return from startBrad King2015-02-251-1/+1
* Detect: Do not use Clang builtin include dir with --castxml-cc-msvcBrad King2015-02-112-2/+2
* Detect: Drop detected predefined macros starting in '__has'Brad King2015-02-046-4/+16
* Detect: Use Clang builtin include dir even with --castxml-cc-<id>Brad King2015-02-047-4/+7
* test: Add a case to test that -c is ignoredGaëtan Lehmann2015-02-033-0/+3
* castxml: Allow -E to suppress --castxml-gccxml when used togetherGaëtan Lehmann2015-01-286-4/+6
* castxml: Add creditsBrad King2014-12-171-0/+3
* Output: Fix references to cv-qualified types encountered indirectlyBrad King2014-12-114-5/+35
* test: Improve class template member typedef test casesBrad King2014-12-114-6/+6
* RunClang: Refactor definition of implicit membersBrad King2014-12-086-7/+30
* RunClang: Delay class implicit members until end of parsingBrad King2014-12-081-25/+25
* Port to LLVM/Clang SVN r219684 (trunk)Brad King2014-10-1429-98/+199
* Port to LLVM/Clang SVN r216002 (trunk)Brad King2014-08-204-2/+2
* test: Add cases for --castxml-cc-(gnu|msvc) detectionBrad King2014-04-1621-0/+68
* Output: Add function calling convention attributesBrad King2014-04-143-0/+31
* Output: Generate location attributes for builtin declarationsBrad King2014-04-113-0/+13
* Output: Traverse extern "C" namespace membersBrad King2014-04-113-0/+18
* Output: Drop class template partial specializations from outputBrad King2014-04-115-0/+43
* Output: Drop functions with rvalue reference types from gccxml outputBrad King2014-04-1111-0/+47
* Output: Order queue deterministically by node indexBrad King2014-04-118-8/+8
* castxml: Register all LLVM target architectures and asm parsersBrad King2014-04-103-0/+15
* castxml: Support -std=c++11 with --castxml-gccxmlBrad King2014-04-1010-4/+26
* test: Split gccxml test macros by language and standardBrad King2014-04-091-3/+15
* test: Name expected results by language standardBrad King2014-04-09126-7/+7
* test: Support zero or many alternative expected result file namesBrad King2014-04-092-7/+10
* test: Refactor castxml_test_gccxml_common 'std' argumentBrad King2014-04-091-4/+4
* test: Remove xml output files before running castxmlBrad King2014-04-091-0/+4
* test: Show failure when implicit member needs bad template instantiationBrad King2014-04-095-0/+14
* Output: Skip empty declarations in class or namespace membersBrad King2014-04-013-0/+9
* castxml: Report help with '-help' and '--help'Brad King2014-04-015-0/+18
* castxml: Use parentheses for '--castxml-cc-<id>' commandsBrad King2014-03-319-0/+20
* Output: Skip through extern "C" contexts to enclosing namespaceBrad King2014-03-313-0/+11
* Output: Skip friend function templatesBrad King2014-03-313-0/+31
* 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-275-0/+63
* Output: Desugar non-dependent typedef members of class templatesBrad King2014-03-273-0/+29
* Output: Drop from Namespace members="" non-inline class membersBrad King2014-03-247-0/+48
* test: Add case for empty input source fileBrad King2014-03-243-0/+3
* Output: Skip implicit members that cannot be compiledBrad King2014-03-2413-0/+163
* Output: Report Typedef underlying typeBrad King2014-03-243-0/+9
* Output: Decay Function Argument typesBrad King2014-03-243-0/+19
* Output: Use typedef name for anonymous enumBrad King2014-03-245-0/+27
* Output: Add default="" to Function Argument elementsBrad King2014-03-245-0/+45