This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d13b68220b [coroutines] Build GRO declaration and return GRO statement new ecac99cbb4 Give files from #line the characteristics of the current file
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/SourceManager.h | 3 +- include/clang/Basic/SourceManagerInternals.h | 2 - lib/Basic/SourceManager.cpp | 93 ++++-------------------- lib/Frontend/FrontendAction.cpp | 3 +- lib/Lex/PPDirectives.cpp | 42 ++++++----- lib/Lex/Pragma.cpp | 4 +- test/Frontend/Inputs/SystemHeaderPrefix/line.h | 2 + test/Frontend/Inputs/SystemHeaderPrefix/noline.h | 1 + test/Frontend/system-header-line-directive.c | 20 +++++ 9 files changed, 66 insertions(+), 104 deletions(-) create mode 100644 test/Frontend/Inputs/SystemHeaderPrefix/line.h create mode 100644 test/Frontend/Inputs/SystemHeaderPrefix/noline.h create mode 100644 test/Frontend/system-header-line-directive.c