index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
AST
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Concepts] Placeholder constraints and abbreviated templates
Saar Raz
2020-01-24
1
-15
/
+42
*
Disallow an empty string literal in an asm label
Aaron Ballman
2020-01-08
1
-4
/
+4
*
[OpenCL] Pretty print __private addr space
Anastasia Stulova
2019-12-27
1
-2
/
+2
*
[Wdocumentation] Implement \anchor
Mark de Wever
2019-12-21
1
-0
/
+5
*
Apply the alignment specifier attribute to anonymous unions and structs.
Kamlesh Kumar
2019-12-20
1
-0
/
+7
*
Refactor CompareReferenceRelationship and its callers in preparation for
Richard Smith
2019-12-18
1
-5
/
+0
*
[AST] Enable expression of OpenCL language address spaces an attribute
Victor Lomuller
2019-12-05
1
-0
/
+36
*
Switch to opening the temp file in binary mode
Aaron Ballman
2019-12-03
1
-1
/
+1
*
Correcting the offsets within the test to fix the bots.
Aaron Ballman
2019-12-03
1
-15
/
+15
*
Differentiate between the presumed and actual file when dumping the AST to JSON
Aaron Ballman
2019-12-03
2
-1
/
+312
*
[ConstExprPreter] Removed the flag forcing the use of the interpreter
Nandor Licker
2019-11-27
1
-1
/
+1
*
[Attr] Fix `-ast-print` for `asm` attribute
Joel E. Denny
2019-11-18
1
-0
/
+5
*
Add a missing triple in ast-dump-decl-json.m
Alex Richardson
2019-11-15
1
-197
/
+197
*
Include the mangled name in -ast-dump=json
Alex Richardson
2019-11-15
15
-0
/
+274
*
[NFC] Regenerate ast-dump-json tests
Alex Richardson
2019-11-15
2
-5579
/
+5579
*
[gen_ast_dump_json_test.py] Allow updating multiple files in one go
Alex Richardson
2019-11-15
1
-26
/
+34
*
[gen_ast_dump_json_test.py] Copy to binary directory to omit --clang argument
Alex Richardson
2019-11-15
1
-2
/
+10
*
[gen_ast_dump_json_test.py] Skip manual tests when using --update
Alex Richardson
2019-11-15
1
-3
/
+8
*
[gen_ast_dump_json_test.py] Infer --filters flags when using --update
Alex Richardson
2019-11-15
1
-10
/
+27
*
[gen_ast_dump_json_test.py] Parse RUN: lines with --update
Alex Richardson
2019-11-15
1
-8
/
+33
*
[gen_ast_dump_json_test.py] Add a --update flag
Alex Richardson
2019-11-15
1
-12
/
+21
*
[OPENMP]Use copy constructors instead of assignment operators in declare
Alexey Bataev
2019-11-12
1
-7
/
+5
*
Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...
Adrian Prantl
2019-11-08
1
-1
/
+167
*
Include leading attributes in DeclStmt's SourceRange
Stephan Bergmann
2019-10-17
1
-0
/
+16
*
Add more information to JSON AST dumping of source locations.
Aaron Ballman
2019-10-15
24
-3131
/
+8107
*
[clang] Make handling of unnamed template params similar to function params
Kadir Cetinkaya
2019-10-01
4
-32
/
+14
*
[Sema] Fix the atomic expr rebuilding order.
Michael Liao
2019-09-23
1
-1
/
+42
*
Fix test atomic-expr.cpp after R372422
Erich Keane
2019-09-23
1
-1
/
+1
*
Ensure AtomicExpr goes through SEMA checking after TreeTransform
Erich Keane
2019-09-20
1
-0
/
+19
*
Revert r372325 - Reverting r372323 because it broke color tests on Linux.
Aaron Ballman
2019-09-19
1
-2
/
+2
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-09-13
1
-0
/
+11
*
Generate parent context id from Decl* instead of DeclContext*.
Aaron Ballman
2019-09-04
4
-4
/
+290
*
Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"
Roman Lebedev
2019-09-04
1
-11
/
+0
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-09-04
1
-0
/
+11
*
Revert [Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-09-02
1
-11
/
+0
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-09-02
1
-0
/
+11
*
Revert [Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-31
1
-11
/
+0
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-31
1
-0
/
+11
*
Revert [Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-30
1
-11
/
+0
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-30
1
-0
/
+11
*
Revert [Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-30
1
-11
/
+0
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-30
1
-0
/
+11
*
Avoid crash when dumping NULL Type as JSON.
Aaron Ballman
2019-08-29
2
-1
/
+78
*
[ASTDump] Add is_anonymous to VisitCXXRecordDecl
Shafik Yaghmour
2019-08-12
1
-4
/
+4
*
Add SVE opaque built-in types
Richard Sandiford
2019-08-09
1
-0
/
+38
*
Add typedef declaration information to the JSON AST dump.
Aaron Ballman
2019-07-30
3
-52
/
+104
*
Add lifetime categories attributes
Matthias Gehre
2019-07-25
1
-0
/
+17
*
[Clang] New loop pragma vectorize_predicate
Sjoerd Meijer
2019-07-25
1
-0
/
+4
*
Dump actual line numbers when dumping the AST to JSON.
Aaron Ballman
2019-07-12
1
-0
/
+147
*
Dump floating-point values as strings when dumping to JSON.
Aaron Ballman
2019-07-12
2
-5062
/
+5083
[next]