]> granicus.if.org Git - clang/commit
Sink the EmitDiagnosticLoc method down to the generic TextDiagnostic
authorChandler Carruth <chandlerc@gmail.com>
Sat, 15 Oct 2011 11:09:23 +0000 (11:09 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 15 Oct 2011 11:09:23 +0000 (11:09 +0000)
commit9ed3066cfe4545acec30aff63581d1a7b5c88128
treec927221754e94bd14fb280fa51eefa035b812ae2
parent60e4a2a5e9bf534e106b0c2553d06e06c3d07794
Sink the EmitDiagnosticLoc method down to the generic TextDiagnostic
interface now that its only caller is there.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142065 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/TextDiagnosticPrinter.h
lib/Frontend/TextDiagnosticPrinter.cpp