Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Suppress -Wmissing-braces warning when aggregate-initializing a struct with ↵ | Richard Smith | 2017-10-03 | 1 | -2/+5 |
| | | | | | | | | | | a single field that is itself an aggregate. In C++, such initialization of std::array<T, N> types is guaranteed to work by the standard, is completely idiomatic, and the "suggested" alternative from Clang was technically invalid. llvm-svn: 314838 | ||||
* | [Sema] Suppress warnings for C's zero initializer | Daniel Marjamaki | 2017-09-29 | 1 | -0/+38 |
Patch by S. Gilles! Differential Revision: https://reviews.llvm.org/D28148 llvm-svn: 314499 |