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
/
unittests
/
ASTMatchers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ASTMatchers] Add an isMain() matcher
George Karpenkov
2018-07-23
1
-0
/
+8
*
[ASTMatchers] add matcher for decltypeType and its underlyingType
Jonas Toth
2018-07-23
1
-0
/
+6
*
[ASTMatchers] Quickfix for tests.
George Karpenkov
2018-07-16
1
-6
/
+6
*
[ASTMatchers] Introduce Objective-C matchers `hasReceiver` and `isInstanceMes...
George Karpenkov
2018-07-16
1
-0
/
+29
*
[ASTMatchers] A matcher for Objective-C @autoreleasepool
George Karpenkov
2018-07-06
1
-0
/
+12
*
[ASTMatchers] Add support for matching the type of a friend decl.
David L. Jones
2018-06-18
1
-0
/
+10
*
[ASTMatchers] Don't assert-fail in specifiesTypeLoc().
David L. Jones
2018-06-18
1
-0
/
+4
*
[ASTMatchers] Introduce a blockDecl matcher for matching block declarations
George Karpenkov
2018-05-16
2
-1
/
+5
*
[ASTMatchers] Overload isConstexpr for ifStmts
Gabor Horvath
2018-05-08
1
-0
/
+4
*
s/LLVM_ON_WIN32/_WIN32/, clang
Nico Weber
2018-04-27
1
-2
/
+2
*
Make add_clang_unittest formatting a bit more consistent.
Nico Weber
2018-04-25
2
-2
/
+4
*
[ASTMatchers] Introduce a matcher for matching any given Objective-C selector
George Karpenkov
2018-03-29
2
-0
/
+22
*
[ASTMatchers] Extend hasParameter and hasAnyParameter matches to handle Objec...
George Karpenkov
2018-03-29
2
-7
/
+12
*
[ASTMatchers] Add isAssignmentOperator matcher
Peter Szecsi
2018-03-27
1
-0
/
+15
*
[ASTMatcher] Extend hasAnyArgument to ObjCMessageExpr
George Karpenkov
2018-03-07
1
-3
/
+10
*
[ASTMatchers] isTemplateInstantiation: also match explicit instantiation decl...
Eric Liu
2018-02-21
1
-0
/
+8
*
Add hasTrailingReturn AST matcher
Julie Hockett
2018-01-22
1
-0
/
+19
*
[ASTMatcher] Add isScoped matcher for enumDecl.
Haojian Wu
2018-01-18
1
-0
/
+5
*
[ASTMatchers] Add isNoReturn() match narrower for FunctionDeclarations
Roman Lebedev
2018-01-17
1
-0
/
+78
*
[CMake] Use PRIVATE in target_link_libraries for executables
Shoaib Meenai
2017-12-05
2
-0
/
+2
*
Add the hasDefinition() AST matcher to match class declarations that also hav...
Aaron Ballman
2017-11-29
1
-0
/
+21
*
[ASTMatchers] Matchers for new[] operators
Adam Balogh
2017-11-23
1
-0
/
+10
*
Add an AST matcher for hasDefaultArgument() to match on parameter declaration...
Aaron Ballman
2017-11-21
1
-0
/
+7
*
Make isDefinition matcher support ObjCMethodDecl
Dave Lee
2017-11-14
1
-0
/
+8
*
Add ObjC exception statement AST matchers
Dave Lee
2017-11-11
1
-0
/
+23
*
Add objcCategoryImplDecl matcher
Dave Lee
2017-10-26
1
-1
/
+7
*
Add objcImplementationDecl matcher
Dave Lee
2017-09-10
1
-0
/
+3
*
PR19668, PR23034: Fix handling of move constructors and deleted copy
Richard Smith
2017-08-16
1
-20
/
+29
*
Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ...
Diana Picus
2017-08-09
1
-29
/
+20
*
PR19668, PR23034: Fix handling of move constructors and deleted copy
Richard Smith
2017-08-08
1
-20
/
+29
*
[ASTMatcher] Add handling for DeducedType to HasDeclarationMatcher
Florian Gross
2017-08-04
1
-0
/
+4
*
Unify and simplify the behavior of the hasDeclaration matcher.
Manuel Klimek
2017-08-02
1
-2
/
+33
*
[ASTMatchers] Allow forField to match indirect fields.
Malcolm Parsons
2017-08-01
1
-2
/
+6
*
Use EXPECT_TRUE rather than EXPECT_EQ(true, ...) to clean up the code and sil...
Eric Christopher
2017-07-14
1
-2
/
+2
*
[ASTMatchers][NFC] integerLiteral(): Mention negative integers in
Clement Courbet
2017-07-11
1
-0
/
+6
*
Added braces to work around gcc warning in googletest: suggest explicit brace...
Galina Kistanova
2017-06-15
1
-3
/
+6
*
[ASTMatchers] temporary disable tests with floating suffix
Peter Wu
2017-06-08
1
-0
/
+3
*
[ASTMatchers] Add clang-query support for equals matcher
Peter Wu
2017-06-08
1
-0
/
+40
*
[ASTMatchers] Add support for floatLiterals
Peter Wu
2017-06-08
2
-2
/
+30
*
[ASTMatchers] Add support for boolean literals
Peter Wu
2017-06-08
2
-0
/
+21
*
Add cxxStdInitializerListExpr AST matcher
Jakub Kuderski
2017-05-05
1
-0
/
+23
*
[ASTMatchers] add typeAliasTemplateDecl matcher.
Eric Liu
2017-03-28
1
-0
/
+16
*
Add AST matchers for ObjCProtocolDecl, ObjCCategoryDecl, ObjCMethodDecl, ObjC...
Aaron Ballman
2017-03-15
2
-13
/
+65
*
[gtest] The way EXPECT_TEST now works after upgrading gtest triggers an
Chandler Carruth
2017-01-04
1
-3
/
+6
*
DR1315: a non-type template argument in a partial specialization is permitted
Richard Smith
2016-12-28
1
-2
/
+2
*
[ASTMatchers] Add hasInClassInitializer traversal matcher for FieldDecl.
Malcolm Parsons
2016-12-24
1
-0
/
+10
*
[ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmType
Malcolm Parsons
2016-12-08
1
-0
/
+17
*
DR616, and part of P0135R1: member access (or pointer-to-member access) on a
Richard Smith
2016-12-03
1
-1
/
+1
*
Adds hasUnqualifiedDesugaredType to allow matching through type sugar.
Manuel Klimek
2016-12-01
1
-0
/
+9
*
[ASTMatcher] Add CXXNewExpr support to hasDeclaration
Malcolm Parsons
2016-10-31
1
-0
/
+6
[prev]
[next]