]> granicus.if.org Git - clang/commit
Remove warning about shadowing a built-in; built-ins aren't actually
authorDouglas Gregor <dgregor@apple.com>
Wed, 17 Mar 2010 16:03:44 +0000 (16:03 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 17 Mar 2010 16:03:44 +0000 (16:03 +0000)
commitc48c916b8cebba954429715f15bd5b5e8e4d4574
tree5b0a7e531f8b5cefc3018595d4c216f620c70cf2
parentdbf8ee630e4c86e5150492eaf8dbceea3c718ee1
Remove warning about shadowing a built-in; built-ins aren't actually
considered to be a part of the translation unit unless they're named
in a way that brings them into existence.

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