Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBuffer
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 9 Nov 2012 19:40:45 +0000 (19:40 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 9 Nov 2012 19:40:45 +0000 (19:40 +0000)
commit6566e23e131ae73c9724152ce9797cd9a6a4401f
tree6106007a53f25510486027c37506810fd3349fd6
parent873c8583e0f660ee0831751a9d105a57994159e1
Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBuffer
for completeness and use it in CompilerInstance::InitializeSourceManager if
the input is a memory buffer.

llvm-svn: 167628
clang/include/clang/Basic/SourceManager.h
clang/lib/AST/ASTImporter.cpp
clang/lib/Frontend/CompilerInstance.cpp
clang/lib/Serialization/ASTReader.cpp