summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Port to LLVM/Clang SVN r215430 (release_35)Brad King2014-08-124-10/+10
* | Port to LLVM/Clang SVN r210479Brad King2014-06-092-2/+2
* | test: Add cases for --castxml-cc-(gnu|msvc) detectionBrad King2014-04-1621-0/+68
* | RunClang: With --castxml-cc-<id>, disable Clang stdlib includesBrad King2014-04-161-1/+2
* | Detect: Recognize framework include directories on OS XBrad King2014-04-163-6/+29
* | Output: Add function calling convention attributesBrad King2014-04-144-0/+61
* | Output: Generate location attributes for builtin declarationsBrad King2014-04-114-11/+37
* | Output: Traverse extern "C" namespace membersBrad King2014-04-114-0/+23
* | Output: Refactor declaration context traversalBrad King2014-04-111-52/+64
* | Output: Drop class template partial specializations from outputBrad King2014-04-116-1/+49
* | Output: Drop functions with rvalue reference types from gccxml outputBrad King2014-04-1112-11/+59
* | Output: Order queue deterministically by node indexBrad King2014-04-119-16/+20
* | castxml: Register all LLVM target architectures and asm parsersBrad King2014-04-105-1/+27
* | castxml: Support -std=c++11 with --castxml-gccxmlBrad King2014-04-1013-9/+52
* | 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
* | Output: Pass full Options struct to our ASTVisitorBrad King2014-04-093-12/+16
* | RunClang: Pass full Options struct to our ASTConsumerBrad King2014-04-091-5/+5
* | 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
* | Port to LLVM/Clang SVN r205446Brad King2014-04-083-7/+9
* | README: Add 'Build' sectionBrad King2014-04-081-0/+43
* | README: Add 'License' sectionBrad King2014-04-081-0/+8
* | README: Organize section headersBrad King2014-04-081-1/+4
* | RunClang: Add missing include for OwningPtrBrad King2014-04-031-0/+1
* | Output: Skip empty declarations in class or namespace membersBrad King2014-04-014-0/+12
* | doc: Write 'castxml(1)' manualBrad King2014-04-011-0/+57
* | doc: Add documentation infrastructure based on SphinxBrad King2014-04-017-0/+191
* | castxml: Report help with '-help' and '--help'Brad King2014-04-016-0/+33
* | castxml: Use parentheses for '--castxml-cc-<id>' commandsBrad King2014-03-3110-4/+68
* | castxml: Rewrite usage output to include more detailBrad King2014-03-311-3/+24
* | Output: Skip through extern "C" contexts to enclosing namespaceBrad King2014-03-314-0/+16
* | Output: Skip friend function templatesBrad King2014-03-314-0/+36
* | Output: Report template declarations as UnimplementedBrad King2014-03-271-0/+36
* | 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-274-3/+48
* | Output: Drop from Namespace members="" non-inline class membersBrad King2014-03-248-0/+53
* | test: Add case for empty input source fileBrad King2014-03-243-0/+3
* | Output: Skip implicit members that cannot be compiledBrad King2014-03-2415-3/+219
* | Output: Report Typedef underlying typeBrad King2014-03-244-1/+10
* | Output: Decay Function Argument typesBrad King2014-03-244-1/+26
* | Output: Use typedef name for anonymous enumBrad King2014-03-246-1/+34
* | Output: Add default="" to Function Argument elementsBrad King2014-03-246-6/+69
* | Output: Add pure_virtual="" to Function-like elementsBrad King2014-03-243-9/+29
* | Output: Desugar Class base class referencesBrad King2014-03-244-2/+37
* | Output: Add bases="" attribute to Class elementsBrad King2014-03-244-3/+30
* | test: Add case for multiple class forward declarationsBrad King2014-03-243-0/+12