summaryrefslogtreecommitdiffstats
path: root/test/expect
Commit message (Expand)AuthorAgeFilesLines
* castxml: Teach --castxml-start to support a comma-separated listMichka Popoff2015-06-082-0/+22
* test: Add case for nested namespacesBrad King2015-06-081-0/+13
* castxml: Allow -target option to override --castxml-cc-<id> detectionBrad King2015-05-282-0/+4
* test: Add cases covering --castxml-cc-<id> target triple detectionBrad King2015-05-289-0/+29
* 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-2133-148/+148
* Output: Place inline namespace members in containing namespaceBrad King2015-05-153-0/+20
* Output: Do not generate name="" attribute on anonymous namespacesBrad King2015-05-151-0/+8
* Output: Add mangled="" attributes to function and variable declsBrad King2015-05-1250-95/+95
* Output: Drop unused index previously consumed by CvQualifiedType elementsBrad King2015-04-2815-97/+97
* Output: Refactor generation of CvQualifiedType elementsBrad King2015-04-2839-77/+120
* Output: Add "size" and "align" attributes on builtin types and structsMichka Popoff2015-04-0871-140/+140
* Output: Generate an "offset" attribute on Field elementsMichka Popoff2015-04-088-10/+10
* Output: Handle function types with no prototypeBrad King2015-03-311-0/+7
* Port to LLVM/Clang SVN r232962 (trunk)Brad King2015-03-232-7/+7
* Output: Traverse namespace redeclarationsBrad King2015-03-232-0/+19
* Detect: Provide __float128 when simulating GNU compilersBrad King2015-02-252-0/+38
* test: Default to requiring empty stdout and stderrBrad King2015-02-2531-31/+0
* 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-044-4/+8
* Detect: Use Clang builtin include dir even with --castxml-cc-<id>Brad King2015-02-044-4/+4
* test: Add a case to test that -c is ignoredGaëtan Lehmann2015-02-032-0/+2
* castxml: Allow -E to suppress --castxml-gccxml when used togetherGaëtan Lehmann2015-01-285-4/+5
* castxml: Add creditsBrad King2014-12-171-0/+3
* Output: Fix references to cv-qualified types encountered indirectlyBrad King2014-12-112-5/+28
* test: Improve class template member typedef test casesBrad King2014-12-112-2/+2
* RunClang: Refactor definition of implicit membersBrad King2014-12-085-6/+29
* 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-203-1/+1
* test: Add cases for --castxml-cc-(gnu|msvc) detectionBrad King2014-04-1616-0/+16
* Output: Add function calling convention attributesBrad King2014-04-141-0/+26
* Output: Generate location attributes for builtin declarationsBrad King2014-04-111-0/+11
* Output: Traverse extern "C" namespace membersBrad King2014-04-111-0/+11
* Output: Drop class template partial specializations from outputBrad King2014-04-112-0/+27
* Output: Drop functions with rvalue reference types from gccxml outputBrad King2014-04-118-0/+33
* Output: Order queue deterministically by node indexBrad King2014-04-118-8/+8
* castxml: Register all LLVM target architectures and asm parsersBrad King2014-04-101-0/+7
* castxml: Support -std=c++11 with --castxml-gccxmlBrad King2014-04-108-4/+14
* test: Name expected results by language standardBrad King2014-04-09124-0/+0
* test: Show failure when implicit member needs bad template instantiationBrad King2014-04-093-0/+4
* Output: Skip empty declarations in class or namespace membersBrad King2014-04-011-0/+5
* castxml: Report help with '-help' and '--help'Brad King2014-04-014-0/+16
* castxml: Use parentheses for '--castxml-cc-<id>' commandsBrad King2014-03-318-0/+16
* Output: Skip through extern "C" contexts to enclosing namespaceBrad King2014-03-311-0/+7
* Output: Skip friend function templatesBrad King2014-03-311-0/+22
* test: Show duplication of reference-to-class-template-specialization typesBrad King2014-03-272-0/+46
* Output: Desugar non-dependent typedef members of class templatesBrad King2014-03-271-0/+22
* Output: Drop from Namespace members="" non-inline class membersBrad King2014-03-243-0/+30
* test: Add case for empty input source fileBrad King2014-03-242-0/+2