]> granicus.if.org Git - clang/commit
Genericize the qualtype formating callback to support any diag argument.
authorChris Lattner <sabre@nondot.org>
Sun, 23 Nov 2008 09:21:17 +0000 (09:21 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 23 Nov 2008 09:21:17 +0000 (09:21 +0000)
commit3fdf4b071dc79fae778fb5f376485480756c76a3
treeaed20cd1dfc1ac76c2db090573f86019c5dff68d
parent22caddc91d2f6186739c6b20ec58ed38cd68e595
Genericize the qualtype formating callback to support any diag argument.
No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59908 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/BugReporter.h
include/clang/Basic/Diagnostic.h
lib/Basic/Diagnostic.cpp
lib/Sema/Sema.cpp