aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGDebugInfo.cpp
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2008-08-08 17:50:35 +0000
committerSteve Naroff <snaroff@apple.com>2008-08-08 17:50:35 +0000
commitff9eb1fe0a16a34c355db0d1bc4a9d0f7a276c73 (patch)
tree136a9962ea9a73b40fdaca3776ce52afba806f37 /lib/CodeGen/CGDebugInfo.cpp
parent296e8671bca0d1d54c0755ba3fc1c7b285924fe6 (diff)
Fix issues with C "tentative" definitions.
- Move checking from MergeVarDecl->FinializeDeclaratorGroup. Since MergeVarDecl is called before the initializer is attacted, it can't be done there (this removes a long standing FIXME). - Add Sema::isTentativeDefinition() and Sema::CheckForFileScopedRedefinitions(). - Remove FIXME's and touch-up test case. Still some more work to do (forthcoming)... git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
0 files changed, 0 insertions, 0 deletions