summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/ms-fuzzy-asm.c
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2008-04-02 14:35:35 +0000
committerSteve Naroff <snaroff@apple.com>2008-04-02 14:35:35 +0000
commit2fc93f5c432287fc10a48c58debf46c19fcc2024 (patch)
tree7721dd4b1dbb40ec009a9736731f6eaea37dafea /clang/test/Sema/ms-fuzzy-asm.c
parentd12d21c0008261f5039d2cb62a8dc9098d0b60ef (diff)
downloadbcm5719-llvm-2fc93f5c432287fc10a48c58debf46c19fcc2024.tar.gz
bcm5719-llvm-2fc93f5c432287fc10a48c58debf46c19fcc2024.zip
Two changes to Sema::LookupDecl() interface.
(1) Remove IdLoc (it's never used). (2) Add a bool to enable/disable lazy builtin creaation (defaults to true). This enables us to use LookupDecl() in Sema::isTypeName(), which is also part of this commit. To make this work, I changed isTypeName() to be a non-const member function. I'm not happy with this, however I fiddled with making LookupDecl() and friends const and it got ugly pretty quickly. We can certainly add it back if/when someone has time to fiddle with it. For now, I thought this simplification was more important than retaining the const-ness. llvm-svn: 49087
Diffstat (limited to 'clang/test/Sema/ms-fuzzy-asm.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud