hanchenye-llvm-project/clang/lib/ASTMatchers
Dave Lee cde4528a8e Register linkageSpecDecl matcher
Summary:
This allows `linkageSpecDecl` to be used from `clang-query`.

See also D31869 which similary adds `isStaticStorageClass`.

Reviewers: aaron.ballman

Reviewed By: aaron.ballman

Subscribers: cfe-commits, klimek

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

llvm-svn: 312283
2017-08-31 21:18:27 +00:00
..
Dynamic Register linkageSpecDecl matcher 2017-08-31 21:18:27 +00:00
ASTMatchFinder.cpp Complete support for the cxxCtorInitializer() AST matcher so that it can be used as a top-level matcher. 2016-09-26 17:04:27 +00:00
ASTMatchersInternal.cpp
CMakeLists.txt