Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -2/+2 |
| | | | | | | brought into 'clang' namespace by clang/Basic/LLVM.h llvm-svn: 172323 | ||||
* | Sort the #include lines for unittests/... | Chandler Carruth | 2012-12-04 | 1 | -2/+2 |
| | | | | | | I've tried to place sensible headers at the top as main-module headers. llvm-svn: 169243 | ||||
* | Buildbot debugging is fun | Douglas Gregor | 2012-10-23 | 1 | -1/+1 |
| | | | | llvm-svn: 166516 | ||||
* | Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. | Ted Kremenek | 2012-09-01 | 1 | -1/+1 |
| | | | | | | | This is similar to how we divide up the StaticAnalyzer libraries to separate core functionality to what is clearly associated with Frontend actions. llvm-svn: 163050 | ||||
* | Update unittests for include change. | Benjamin Kramer | 2012-07-04 | 1 | -0/+1 |
| | | | | llvm-svn: 159724 | ||||
* | Adds the Refactoring library, which is a layer on top of the Tooling library | Manuel Klimek | 2012-05-23 | 1 | -0/+304 |
that allows easy refactoring across translation units. llvm-svn: 157331 |