Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Lit Test] Updated 26 Lit tests to be C++11 compatible. | Charles Li | 2015-11-11 | 1 | -1/+25 |
| | | | | | | | Expected diagnostics have been expanded to vary by C++ dialect. RUN line has also been expanded to: default, C++98/03 and C++11. llvm-svn: 252785 | ||||
* | Add specific warning flags for GNU ext in Sema. | Eli Friedman | 2013-09-18 | 1 | -0/+76 |
This patch adds the following, more specific warning flags: gnu-anonymous-struct gnu-compound-literal-initializer gnu-empty-struct gnu-flexible-array-initializer gnu-flexible-array-union-member gnu-folding-constant redeclared-class-member gnu-redeclared-enum gnu-union-cast gnu-variable-sized-type-not-at-end Patch by Peter Lewis. llvm-svn: 190972 |