]> granicus.if.org Git - clang/commit
[modules] Consistently construct a buffer as input to build the module.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 10 Oct 2012 02:12:39 +0000 (02:12 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 10 Oct 2012 02:12:39 +0000 (02:12 +0000)
commit2a857180050fb78b356c17931e311eef7f2daf3e
treea9e322efea6b463a670686e1775b2e79cf965961
parentbf43f2fdfbd7c4f8cd1f1403765eca9e5dc6c8ae
[modules] Consistently construct a buffer as input to build the module.
This means the main file for modules will always be a virtual one.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165591 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Module.h
lib/Frontend/FrontendActions.cpp
lib/Serialization/ASTReader.cpp