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
/
unittests
/
ASTMatchers
/
Dynamic
/
ParserTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ParserTest] Move raw string literal out of macro
David Green
2020-01-05
1
-3
/
+3
*
Allow newlines in AST Matchers in clang-query files
Stephen Kelly
2019-12-27
1
-23
/
+142
*
Revert "Allow newlines in AST Matchers in clang-query files" + 1
Evgenii Stepanov
2019-12-26
1
-142
/
+23
*
Allow newlines in AST Matchers in clang-query files
Stephen Kelly
2019-12-26
1
-23
/
+142
*
Revert "Allow newlines in AST Matchers in clang-query files"
Stephen Kelly
2019-12-26
1
-142
/
+23
*
Allow newlines in AST Matchers in clang-query files
Stephen Kelly
2019-12-26
1
-23
/
+142
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-4
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert "[ASTMatchers] Fix DynamicASTMatchersTests again"
Fangrui Song
2018-10-03
1
-0
/
+1
*
[ASTMatchers] Fix DynamicASTMatchersTests again
Fangrui Song
2018-10-03
1
-1
/
+0
*
[test] Fix -Wunused-variable in rC343665
Fangrui Song
2018-10-03
1
-1
/
+1
*
Allow comments with '#' in dynamic AST Matchers
Stephen Kelly
2018-10-03
1
-2
/
+17
*
Allow binding to NamedValue resulting from let expression
Stephen Kelly
2018-08-30
1
-0
/
+38
*
[ASTMatchers] Introduce a matcher for matching any given Objective-C selector
George Karpenkov
2018-03-29
1
-0
/
+11
*
[ASTMatchers] Extend hasParameter and hasAnyParameter matches to handle Objec...
George Karpenkov
2018-03-29
1
-7
/
+8
*
Use EXPECT_TRUE rather than EXPECT_EQ(true, ...) to clean up the code and sil...
Eric Christopher
2017-07-14
1
-2
/
+2
*
[ASTMatchers] Add support for floatLiterals
Peter Wu
2017-06-08
1
-2
/
+17
*
[ASTMatchers] Add support for boolean literals
Peter Wu
2017-06-08
1
-0
/
+9
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
Reorder ASTNodeKind::AllKindInfo to match NodeKindId.
Alexander Kornienko
2016-04-14
1
-1
/
+1
*
Add AST matcher support for FunctionDecls with the hasBody matcher.
Aaron Ballman
2016-01-20
1
-1
/
+1
*
[AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap.
Benjamin Kramer
2015-10-23
1
-2
/
+4
*
Revert "[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap."
Benjamin Kramer
2015-10-21
1
-2
/
+1
*
[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap.
Benjamin Kramer
2015-10-20
1
-1
/
+2
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Pass SourceRange by value in a test I missed in r249259.
Craig Topper
2015-10-04
1
-2
/
+2
*
Rename AST node matchers to match the AST node names directly. Part of this r...
Aaron Ballman
2015-09-17
1
-2
/
+2
*
Replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
2015-07-06
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-3
/
+4
*
Special case 0 and 1 matcher in makeAllOfComposite().
Samuel Benzaquen
2014-10-09
1
-1
/
+4
*
Refactor Matcher<T> and DynTypedMatcher to reduce overhead of casts.
Samuel Benzaquen
2014-10-01
1
-4
/
+8
*
Revert r218616, "Refactor Matcher<T> and DynTypedMatcher to reduce overhead o...
NAKAMURA Takumi
2014-09-29
1
-8
/
+4
*
Refactor Matcher<T> and DynTypedMatcher to reduce overhead of casts.
Samuel Benzaquen
2014-09-29
1
-4
/
+8
*
Support named values in the autocomplete feature.
Samuel Benzaquen
2014-08-12
1
-14
/
+44
*
Allow hasBody on CXXForRangeStmt nodes and update the docs.
Manuel Klimek
2014-05-27
1
-1
/
+1
*
Add support for named values in the parser.
Samuel Benzaquen
2014-04-14
1
-3
/
+28
*
Revert "Add support for named values in the parser."
Samuel Benzaquen
2014-04-03
1
-23
/
+0
*
Add support for named values in the parser.
Samuel Benzaquen
2014-04-02
1
-0
/
+23
*
Introduce Parser::completeExpression.
Peter Collingbourne
2014-01-30
1
-0
/
+14
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-4
/
+3
*
Split registry matcher resolution into a lookup phase and a construction phase.
Peter Collingbourne
2013-11-23
1
-7
/
+21
*
Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher...
Samuel Benzaquen
2013-10-29
1
-56
/
+19
*
Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."
Reid Kleckner
2013-10-21
1
-19
/
+56
*
Refactor DynTypedMatcher into a value type class, just like Matcher<T>.
Samuel Benzaquen
2013-10-21
1
-56
/
+19
*
Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
2013-08-28
1
-2
/
+2
*
Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic l...
Samuel Benzaquen
2013-08-27
1
-2
/
+2
*
Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
2013-08-27
1
-2
/
+2
*
Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a lis...
Samuel Benzaquen
2013-08-13
1
-12
/
+16
*
Add support for overloaded matchers. ie different matcher function signatures...
Samuel Benzaquen
2013-07-22
1
-0
/
+9
[next]