Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "clang/test/Driver/crash-report.c: This requires rewriter for ↵ | Alp Toker | 2014-07-16 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | -frewrite-includes. [PR20321]" We've decided to make the core rewriter class and PP rewriters mandatory. They're only a few hundred lines of code in total and not worth supporting as a distinct build configuration, especially since doing so disables key compiler features. This reverts commit r213150. Revert "clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter." This reverts commit r213148. Revert "Move clang/test/Frontend/rewrite-*.c to clang/test/Frontend/Rewriter/" This reverts commit r213146. llvm-svn: 213159 | ||||
* | clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter. | NAKAMURA Takumi | 2014-07-16 | 1 | -0/+1 |
| | | | | llvm-svn: 213148 | ||||
* | Fix for PR9751 to change the behavior of -Wformat warnings. If the format | Richard Trieu | 2011-10-28 | 1 | -0/+65 |
string is part of the function call, then there is no difference. If the format string is not, the warning will point to the call site and a note will point to where the format string is. Fix-it hints for strings are moved to the note if a note is emitted. This will prevent changes to format strings that may be used in multiple places. llvm-svn: 143168 |