index
:
CastXML.git
master
Clone from: https://github.com/CastXML/CastXML.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port to LLVM/Clang SVN r280011 (trunk) and 3.9
Brad King
2016-08-31
3
-1/+25
*
RunClang: Convert 0 => nullptr
Brad King
2016-08-31
1
-2/+2
*
Output: Desugar typedefs whose context is a template
Brad King
2016-08-16
4
-5/+28
*
Output: Fix assertion failure on translation-unit-level operators
Brad King
2016-06-17
4
-2/+20
*
castxml: Fix `__float128` simulation with `-std=gnu++{11,14}` again
Brad King
2016-05-10
7
-25/+30
*
test: Split GNU-float128-nostart test inputs
Brad King
2016-05-10
5
-6/+4
*
Utils: Add a function to perform string replacement
Brad King
2016-05-10
2
-0/+15
*
README: Document support for LLVM/Clang 3.8
Brad King
2016-04-22
1
-1/+2
*
RunClang: Provide `__make_integer_seq` builtin when Clang does not
Brad King
2016-04-21
4
-1/+45
*
Output: Fix access specifier of incomplete class template instantiations
Brad King
2016-04-19
3
-28/+30
*
RunClang: Provide `__is_assignable` builtin when simulating MSVC >= 1900
Brad King
2016-04-18
4
-0/+35
*
Output: Generalize exclusion of internal `__castxml` builtins
Brad King
2016-04-18
1
-9/+9
*
Output: Update `cvs_revision` number to indicate output change
Michka Popoff
2016-04-13
1
-1/+1
*
Output: Fix access specifier of class template instantiations
Brad King
2016-04-12
4
-7/+62
*
RunClang: Remove unused variable
Brad King
2016-04-12
1
-2/+1
*
RunClang: Force semantic check of implicit default constructor
Brad King
2016-04-12
3
-32/+11
*
test: Add case for implicit members of a const aggregate struct
Brad King
2016-04-11
4
-0/+48
*
castxml: Support -std=c99 and -std=c11 with --castxml-gccxml
Brad King
2016-03-25
7
-15/+24
*
test: Generalize expected c89 output for any C dialect
Brad King
2016-03-25
9
-0/+3
*
Output: Fix unnamed enum value references in default arguments
Brad King
2016-03-21
3
-9/+28
*
Output: Update `cvs_revision` number to indicate output change
Brad King
2016-03-17
1
-1/+1
*
Output: Print fully qualified names in variable initializers
Brad King
2016-03-16
6
-1/+33
*
Output: Print canonical form of types named in default arguments
Brad King
2016-03-16
6
-0/+128
*
test: Fix test output conversion for `*`
Brad King
2016-03-16
1
-1/+1
*
Output: Refactor ASTVisitor::PrintHelpStmt dispatch
Brad King
2016-03-16
1
-1/+6
*
Output: Constify ASTVisitor::PrintHelpStmt input argument
Brad King
2016-03-16
1
-2/+2
*
Output: Print fully qualified declarations named in default arguments
Brad King
2016-03-16
6
-1/+74
*
RunClang: Avoid infinite class template implicit member recursion
Brad King
2016-03-10
4
-5/+46
*
RunClang: Avoid GNU extensions in glibc math headers on i386
Brad King
2016-02-09
4
-0/+39
*
RunClang: Tolerate __builtin_va_arg_pack during parsing
Brad King
2016-02-01
8
-0/+52
*
RunClang: Factor out helper for detecting actual GNU compiler
Brad King
2016-02-01
1
-2/+6
*
test: Add tests for `-std={gnu89,gnu++98,gnu++11,gnu++14}`
Brad King
2016-01-26
1
-1/+41
*
castxml: Fix `__float128` simulation with `-std=gnu++{11,14}`
Brad King
2016-01-26
2
-5/+18
*
test: Run GNU-float128 test without an external compiler
Brad King
2016-01-26
1
-67/+16
*
Output: Fix `__float128` mangled name suppression with MSVC mangling
Brad King
2016-01-26
3
-5/+5
*
Output: Factor out a helper to print our fake __float128 FundamentalType
Brad King
2016-01-25
1
-3/+11
*
RunClang: Pass CompilerInstance to UpdatePredefines
Brad King
2016-01-25
1
-3/+4
*
RunClang: Adopt logic to add fake __float128 builtin
Brad King
2016-01-25
2
-16/+21
*
RunClang: Refactor preprocessor definition searches
Brad King
2016-01-25
1
-8/+9
*
Output: Fix references to types whose declaration is invalid
Brad King
2015-12-14
4
-8/+49
*
Output: Clarify name of method adding a decl for a type
Brad King
2015-12-14
1
-8/+10
*
Output: Skip C++11 type alias declarations
Brad King
2015-12-10
8
-0/+29
*
Output: Skip Typedef elements that refer to rvalue references
Brad King
2015-12-10
3
-5/+12
*
Output: Generate Base element offset="" attribute
Brad King
2015-12-03
17
-19/+47
*
Add predefined macros for versions of CastXML and internal Clang
Brad King
2015-12-03
8
-2/+83
*
test: Support absolute paths to expected result files
Brad King
2015-12-03
2
-4/+10
*
RunClang: Refactor built-in predefines substitution
Brad King
2015-12-03
1
-13/+19
*
Utils: Add function to get version value encoded as an integer
Brad King
2015-12-03
2
-0/+11
*
Version: Add macros for individual version components
Brad King
2015-12-03
2
-0/+15
*
Version: Clarify name of version string macro
Brad King
2015-12-03
2
-2/+2
[next]