]> granicus.if.org Git - clang/commit
Remove the Skip parameter from GetTypeForDeclarator and dependents. Take the opportun...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 25 Oct 2009 21:45:37 +0000 (21:45 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 25 Oct 2009 21:45:37 +0000 (21:45 +0000)
commit8ce35b095e8fca45e04c1bda14ed0548ce7536ad
tree130e6a820935ce346ca1dc04e444a6a4fd2a618d
parent5a597a9d1c5ad409eb48b821e1ceb95057701214
Remove the Skip parameter from GetTypeForDeclarator and dependents. Take the opportunity to improve an error message and fix PR4498.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85068 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Parse/DeclSpec.h
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaType.cpp
test/SemaCXX/new-delete.cpp