Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar | 2009-10-18 | 1 | -3/+3 |
| | | | | | | are updated. llvm-svn: 84447 | ||||
* | Move misc clients to IdentifierInfo StringRef API. | Daniel Dunbar | 2009-10-18 | 1 | -4/+4 |
| | | | | | | | | | - strcmp -> == - OS.write(II->getName() ...) -> OS << II->getNameStr() - Avoid std::string concatenation - Use getNameStr().str() when an std::string is really needed. llvm-svn: 84437 | ||||
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -18/+18 |
| | | | | llvm-svn: 81346 | ||||
* | Fix build of clang with gcc-4.4: #include <cstdio> was missing. | Torok Edwin | 2009-08-24 | 1 | -0/+2 |
| | | | | llvm-svn: 79916 | ||||
* | Replace cerr with errs(). | Benjamin Kramer | 2009-08-23 | 1 | -1/+0 |
| | | | | llvm-svn: 79854 | ||||
* | Convert parts of Rewriter to StringRef based API. | Daniel Dunbar | 2009-08-19 | 1 | -5/+5 |
| | | | | | | | - Please accept my sincere apologies for the gratuitous elimination of code duplication, manual string length counting, unnecessary strlen calls, etc. llvm-svn: 79448 | ||||
* | Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp | Eli Friedman | 2009-05-19 | 1 | -0/+215 |
files to lib/Frontend. llvm-svn: 72099 |