]> granicus.if.org Git - clang/commit
Implement missing-braces warning and add a test case.
authorTanya Lattner <tonic@nondot.org>
Sun, 7 Mar 2010 04:17:15 +0000 (04:17 +0000)
committerTanya Lattner <tonic@nondot.org>
Sun, 7 Mar 2010 04:17:15 +0000 (04:17 +0000)
commit1e1d396dc55002a2a6355048db542a38b5137002
tree490cb6200609068105863e87c681c776585b6a16
parentb196ef78cb3e046a6fea94bde7c361764ab159bd
Implement missing-braces warning and add a test case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97893 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaInit.cpp
test/Sema/warn-missing-braces.c [new file with mode: 0644]