]> granicus.if.org Git - clang/commit
Eliminate post-diagnostic hooks. Instead, implement a Sema-specific
authorDouglas Gregor <dgregor@apple.com>
Fri, 20 Mar 2009 22:48:49 +0000 (22:48 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 20 Mar 2009 22:48:49 +0000 (22:48 +0000)
commit25a88bbf042317976f0d9cbfa87dfe89426e8393
treefdff3dace9cd1fc315af2d70992f0a7b75ce50fc
parentb238a8fec3bfa3caa00a8f138b955c00097b43b0
Eliminate post-diagnostic hooks. Instead, implement a Sema-specific
variant of DiagnosticBuilder that emits the template instantiation
backtrace when needed.

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