Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
ASTMatchers
/
Dynamic
/
Parser.cpp
7c787b8
Allow comments with '#' in dynamic AST Matchers
by Stephen Kelly
· 7 years ago
1d38c13
Use the container form llvm::sort(C, ...)
by Fangrui Song
· 7 years ago
fc934cd
Allow binding to NamedValue resulting from let expression
by Stephen Kelly
· 7 years ago
5fb9dc5
Extract parseBindID method
by Stephen Kelly
· 7 years ago
9fc8faf
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
2a8c18d
Fix typos in clang
by Alexander Kornienko
· 7 years ago
c205d8c
[clang] Change std::sort to llvm::sort in response to r327219
by Mandeep Singh Grang
· 8 years ago
06becf8
[ASTMatchers] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
96a0b3f
[ASTMatchers] Fix use after free.
by Benjamin Kramer
· 8 years ago
2bbed50
[ASTMatchers] Add support for floatLiterals
by Peter Wu
· 8 years ago
c04b198
[ASTMatchers] Add support for boolean literals
by Peter Wu
· 8 years ago
9670f84
[NFC] Header cleanup
by Mehdi Amini
· 9 years ago
637d1e6
Roll-back r250822.
by Angel Garcia Gomez
· 10 years ago
b5250d3
Apply modernize-use-default to clang.
by Angel Garcia Gomez
· 10 years ago
e335f25
SourceRanges are small and trivially copyable, don't them by reference.
by Craig Topper
· 10 years ago
5b81606
Replace some const std::string & with llvm::StringRef or std::string
by Yaron Keren
· 10 years ago
40178c3
Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but now fails the bots.
by Yaron Keren
· 10 years ago
4526701
Replace some const std::string & with llvm::StringRef or std::string
by Yaron Keren
· 10 years ago
d30f5ff
Revert r241319, investigating.
by Yaron Keren
· 10 years ago
25bb2e4
Replace some const std::string & with llvm::StringRef or std::string
by Yaron Keren
· 10 years ago
646f23b
Support named values in the autocomplete feature.
by Samuel Benzaquen
· 11 years ago
210e1ad
[C++11] Use 'nullptr'. ASTMatchers edition.
by Craig Topper
· 11 years ago
f434c4f
Add support for named values in the parser.
by Samuel Benzaquen
· 11 years ago
5548ead
Revert "Add support for named values in the parser."
by Samuel Benzaquen
· 11 years ago
2019cea
Add support for named values in the parser.
by Samuel Benzaquen
· 11 years ago
252444a7
Introduce Parser::completeExpression.
by Peter Collingbourne
· 12 years ago
5553d0d
Sort all the #include lines with LLVM's utils/sort_includes.py which
by Chandler Carruth
· 12 years ago
00cba4f
Split registry matcher resolution into a lookup phase and a construction phase.
by Peter Collingbourne
· 12 years ago
f34ac3e
Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."
by Samuel Benzaquen
· 12 years ago
9171f02
Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."
by Reid Kleckner
· 12 years ago
f46e5f1
Refactor DynTypedMatcher into a value type class, just like Matcher<T>.
by Samuel Benzaquen
· 12 years ago
0239b69
Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a list of matchers for the polymorphic case.
by Samuel Benzaquen
· 12 years ago
a37bb8c
Separate the notion of 'context' when recursing down in the parser and actual errors.
by Samuel Benzaquen
· 12 years ago
c6f2c9b
Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use.
by Samuel Benzaquen
· 12 years ago
c31b352
Parser/Registry argument enhancements.
by Samuel Benzaquen
· 12 years ago
31edb51
Add support for .bind("foo") expressions on the dynamic matchers.
by Samuel Benzaquen
· 12 years ago
24db0f0
First revision of the dynamic ASTMatcher library.
by Manuel Klimek
· 12 years ago