]> granicus.if.org Git - clang/commit
change FullSourceLoc to have a *const* SourceManager&, eliminating
authorChris Lattner <sabre@nondot.org>
Tue, 20 Apr 2010 20:49:23 +0000 (20:49 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 20 Apr 2010 20:49:23 +0000 (20:49 +0000)
commit5c5db4e94bd1243ba92563acba51ba66afa94917
treef81f78094f722bbea043f73353d8c15717eaadd1
parente127a0d80155b45dafe77f2b4380e5fa111a3345
change FullSourceLoc to have a *const* SourceManager&, eliminating
a const_cast.

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