]> granicus.if.org Git - clang/commit
Change a whole lot of diagnostics to take QualType's directly
authorChris Lattner <sabre@nondot.org>
Mon, 24 Nov 2008 06:25:27 +0000 (06:25 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 24 Nov 2008 06:25:27 +0000 (06:25 +0000)
commitd162584991885ab004a02573a73ce06422b921fc
tree0d8c56d85205a22c6c06b712a468afcd10429c4b
parentd9d22dd9c94618490dbffb0e2caf222530ca39d3
Change a whole lot of diagnostics to take QualType's directly
instead of converting them to strings first.  This also fixes a
bunch of minor inconsistencies in the diagnostics emitted by clang
and adds a bunch of FIXME's to DiagnosticKinds.def.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59948 91177308-0d34-0410-b5e6-96231b3b80d8
21 files changed:
include/clang/Basic/DiagnosticKinds.def
lib/Sema/SemaChecking.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaExprObjC.cpp
lib/Sema/SemaInherit.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaNamedCast.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaStmt.cpp
lib/Sema/SemaType.cpp
test/Parser/objc-forcollection-neg-2.m
test/Parser/objc-forcollection-neg.m
test/Sema/compound-literal.c
test/Sema/declspec.c
test/Sema/typecheck-binop.c
test/SemaCXX/dynamic-cast.cpp
test/SemaObjC/foreach-1.m