Go to file
Haojian Wu 60c9316d62 [clang-tidy] Fix an assert failure in 'readability-braces-around-statements' check.
Summary:
The check will trigger a assert failure("CondEndLoc.isValid") when
checking the IfStmt whose condition expression is not parsed.

In this case, we should ignore that.

Reviewers: alexfh

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D17069

llvm-svn: 260505
2016-02-11 09:57:55 +00:00
clang clang-format: Make it more expensive to break template parameters. 2016-02-11 06:43:01 +00:00
clang-tools-extra [clang-tidy] Fix an assert failure in 'readability-braces-around-statements' check. 2016-02-11 09:57:55 +00:00
compiler-rt Un-XFAIL a passing test on Windows 2016-02-11 02:02:56 +00:00
debuginfo-tests
libclc
libcxx Remove changes that snuck in within r260431 2016-02-10 21:58:36 +00:00
libcxxabi
libunwind
lld ELF: Sort .[cd]tors by priority as we do for .{init,fini}_array. 2016-02-11 01:07:19 +00:00
lldb Revert 260436. I pretty consistently upper-case the letter I use for the 2016-02-10 22:30:20 +00:00
llgo
llvm Fixed typo in comment & coding style for LoopVersioningLICM. 2016-02-11 09:23:53 +00:00
openmp
polly