59304c89d7
Previously we would check the syntax of the file before we transform it, but that's redundant since it'll be checked as part of the transformation. Remove that check completely. We also had an unconditional syntax check after transforming. This is only really useful to debug cpp11-migrate, since users will end up compiling the transformed source anyways, and the transformations *should* never introduce a failure. Made this an option, accessible via "-final-syntax-check". Resolves PR 15380. git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@176376 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
LoopConvert | ||
UseAuto | ||
UseNullptr | ||
CMakeLists.txt | ||
Cpp11Migrate.cpp | ||
Makefile | ||
Transform.cpp | ||
Transform.h | ||
Transforms.cpp | ||
Transforms.h |