]> granicus.if.org Git - clang/commit
Fix a bunch of major problems with __unknown_anytype and properly test
authorJohn McCall <rjmccall@apple.com>
Sat, 9 Apr 2011 22:50:59 +0000 (22:50 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 9 Apr 2011 22:50:59 +0000 (22:50 +0000)
commita5fc472b353b88be3b4981da946fb01f5a5cc0c6
tree6d7bbf117ee1d4f5e5742e5fa1826461d56059ca
parent5536daa627b508299007b735a588bf4e88825bb3
Fix a bunch of major problems with __unknown_anytype and properly test
for them.  The only major missing feature is references.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129234 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/clang/Basic/LangOptions.h
include/clang/Basic/Specifiers.h
include/clang/Basic/TokenKinds.def
include/clang/Driver/CC1Options.td
include/clang/Sema/DeclSpec.h
lib/Basic/IdentifierTable.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Parse/ParseDecl.cpp
lib/Sema/DeclSpec.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaTemplateVariadic.cpp
lib/Sema/SemaType.cpp
test/CodeGenCXX/unknown-anytype.cpp [new file with mode: 0644]
test/SemaCXX/unknown-anytype.cpp [new file with mode: 0644]