llvm-project/clang/lib/ASTMatchers
Samuel Benzaquen c1384c138c [ASTMatchers] Add own version of VariadicFunction.
Summary:
llvm::VariadicFunction is only being used by ASTMatchers.
Having our own copy here allows us to remove the other one from llvm/ADT.
Also, we can extend the API to meet our needs without modifying the common
implementation.

Reviewers: alexfh

Subscribers: klimek, cfe-commits

Differential Revision: http://reviews.llvm.org/D18275

llvm-svn: 264417
2016-03-25 16:29:30 +00:00
..
Dynamic [ASTMatchers] Add own version of VariadicFunction. 2016-03-25 16:29:30 +00:00
ASTMatchFinder.cpp Simplify and rename ASTMatchFinder's getCXXRecordDecl to make it more obvious 2016-02-09 20:59:05 +00:00
ASTMatchersInternal.cpp Fix a -Wunused-variable diagnostic. 2016-02-23 10:29:04 +00:00
CMakeLists.txt ASTMatchers: Add an explicit dependency on libclangBasic. 2015-03-12 16:25:19 +00:00