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
/
lib
/
ASTMatchers
/
Dynamic
/
Diagnostics.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ASTMatchers] Add support for floatLiterals
Peter Wu
2017-06-08
1
-2
/
+2
*
SourceRanges are small and trivially copyable, don't them by reference.
Craig Topper
2015-10-04
1
-4
/
+4
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-3
/
+3
*
Roll functions back into namespaces, msvc has problems with name lookup outsi...
Benjamin Kramer
2015-03-09
1
-4
/
+8
*
Make helper functions static. NFC.
Benjamin Kramer
2015-03-09
1
-13
/
+9
*
Add support for named values in the parser.
Samuel Benzaquen
2014-04-14
1
-1
/
+3
*
Add support for overloaded matchers. ie different matcher function signatures...
Samuel Benzaquen
2013-07-22
1
-5
/
+43
*
Add support for raw_ostream on the printing methods of Diagnostics.
Samuel Benzaquen
2013-07-19
1
-32
/
+42
*
Separate the notion of 'context' when recursing down in the parser and actual...
Samuel Benzaquen
2013-07-18
1
-22
/
+71
*
Add support for polymorphic matchers. Use runtime type checking to determine ...
Samuel Benzaquen
2013-06-21
1
-0
/
+2
*
Enhancements for the DynTypedMatcher system.
Samuel Benzaquen
2013-06-20
1
-1
/
+1
*
Parser/Registry argument enhancements.
Samuel Benzaquen
2013-06-04
1
-0
/
+2
*
Add support for .bind("foo") expressions on the dynamic matchers.
Samuel Benzaquen
2013-06-03
1
-0
/
+6
*
First revision of the dynamic ASTMatcher library.
Manuel Klimek
2013-05-14
1
-0
/
+113