- 2c51880 Spelling mistakes in comments. NFCI. (PR27635) by Simon Pilgrim · 8 years ago
- 0621cb2 Make clang's rewrite engine a core feature by Alp Toker · 11 years ago[Renamed from clang/lib/Rewrite/Frontend/RewriteMacros.cpp]
- dfca6f9 [C++11] Replace OwningPtr include with <memory>. by Ahmed Charles · 12 years ago
- 5ba37d5 Split isFromMainFile into two functions. by Eli Friedman · 12 years ago
- 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
- cdf8149 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 13 years ago[Renamed (98%) from clang/lib/Rewrite/RewriteMacros.cpp]
- bbafb8a Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 14 years ago
- b3ec730 Fix a -Wstring-plus-int warning. by Nico Weber · 14 years ago
- 35f5320 Mechanically rename SourceManager::getInstantiationLoc and by Chandler Carruth · 14 years ago
- 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
- ea4f7c7 Introduced raw_identifier token kind. by Abramo Bagnara · 15 years ago
- 8aaf499 Merge System into Support. by Michael J. Spencer · 15 years ago
- c1b1729 Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration by Daniel Dunbar · 15 years ago[Renamed (99%) from clang/lib/Frontend/RewriteMacros.cpp]
- fb24a3a push some source location information down through the compiler, by Chris Lattner · 15 years ago
- 4ad3da2 Entering the main source file in the preprocessor can fail if the by Douglas Gregor · 16 years ago
- e5f1c19 No need to call setIdentifierInfo() after LookUpIdentifierInfo() which LookUpIdentifierInfo() will automatically do by Kovarththanan Rajaratnam · 16 years ago
- 710bb87 Fix PR5633 by making the preprocessor handle the case where we can by Chris Lattner · 16 years ago
- 07d0785 PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients by Daniel Dunbar · 16 years ago
- 70e7ead Move misc clients to IdentifierInfo StringRef API. by Daniel Dunbar · 16 years ago
- 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
- db71492 Fix build of clang with gcc-4.4: #include <cstdio> was missing. by Torok Edwin · 16 years ago
- 89b422c Replace cerr with errs(). by Benjamin Kramer · 16 years ago
- dec484a Convert parts of Rewriter to StringRef based API. by Daniel Dunbar · 16 years ago
- 16b7b6f Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp by Eli Friedman · 16 years ago[Renamed (99%) from clang/tools/clang-cc/RewriteMacros.cpp]
- fcb57d5 Switch some utilities in clang-cc to take a stream instead of a by Eli Friedman · 16 years ago
- 184e65d Change Lexer::MeasureTokenLength to take a LangOptions reference. by Chris Lattner · 16 years ago
- 7b4df3c Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of the by Ted Kremenek · 17 years ago
- e5a7ecc Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 17 years ago[Renamed from clang/Driver/RewriteMacros.cpp]
- c360bf2 rename getFullFilePos -> getFileOffset. by Chris Lattner · 17 years ago
- 1db27ee use simplified Lexer ctor. by Chris Lattner · 17 years ago
- d32480d this massive patch introduces a simple new abstraction: it makes by Chris Lattner · 17 years ago
- 8a42586 more SourceLocation lexicon change: instead of referring to the by Chris Lattner · 17 years ago
- f3502db [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that by Daniel Dunbar · 17 years ago
- 50c9050 Change how raw lexers are handled: instead of creating them and then by Chris Lattner · 17 years ago
- 2d470fc Patch by Csaba Hruska! by Ted Kremenek · 17 years ago
- e4d9233 Fix typo. by Ted Kremenek · 17 years ago
- f089329 comment out #pragma mark and #warning directives. by Chris Lattner · 17 years ago
- b9c34de rewrite handling of the raw token stream in -rewrite-macros to lex by Chris Lattner · 17 years ago
- f4fee9e make rewrite macros insert a space when commenting out macros where the token didn't by Chris Lattner · 17 years ago
- d3f3231 Two identifiers are not the same unless they have the same identifier info. by Chris Lattner · 17 years ago
- 14196c0 Implement -rewrite-macros, which is a crazy macro expander that expands by Chris Lattner · 17 years ago
- 664ef65 make #if 0 code compile, even though it still isn't very useful. by Chris Lattner · 17 years ago
- 3c04ff0 start implementation of a macro rewriter, this is currently just stubbed out. by Chris Lattner · 17 years ago