This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from aa6f4a7 clang-format: [JS] Indent namespaces in JavaScript/TS by default. new f0c013a 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/DiagnosticLexKinds.td | 9 +- 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 | 148 +++++++++++++++++++++++++++ test/Lexer/Inputs/case-insensitive-include.h | 8 ++ test/Lexer/case-insensitive-include-ms.c | 18 ++++ test/Lexer/case-insensitive-include.c | 35 +++++++ test/Lexer/case-insensitive-system-include.c | 10 ++ test/PCH/case-insensitive-include.c | 2 +- 14 files changed, 267 insertions(+), 14 deletions(-) create mode 100644 test/Lexer/Inputs/case-insensitive-include.h create mode 100644 test/Lexer/case-insensitive-include-ms.c create mode 100644 test/Lexer/case-insensitive-include.c create mode 100644 test/Lexer/case-insensitive-system-include.c