Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make clang's rewrite engine a core feature | Alp Toker | 2014-07-16 | 1 | -806/+0 |
| | | | | | | | | | | | | | | | The rewrite facility's footprint is small so it's not worth going to these lengths to support disabling at configure time, particularly since key compiler features now depend on it. Meanwhile the Objective-C rewriters have been moved under the ENABLE_CLANG_ARCMT umbrella for now as they're comparatively heavy and still potentially worth excluding from lightweight builds. Tests are now passing with any combination of feature flags. The flags historically haven't been tested by LLVM's build servers so caveat emptor. llvm-svn: 213171 | ||||
* | [C++11] Use 'nullptr'. | Craig Topper | 2014-05-07 | 1 | -15/+15 |
| | | | | llvm-svn: 208163 | ||||
* | Make RewriteRope less confusing for me. No intended behavior change. | Nico Weber | 2014-04-23 | 1 | -3/+2 |
| | | | | llvm-svn: 207032 | ||||
* | Remove pointless classof()'s. | Sean Silva | 2012-10-11 | 1 | -4/+0 |
| | | | | | | | Updates to llvm/Support/Casting.h have rendered these classof()'s irrelevant. llvm-svn: 165770 | ||||
* | Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. | Ted Kremenek | 2012-09-01 | 1 | -0/+811 |
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 |