]> granicus.if.org Git - clang/commit
Add a warning flag for ext_embedded_directive. gcc considers this undefined
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 16 Dec 2011 20:58:01 +0000 (20:58 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 16 Dec 2011 20:58:01 +0000 (20:58 +0000)
commit80d39bf55f962278867f54696a033f1aa546d5a0
tree1eb395b7143f7b176e39ea837465666ae0558923
parent25b009a9d2a79929112d3c28c7dd1730bf5246c8
Add a warning flag for ext_embedded_directive. gcc considers this undefined
behaviour to be an error, so it's useful to be able to make it an error in clang
too.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146755 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticLexKinds.td
test/Misc/warning-flags.c