llvm-project/clang/lib/Driver
Chris Lattner 71dc14b9f0 Rename SourceLocation::getFileID to getChunkID, because it returns
the chunk ID not the file ID.  This exposes problems in 
TextDiagnosticPrinter where it should have been using the canonical
file ID but wasn't.  Fix these along the way.

llvm-svn: 62427
2009-01-17 08:45:21 +00:00
..
CMakeLists.txt Minor update to CMake build system. 2008-11-30 01:46:21 +00:00
HTMLDiagnostics.cpp this massive patch introduces a simple new abstraction: it makes 2009-01-17 06:22:33 +00:00
InitHeaderSearch.cpp Add Fedora 10 GCC paths. 2008-12-25 09:28:01 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00
ManagerRegistry.cpp Add license comments. 2008-11-27 02:19:10 +00:00
PlistDiagnostics.cpp this massive patch introduces a simple new abstraction: it makes 2009-01-17 06:22:33 +00:00
TextDiagnosticBuffer.cpp eliminate FullSourceLoc::getLocation() now that FullSourceLoc 2009-01-16 23:06:35 +00:00
TextDiagnosticPrinter.cpp Rename SourceLocation::getFileID to getChunkID, because it returns 2009-01-17 08:45:21 +00:00