hanchenye-llvm-project/clang/unittests/ASTMatchers
Dave Lee e6d362cea8 Add objcImplementationDecl matcher
Summary:
Add the `objcImplementationDecl` matcher. See related: D30854

Tested with:

```
./tools/clang/unittests/ASTMatchers/ASTMatchersTests
```

Reviewers: aaron.ballman, compnerd, alexshap

Reviewed By: aaron.ballman

Subscribers: klimek, cfe-commits

Differential Revision: https://reviews.llvm.org/D37643

llvm-svn: 312889
2017-09-10 21:00:15 +00:00
..
Dynamic Use EXPECT_TRUE rather than EXPECT_EQ(true, ...) to clean up the code and silence a null conversion warning. 2017-07-14 02:03:03 +00:00
ASTMatchersInternalTest.cpp
ASTMatchersNarrowingTest.cpp PR19668, PR23034: Fix handling of move constructors and deleted copy 2017-08-16 01:49:53 +00:00
ASTMatchersNodeTest.cpp Add objcImplementationDecl matcher 2017-09-10 21:00:15 +00:00
ASTMatchersTest.h Added braces to work around gcc warning in googletest: suggest explicit braces to avoid ambiguous 'else'. NFC. 2017-06-15 21:01:24 +00:00
ASTMatchersTraversalTest.cpp Unify and simplify the behavior of the hasDeclaration matcher. 2017-08-02 13:04:44 +00:00
CMakeLists.txt