]> granicus.if.org Git - clang/commit
Move the diagnostic argument formatting function out of Sema and make
authorDouglas Gregor <dgregor@apple.com>
Tue, 9 Feb 2010 22:26:47 +0000 (22:26 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 9 Feb 2010 22:26:47 +0000 (22:26 +0000)
commit79a9a3417929e340e84dcbc06ed9c3a277cad959
treea3f50e70a16c265f5d7c4eb703d4e84482f43d85
parent41e9066e3f8b46fa10fb868b86a2c9a54526816c
Move the diagnostic argument formatting function out of Sema and make
it available within the AST library, of which Sema is one client. No
functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95701 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTDiagnostic.h
lib/AST/ASTDiagnostic.cpp [new file with mode: 0644]
lib/AST/CMakeLists.txt
lib/Sema/Sema.cpp