| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Move misc clients to IdentifierInfo StringRef API. | Daniel Dunbar | 2009-10-18 | 1 | -2/+2 | |
| | | | | | | | | | | - 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 | -48/+48 | |
| | | | | | llvm-svn: 81346 | |||||
| * | no really, add the lines :) | Chris Lattner | 2009-06-15 | 1 | -1/+1 | |
| | | | | | llvm-svn: 73367 | |||||
| * | Fix PR2741 by making our newline tracking be aware of newlines that | Chris Lattner | 2009-06-15 | 1 | -0/+35 | |
| | | | | | | | can occur in the middle of comment tokens. llvm-svn: 73365 | |||||
| * | PR4288: Make -dD (dump macros with preprocessed source) play nicely with | Eli Friedman | 2009-06-02 | 1 | -2/+7 | |
| | | | | | | | # line directives. llvm-svn: 72724 | |||||
| * | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad | 2009-05-21 | 1 | -1/+1 | |
| | | | | | llvm-svn: 72210 | |||||
| * | Clean up some unnecessary includes. | Eli Friedman | 2009-05-19 | 1 | -2/+0 | |
| | | | | | llvm-svn: 72101 | |||||
| * | Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp | Eli Friedman | 2009-05-19 | 1 | -0/+467 | |
| files to lib/Frontend. llvm-svn: 72099 | ||||||

