This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bdf3f27 [Modules] Improve diagnostics for LockFileManager errors new d079610 Revert commit r271708 new cf100fb Sema: do not attempt to sizeof a dependent type
The 2 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/AST/ExprConstant.cpp | 5 +++ lib/Basic/FileManager.cpp | 3 -- lib/Basic/VirtualFileSystem.cpp | 16 ++----- lib/Lex/HeaderSearch.cpp | 14 +++--- lib/Lex/PPDirectives.cpp | 67 ---------------------------- test/Lexer/Inputs/case-insensitive-include.h | 5 --- test/Lexer/case-insensitive-include-ms.c | 18 -------- test/Lexer/case-insensitive-include.c | 27 ----------- test/PCH/case-insensitive-include.c | 2 +- test/SemaCXX/eval-sizeof-dependent-type.cpp | 8 ++++ 16 files changed, 26 insertions(+), 162 deletions(-) delete mode 100644 test/Lexer/Inputs/case-insensitive-include.h delete mode 100644 test/Lexer/case-insensitive-include-ms.c delete mode 100644 test/Lexer/case-insensitive-include.c create mode 100644 test/SemaCXX/eval-sizeof-dependent-type.cpp