]> granicus.if.org Git - clang/commit
Avoid walking all the declarations in the TU when a tag is declared in function
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 5 Jan 2016 01:21:53 +0000 (01:21 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 5 Jan 2016 01:21:53 +0000 (01:21 +0000)
commit051b623bcb1fed8fe099b6d09163c62c2dea0ae5
tree17077a5a52db92e06210b8b10617bc6ce1598bb1
parentee2c4c7a18ad267befd9a3195171473e3971d82a
Avoid walking all the declarations in the TU when a tag is declared in function
prototype scope in a function definition.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256803 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp