summaryrefslogtreecommitdiffstats
path: root/lib/ASTMatchers/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* ASTMatchers: Add an explicit dependency on libclangBasic.Benjamin Kramer2015-03-121-0/+1
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+1
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-10/+0
* [CMake] clang/lib: Prune redundant dependencies.NAKAMURA Takumi2013-12-101-1/+0
* First revision of the dynamic ASTMatcher library.Manuel Klimek2013-05-141-0/+2
* Make libASTMatchers link its dependencies. libRewriteFrontend depends on libR...Benjamin Kramer2012-11-161-1/+5
* Move RefactoringCallbacks to Tooling to avoid dependency fromDaniel Jasper2012-07-171-1/+0
* Add refactoring callbacks to make common kinds of refactorings easy.Daniel Jasper2012-07-161-0/+1
* [CMake] Get rid of unconditional dependency to ClangDiagnosticCommon. Only cl...NAKAMURA Takumi2012-07-091-0/+1
* ASTMatchers/CMakeLists.txt: Add dependencies to generated headers, or "make c...NAKAMURA Takumi2012-07-071-0/+9
* Adds the AST Matcher library, which provides a in-C++ DSL to expressManuel Klimek2012-07-061-0/+7