]> granicus.if.org Git - clang/commit
Replace a comparison with a static list of builtins that was wrong (it
authorChris Lattner <sabre@nondot.org>
Sun, 28 Sep 2008 05:54:29 +0000 (05:54 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 28 Sep 2008 05:54:29 +0000 (05:54 +0000)
commitbd7eb1c3b2af5cd0a7540c79da85e2ce15a893f4
tree0d9614c6368ac79cb22ec737c2c4469d3bf9e6d9
parentf7037b1c3be02fdc901862641d93118ea812e5f8
Replace a comparison with a static list of builtins that was wrong (it
wasn't covering checking builtins like __builtin___vsnprintf_chk) with
a check that won't get out of date.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56767 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Builtins.h
lib/Sema/SemaDecl.cpp