This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 22b25a6d05 These attributes are not supported by GCC and should not be [...] new cc28d36809 Try to shorten system header paths when using -MD depfiles
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/Driver/Options.td | 5 ++++ include/clang/Frontend/DependencyOutputOptions.h | 3 +++ lib/Driver/Job.cpp | 4 +-- lib/Driver/ToolChains/Clang.cpp | 7 +++++ lib/Frontend/CompilerInvocation.cpp | 1 + lib/Frontend/DependencyFile.cpp | 11 ++++++++ lib/Tooling/ArgumentsAdjusters.cpp | 4 ++- test/Preprocessor/dependencies-realpath.c | 33 ++++++++++++++++++++++++ 8 files changed, 65 insertions(+), 3 deletions(-) create mode 100644 test/Preprocessor/dependencies-realpath.c