| 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 | ||||
| * | Provide a better diagnostic when braces are put before the identifier. | Richard Trieu | 2014-06-24 | 1 | -0/+153 |
| When a user types: int [4] foo; assume that the user means: int foo[4]; Update the information for 'foo' to prevent additional errors, and provide a fix-it hint to move the brackets to the correct location. Additionally, suggest parens for types that require it, such as: int [4] *foo; to: int (*foo)[4]; llvm-svn: 211641 | |||||

