index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ASTMatchers
/
Dynamic
/
Marshallers.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-7
/
+7
*
[ASTTypeTraits][ASTMatchers][OpenMP] OMPClause handling
Roman Lebedev
2019-03-21
1
-0
/
+23
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-25
/
+25
*
Remove creation of out-of-bounds value of enumeration type (resulting in UB).
Richard Smith
2017-12-08
1
-12
/
+10
*
[ASTMatchers] Fix some Clang-tidy modernize and Include What You Use warnings...
Eugene Zelenko
2017-11-01
1
-30
/
+72
*
[ASTMatchers] Add support for floatLiterals
Peter Wu
2017-06-08
1
-0
/
+10
*
[ASTMatchers] Add support for boolean literals
Peter Wu
2017-06-08
1
-0
/
+10
*
[AST] Convert Marshallers to use unique_ptr.
Justin Lebar
2016-10-10
1
-33
/
+36
*
Add an AST matcher for CastExpr kind
Etienne Bergeron
2016-05-13
1
-0
/
+22
*
[ASTMatchers] Add own version of VariadicFunction.
Samuel Benzaquen
2016-03-25
1
-5
/
+6
*
Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.
Eugene Zelenko
2016-01-26
1
-9
/
+7
*
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
-11
/
+11
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-24
/
+29
*
Replace variadic operator function pointer with an enum value.
Samuel Benzaquen
2014-11-20
1
-6
/
+6
*
Remove VariadicOperatorMatcherInterface as it is redundant with logic from Dy...
Samuel Benzaquen
2014-11-17
1
-1
/
+1
*
Adds 'override' to overriding methods. NFC.
Fariborz Jahanian
2014-10-01
1
-5
/
+5
*
Fix some cases where StringRef was being passed by const reference. Remove co...
Craig Topper
2014-08-30
1
-1
/
+1
*
Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and...
Craig Topper
2014-08-30
1
-2
/
+2
*
Add hasAttr matcher for declarations.
Manuel Klimek
2014-08-25
1
-0
/
+21
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Support named values in the autocomplete feature.
Samuel Benzaquen
2014-08-12
1
-49
/
+3
*
Remove llvm:: from uses of ArrayRef.
Craig Topper
2014-06-28
1
-5
/
+5
*
[C++11] Use 'nullptr'. ASTMatchers edition.
Craig Topper
2014-05-17
1
-2
/
+2
*
[C++11] Avoid implicit conversion of ArrayRef to std::vector and use move sem...
Benjamin Kramer
2014-03-10
1
-2
/
+2
*
[C++11] Use std::unique_ptr for ownership in a vector.
Ahmed Charles
2014-03-09
1
-24
/
+14
*
[C++11] Replace LLVM-style type traits with C++11 standard ones.
Benjamin Kramer
2014-03-07
1
-1
/
+0
*
[C++11] Remove an LLVM_OVERRIDE use that I missed in my previous commit.
Craig Topper
2014-03-02
1
-1
/
+1
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-3
/
+3
*
Fix -Wreturn-type build failure on ASTMatchers, plus an intended assert
Alp Toker
2014-01-26
1
-0
/
+1
*
Fix debug build.
Peter Collingbourne
2014-01-23
1
-4
/
+4
*
Introduce Registry::getCompletions.
Peter Collingbourne
2014-01-23
1
-98
/
+378
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-2
/
+1
*
Rename *MatcherCreateCallback to *MatcherDescriptor, and its member run() to ...
Peter Collingbourne
2013-11-23
1
-63
/
+62
*
Add support for the 'unless' matcher in the dynamic layer.
Samuel Benzaquen
2013-11-22
1
-6
/
+21
*
Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher...
Samuel Benzaquen
2013-10-29
1
-7
/
+4
*
Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."
Reid Kleckner
2013-10-21
1
-4
/
+7
*
Refactor DynTypedMatcher into a value type class, just like Matcher<T>.
Samuel Benzaquen
2013-10-21
1
-7
/
+4
*
Reduce the number of symbols by changing how templates are instantiated per f...
Samuel Benzaquen
2013-08-30
1
-40
/
+41
*
Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
2013-08-28
1
-0
/
+37
*
Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic l...
Samuel Benzaquen
2013-08-27
1
-37
/
+0
*
Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
2013-08-27
1
-0
/
+37
*
Refactor ArgumentAdaptativeMatcher matchers to remove the template from their...
Samuel Benzaquen
2013-08-16
1
-0
/
+92
*
Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a lis...
Samuel Benzaquen
2013-08-13
1
-55
/
+60
*
Separate the notion of 'context' when recursing down in the parser and actual...
Samuel Benzaquen
2013-07-18
1
-3
/
+3
*
Add support for type traversal matchers.
Samuel Benzaquen
2013-07-15
1
-23
/
+15
*
Add support for polymorphic matchers. Use runtime type checking to determine ...
Samuel Benzaquen
2013-06-21
1
-42
/
+81
*
Enhancements for the DynTypedMatcher system.
Samuel Benzaquen
2013-06-20
1
-7
/
+19
[next]