]> granicus.if.org Git - clang/commit
Tblgen now passes the default mapping explicitly, instead of having it
authorChris Lattner <sabre@nondot.org>
Wed, 15 Apr 2009 16:44:12 +0000 (16:44 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Apr 2009 16:44:12 +0000 (16:44 +0000)
commit4ac072aceb9c68f7a023050e2ab9ccacb4fe6e5b
treed576b557590d73775d179045e0a38ae8e027fee2
parent41c6c46fe2b660833821067de9350e0ecd509749
Tblgen now passes the default mapping explicitly, instead of having it
be tied to the diag class.  This requires an LLVM tree update.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69175 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTDiagnostic.h
include/clang/Analysis/AnalysisDiagnostic.h
include/clang/Basic/Diagnostic.h
include/clang/Driver/DriverDiagnostic.h
include/clang/Frontend/FrontendDiagnostic.h
include/clang/Lex/LexDiagnostic.h
include/clang/Parse/ParseDiagnostic.h
include/clang/Sema/SemaDiagnostic.h
lib/Basic/Diagnostic.cpp