Go to file
Chris Lattner c033416639 do not use SourceManager::getFileCharacteristic(FileID), it is not
safe because a #line can change the file characteristic on a per-loc
basis.

llvm-svn: 62501
2009-01-19 07:59:15 +00:00
clang do not use SourceManager::getFileCharacteristic(FileID), it is not 2009-01-19 07:59:15 +00:00
llvm Fix PR3016, a bug which can occur do to an invalid assumption: 2009-01-19 02:46:28 +00:00