]> granicus.if.org Git - clang/commit
add direct support for signed and unsigned integer arguments to diagnostics.
authorChris Lattner <sabre@nondot.org>
Wed, 19 Nov 2008 07:22:31 +0000 (07:22 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 19 Nov 2008 07:22:31 +0000 (07:22 +0000)
commit30bc96544346bea42921cf6837e66cef80d664b4
tree97ede4737a79f212755c55bdadd33796d553c2df
parenta03a5b5a84989b1cbd3917b967e8fe64f99cfa80
add direct support for signed and unsigned integer arguments to diagnostics.

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