]> granicus.if.org Git - clang/commit
Provide a custom diagnostic when code tries to use an unknown builtin
authorDouglas Gregor <dgregor@apple.com>
Mon, 28 Sep 2009 21:14:19 +0000 (21:14 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 28 Sep 2009 21:14:19 +0000 (21:14 +0000)
commit9a8c9a2eacd80437f18edb339a37516ab7e773cd
treec4cf54d907a9538c7d0eca3007e9495d6c3b9eaa
parent99d6c445cc968bdf08c53a6bd4e9044bde43bdd1
Provide a custom diagnostic when code tries to use an unknown builtin

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83014 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDecl.cpp
test/Sema/builtins.c