This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fc52252f1a Mark tests from r361278 as unsupported on Windows. new 1811f4cb6d [Frontend] Return an error on bad inputs to PrecompiledPreabmle new 22432f5ef1 Revert r361148 "[Syntax] Introduce TokenBuffer, start clangT [...]
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/Frontend/PrecompiledPreamble.h | 3 +- include/clang/Tooling/Syntax/Tokens.h | 302 ------------- lib/Frontend/ASTUnit.cpp | 1 + lib/Frontend/PrecompiledPreamble.cpp | 17 +- lib/Tooling/CMakeLists.txt | 1 - lib/Tooling/Syntax/CMakeLists.txt | 10 - lib/Tooling/Syntax/Tokens.cpp | 509 --------------------- unittests/Tooling/CMakeLists.txt | 3 - unittests/Tooling/Syntax/CMakeLists.txt | 20 - unittests/Tooling/Syntax/TokensTest.cpp | 654 --------------------------- 10 files changed, 12 insertions(+), 1508 deletions(-) delete mode 100644 include/clang/Tooling/Syntax/Tokens.h delete mode 100644 lib/Tooling/Syntax/CMakeLists.txt delete mode 100644 lib/Tooling/Syntax/Tokens.cpp delete mode 100644 unittests/Tooling/Syntax/CMakeLists.txt delete mode 100644 unittests/Tooling/Syntax/TokensTest.cpp