This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ffdad0d2b5 [test] Fix baremetal test to allow any -resource-dir new 1a6f43b655 Rather than rejecting attempts to run preprocessor-only acti [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/LangOptions.h | 1 + include/clang/Basic/SourceManager.h | 4 ++ include/clang/Frontend/ASTUnit.h | 7 +-- include/clang/Frontend/FrontendAction.h | 4 +- lib/Basic/SourceManager.cpp | 35 +++++++++++++++ lib/Frontend/ASTUnit.cpp | 36 ++++++++++++--- lib/Frontend/FrontendAction.cpp | 78 ++++++++++++++++++++++++++------- lib/Serialization/ASTReader.cpp | 1 + test/Modules/preprocess-module.cpp | 7 ++- 9 files changed, 147 insertions(+), 26 deletions(-)