Remove Extension warning for GNU local labels.
authorEli Friedman <eli.friedman@gmail.com>
Tue, 20 Aug 2013 22:44:32 +0000 (22:44 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 20 Aug 2013 22:44:32 +0000 (22:44 +0000)
commit85698c8d7ba1073ea1a2025a6166d8e52835c9dd
tree60eefb19f64a724f29fe1ffac0066c241b37e074
parent571c3ae7d676ac36a1c9d8d993748f55ed70e332
Remove Extension warning for GNU local labels.

We generally don't warn about extensions involving keywords reserved
for the implementation, so we shouldn't warn here either: the
standard doesn't require it, and it doesn't provide useful information
to the user.

llvm-svn: 188840
clang/include/clang/Basic/DiagnosticGroups.td
clang/include/clang/Basic/DiagnosticParseKinds.td
clang/lib/Parse/ParseStmt.cpp
clang/test/Sema/gnu-flags.c