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
/
Parser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-13
/
+13
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-2
/
+2
*
[ASTMatchers] Fix some Clang-tidy modernize and Include What You Use warnings...
Eugene Zelenko
2017-11-01
1
-17
/
+26
*
[ASTMatchers] Fix use after free.
Benjamin Kramer
2017-06-09
1
-1
/
+2
*
[ASTMatchers] Add support for floatLiterals
Peter Wu
2017-06-08
1
-13
/
+37
*
[ASTMatchers] Add support for boolean literals
Peter Wu
2017-06-08
1
-2
/
+10
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
SourceRanges are small and trivially copyable, don't them by reference.
Craig Topper
2015-10-04
1
-1
/
+1
*
Replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
2015-07-06
1
-1
/
+1
*
Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but no...
Yaron Keren
2015-07-03
1
-1
/
+1
*
Replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
2015-07-03
1
-1
/
+1
*
Revert r241319, investigating.
Yaron Keren
2015-07-03
1
-1
/
+1
*
Replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
2015-07-03
1
-1
/
+1
*
Support named values in the autocomplete feature.
Samuel Benzaquen
2014-08-12
1
-34
/
+71
*
[C++11] Use 'nullptr'. ASTMatchers edition.
Craig Topper
2014-05-17
1
-4
/
+4
*
Add support for named values in the parser.
Samuel Benzaquen
2014-04-14
1
-25
/
+62
*
Revert "Add support for named values in the parser."
Samuel Benzaquen
2014-04-03
1
-27
/
+21
*
Add support for named values in the parser.
Samuel Benzaquen
2014-04-02
1
-21
/
+27
*
Introduce Parser::completeExpression.
Peter Collingbourne
2014-01-30
1
-33
/
+141
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-3
/
+2
*
Split registry matcher resolution into a lookup phase and a construction phase.
Peter Collingbourne
2013-11-23
1
-5
/
+17
*
Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher...
Samuel Benzaquen
2013-10-29
1
-11
/
+11
*
Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."
Reid Kleckner
2013-10-21
1
-11
/
+11
*
Refactor DynTypedMatcher into a value type class, just like Matcher<T>.
Samuel Benzaquen
2013-10-21
1
-11
/
+11
*
Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a lis...
Samuel Benzaquen
2013-08-13
1
-10
/
+11
*
Separate the notion of 'context' when recursing down in the parser and actual...
Samuel Benzaquen
2013-07-18
1
-31
/
+22
*
Add support for polymorphic matchers. Use runtime type checking to determine ...
Samuel Benzaquen
2013-06-21
1
-10
/
+15
*
Parser/Registry argument enhancements.
Samuel Benzaquen
2013-06-04
1
-0
/
+35
*
Add support for .bind("foo") expressions on the dynamic matchers.
Samuel Benzaquen
2013-06-03
1
-8
/
+64
*
First revision of the dynamic ASTMatcher library.
Manuel Klimek
2013-05-14
1
-0
/
+332