Benjamin Kramer
|
d6e8a7964d
|
Make libASTMatchers link its dependencies. libRewriteFrontend depends on libRewriteCore.
LLVM_USED_LIBS does nothing here.
llvm-svn: 168172
|
2012-11-16 17:30:58 +00:00 |
Daniel Jasper
|
1975e03494
|
Move RefactoringCallbacks to Tooling to avoid dependency from
ASTMatchers (lower level abstraction) to Tooling (higher level
abstraction).
llvm-svn: 160351
|
2012-07-17 08:03:01 +00:00 |
Daniel Jasper
|
7e22282b68
|
Add refactoring callbacks to make common kinds of refactorings easy.
llvm-svn: 160255
|
2012-07-16 09:18:17 +00:00 |
NAKAMURA Takumi
|
d7ba69de90
|
[CMake] Get rid of unconditional dependency to ClangDiagnosticCommon. Only clangBasic and clangASTMatchers need it.
llvm-svn: 159931
|
2012-07-09 14:12:20 +00:00 |
NAKAMURA Takumi
|
17a2ff2494
|
ASTMatchers/CMakeLists.txt: Add dependencies to generated headers, or "make clean; make ASTMatchers" would fail.
llvm-svn: 159906
|
2012-07-07 23:13:30 +00:00 |
Manuel Klimek
|
04616e4776
|
Adds the AST Matcher library, which provides a in-C++ DSL to express
matches on interesting parts of the AST, and callback mechanisms to
act on them.
llvm-svn: 159805
|
2012-07-06 05:48:52 +00:00 |