This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9bfe34f [Driver] Refactor DetectDistro() parameters to take VFS ref o [...] new 7fea800 Fix off-by-one error in PPCaching.cpp token annotation assertion new 1863b49 Revert r284753 "[c++1z] Teach composite pointer type computat [...]
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/Sema/Overload.h | 3 +- include/clang/Sema/Sema.h | 10 +- lib/Lex/PPCaching.cpp | 2 +- lib/Sema/SemaExprCXX.cpp | 190 +++++------------------------------ lib/Sema/SemaOverload.cpp | 54 +++++----- test/CXX/expr/p13.cpp | 45 --------- test/Parser/backtrack-off-by-one.cpp | 17 ++++ 7 files changed, 74 insertions(+), 247 deletions(-) delete mode 100644 test/CXX/expr/p13.cpp create mode 100644 test/Parser/backtrack-off-by-one.cpp