summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revise C++ coding style using clang-formatKitware Robot2016-11-1010-802/+941
* Remove `//------...` horizontal separator commentsBrad King2016-11-105-101/+0
* Protect hand-formatted blocks from clang-formatBrad King2016-11-102-0/+36
* Add a script to run clang-format on the entire source treeBrad King2016-11-101-0/+116
* Output: Exclude C++11 user defined literal operators from gccxml formatBrad King2016-10-061-0/+4
* Output: Avoid assertion failure on a FunctionDecl with no identifierBrad King2016-10-061-2/+6
* Port to LLVM/Clang SVN r280011 (trunk) and 3.9Brad King2016-08-312-0/+23
* RunClang: Convert 0 => nullptrBrad King2016-08-311-2/+2
* Output: Desugar typedefs whose context is a templateBrad King2016-08-161-5/+10
* Output: Fix assertion failure on translation-unit-level operatorsBrad King2016-06-171-2/+4
* castxml: Fix `__float128` simulation with `-std=gnu++{11,14}` againBrad King2016-05-102-20/+12
* Utils: Add a function to perform string replacementBrad King2016-05-102-0/+15
* RunClang: Provide `__make_integer_seq` builtin when Clang does notBrad King2016-04-211-0/+36
* Output: Fix access specifier of incomplete class template instantiationsBrad King2016-04-191-9/+7
* RunClang: Provide `__is_assignable` builtin when simulating MSVC >= 1900Brad King2016-04-181-0/+18
* Output: Generalize exclusion of internal `__castxml` builtinsBrad King2016-04-181-9/+9
* Output: Update `cvs_revision` number to indicate output changeMichka Popoff2016-04-131-1/+1
* Output: Fix access specifier of class template instantiationsBrad King2016-04-121-7/+28
* RunClang: Remove unused variableBrad King2016-04-121-2/+1
* RunClang: Force semantic check of implicit default constructorBrad King2016-04-121-2/+10
* castxml: Support -std=c99 and -std=c11 with --castxml-gccxmlBrad King2016-03-251-8/+0
* Output: Fix unnamed enum value references in default argumentsBrad King2016-03-211-1/+15
* Output: Update `cvs_revision` number to indicate output changeBrad King2016-03-171-1/+1
* Output: Print fully qualified names in variable initializersBrad King2016-03-161-1/+2
* Output: Print canonical form of types named in default argumentsBrad King2016-03-161-0/+30
* Output: Refactor ASTVisitor::PrintHelpStmt dispatchBrad King2016-03-161-1/+6
* Output: Constify ASTVisitor::PrintHelpStmt input argumentBrad King2016-03-161-2/+2
* Output: Print fully qualified declarations named in default argumentsBrad King2016-03-161-1/+28
* RunClang: Avoid infinite class template implicit member recursionBrad King2016-03-101-5/+16
* RunClang: Avoid GNU extensions in glibc math headers on i386Brad King2016-02-091-0/+14
* RunClang: Tolerate __builtin_va_arg_pack during parsingBrad King2016-02-011-0/+14
* RunClang: Factor out helper for detecting actual GNU compilerBrad King2016-02-011-2/+6
* castxml: Fix `__float128` simulation with `-std=gnu++{11,14}`Brad King2016-01-262-5/+18
* Output: Fix `__float128` mangled name suppression with MSVC manglingBrad King2016-01-262-4/+4
* Output: Factor out a helper to print our fake __float128 FundamentalTypeBrad King2016-01-251-3/+11
* RunClang: Pass CompilerInstance to UpdatePredefinesBrad King2016-01-251-3/+4
* RunClang: Adopt logic to add fake __float128 builtinBrad King2016-01-252-16/+21
* RunClang: Refactor preprocessor definition searchesBrad King2016-01-251-8/+9
* Output: Fix references to types whose declaration is invalidBrad King2015-12-141-8/+9
* Output: Clarify name of method adding a decl for a typeBrad King2015-12-141-8/+10
* Output: Skip C++11 type alias declarationsBrad King2015-12-101-0/+8
* Output: Skip Typedef elements that refer to rvalue referencesBrad King2015-12-101-0/+7
* Output: Generate Base element offset="" attributeBrad King2015-12-031-1/+10
* Add predefined macros for versions of CastXML and internal ClangBrad King2015-12-031-0/+23
* RunClang: Refactor built-in predefines substitutionBrad King2015-12-031-13/+19
* Utils: Add function to get version value encoded as an integerBrad King2015-12-032-0/+11
* Version: Add macros for individual version componentsBrad King2015-12-032-0/+15
* Version: Clarify name of version string macroBrad King2015-12-032-2/+2
* castxml: Link to LLVMSupport libraryBrad King2015-09-231-0/+1
* RunClang: Detect C and C++ std level from --castxml-cc-<id>Brad King2015-09-183-2/+95