index
:
CastXML.git
master
Clone from: https://github.com/CastXML/CastXML.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
expect
Commit message (
Expand
)
Author
Age
Files
Lines
*
Detect: Add MSVC target triple component
Brad King
2020-04-27
4
-4/+7
*
test: Fix cc-gnu predefined macros on Windows
Brad King
2020-04-03
4
-8/+16
*
Output: Add decltype support
Lucas Gandel
2020-02-11
1
-2/+1
*
test: Update expected XML output for LLVM/Clang 9.0
Brad King
2019-08-29
2
-2/+2
*
Output: Indicate whether an Enumeration is scoped
Brad King
2019-08-19
2
-0/+16
*
test: Allow string before clang version
Kyle Edwards
2019-04-29
1
-1/+2
*
RunClang: Improve predefined macros identifying castxml
Brad King
2019-04-11
10
-13/+71
*
Output: Add the type of nullptr as a FundamentalType
Brad King
2019-04-09
2
-0/+20
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2019-04-08
10
-58/+58
*
Detect: Add __STDCPP_DEFAULT_NEW_ALIGNMENT__ predefined VS macro
Brad King
2018-08-06
1
-0/+11
*
Output: Add original types to decayed function parameters
Brad King
2018-03-22
2
-24/+30
*
test: Add case covering multi-dimensional arrays in function arguments
Brad King
2018-03-21
2
-12/+18
*
test: Add tests for C++17 modes
Brad King
2017-12-05
4
-0/+202
*
RunClang: Detect -std=c++17 from --castxml-cc-gnu
Brad King
2017-12-05
4
-0/+4
*
RunClang: Detect -std=c++17 from --castxml-cc-msvc
Brad King
2017-12-05
1
-0/+1
*
test: Fix Class-implicit-member-bad-base on Windows
Brad King
2017-11-06
2
-4/+12
*
Output: Add deprecated attribute
Brad King
2017-10-13
28
-0/+424
*
Output: Always print name= attribute for function-like elements
Brad King
2017-10-03
6
-18/+18
*
test: Add cases for anonymous struct and union types
Brad King
2017-10-03
8
-0/+174
*
Output: Treat lambda classes as anonymous and memberless
Brad King
2017-09-29
4
-0/+36
*
Output: Add dllexport/dllimport attributes
Mark A Russell
2017-09-28
40
-0/+672
*
Output: Add size and align attributes to ReferenceType
Brad King
2017-09-28
118
-322/+322
*
Output: Desugar 'auto' types
Brad King
2017-09-28
2
-0/+14
*
Output: Present TypeAlias as Typedef
Brad King
2017-09-27
2
-2/+8
*
test: Stabilize order of derived class implicits
Brad King
2017-09-06
2
-38/+38
*
test: Update expected output for LLVM/Clang 5.0
Brad King
2017-09-06
4
-4/+4
*
castxml: Use real `__float128` type with LLVM/Clang 3.9+
Brad King
2017-08-23
4
-8/+8
*
Run clang-format on sources
Brad King
2017-08-23
2
-88/+88
*
Output: Add support for elaborated type specifiers
Michka Popoff
2017-03-01
5
-3/+194
*
Output: Add size and align attributes to Enumeration
Brad King
2017-01-13
12
-12/+12
*
Output: Add size and align attributes to PointerType
Brad King
2017-01-12
18
-36/+36
*
test: Run all gccxml-format test cases as castxml-format cases too
Michka Popoff
2016-12-09
147
-0/+2191
*
castxml: Add flag --castxml-output=<v> to activate a new output format
Michka Popoff
2016-12-09
13
-0/+22
*
Revise C++ coding style using clang-format
Kitware Robot
2016-11-10
64
-415/+415
*
Protect hand-formatted blocks from clang-format
Brad King
2016-11-10
1
-1/+1
*
Output: Exclude C++11 user defined literal operators from gccxml format
Brad King
2016-10-06
1
-2/+1
*
Output: Avoid assertion failure on a FunctionDecl with no identifier
Brad King
2016-10-06
4
-0/+9
*
Output: Desugar typedefs whose context is a template
Brad King
2016-08-16
1
-0/+10
*
Output: Fix assertion failure on translation-unit-level operators
Brad King
2016-06-17
1
-0/+10
*
castxml: Fix `__float128` simulation with `-std=gnu++{11,14}` again
Brad King
2016-05-10
3
-4/+11
*
test: Split GNU-float128-nostart test inputs
Brad King
2016-05-10
2
-2/+2
*
RunClang: Provide `__make_integer_seq` builtin when Clang does not
Brad King
2016-04-21
1
-1/+2
*
Output: Fix access specifier of incomplete class template instantiations
Brad King
2016-04-19
1
-19/+21
*
RunClang: Provide `__is_assignable` builtin when simulating MSVC >= 1900
Brad King
2016-04-18
2
-0/+15
*
Output: Fix access specifier of class template instantiations
Brad King
2016-04-12
1
-0/+29
*
RunClang: Force semantic check of implicit default constructor
Brad King
2016-04-12
1
-16/+0
*
test: Add case for implicit members of a const aggregate struct
Brad King
2016-04-11
2
-0/+31
*
castxml: Support -std=c99 and -std=c11 with --castxml-gccxml
Brad King
2016-03-25
4
-4/+0
*
test: Generalize expected c89 output for any C dialect
Brad King
2016-03-25
8
-0/+0
*
Output: Fix unnamed enum value references in default arguments
Brad King
2016-03-21
1
-7/+11
[next]