]> granicus.if.org Git - clang/commit
More __uuidof validation:
authorFrancois Pichet <pichet2000@gmail.com>
Mon, 27 Dec 2010 01:32:00 +0000 (01:32 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Mon, 27 Dec 2010 01:32:00 +0000 (01:32 +0000)
commit6915c529dbb43073dad148c2e83a1c56bfcc05c8
tree0c2c87221a0ebf6664fab355e3c03fc22bc38f25
parent8fac25d33b13e25f512dd921d4d5a4b565f5d175
More __uuidof validation:
1. Do not validate for uuid attribute if the type is template dependent.
2. Search every class declaration and definition for the uuid attribute.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122578 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
test/Parser/MicrosoftExtensions.cpp