Go to file
Stefanus Du Toit e9779bbef0 cpp11-migrate: Reduce the number of parsing passes.
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.

llvm-svn: 176376
2013-03-01 20:53:43 +00:00
clang [analyzer] Suppress paths involving a reference whose rvalue is null. 2013-03-01 19:45:10 +00:00
clang-tools-extra cpp11-migrate: Reduce the number of parsing passes. 2013-03-01 20:53:43 +00:00
compiler-rt [asan] Revert r176255, r176264. 2013-03-01 09:33:05 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Michael van der Westhuizen: correction to the libcxx build instructions when built with libcxxrt on Linux. 2013-02-26 16:27:55 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld move dynamic linking atoms to Atoms.h 2013-03-01 19:33:42 +00:00
lldb Move m_destroy_in_process to Process (from ProcessKDP) since it is generally useful, 2013-03-01 20:04:25 +00:00
llvm No need to force-create clang-tools-extra lit.site.cfg 2013-03-01 19:58:58 +00:00
polly Use attributes references on call/invoke instructions. 2013-02-22 09:29:15 +00:00