This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3615f1a [Title] Revert test commit new 4adb3ce Use the name of the file on disk to issue a new diagnostic ab [...]
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/DiagnosticGroups.td | 1 + include/clang/Basic/DiagnosticLexKinds.td | 4 ++ include/clang/Basic/FileManager.h | 2 + include/clang/Basic/VirtualFileSystem.h | 7 +++ include/clang/Lex/DirectoryLookup.h | 4 ++ include/clang/Lex/HeaderSearch.h | 5 +- lib/Basic/FileManager.cpp | 3 + lib/Basic/VirtualFileSystem.cpp | 16 ++++-- lib/Lex/HeaderSearch.cpp | 14 +++-- lib/Lex/PPDirectives.cpp | 67 ++++++++++++++++++++++ .../Inputs/case-insensitive-include.h | 0 test/Lexer/case-insensitive-include-ms.c | 18 ++++++ test/Lexer/case-insensitive-include.c | 27 +++++++++ test/PCH/case-insensitive-include.c | 2 +- 14 files changed, 157 insertions(+), 13 deletions(-) copy test/{PCH => Lexer}/Inputs/case-insensitive-include.h (100%) create mode 100644 test/Lexer/case-insensitive-include-ms.c create mode 100644 test/Lexer/case-insensitive-include.c