Re: [clang-tools-extra] r255765 - [clang-tidy] Don't use diag() for debug output

2015-12-20 Thread Tom Hulton-Harrop via cfe-commits
I just got the latest llvm svn revision and when I run clang-tidy with -checks="readability-braces-around-statements" I get this error: Assertion failed: (CondEndLoc.isValid()), function findRParenLoc, file ../llvm/tools/clang/tools/extra/clang-tidy/readability/ BracesAroundStatementsCheck.cpp,

[clang-tools-extra] r255765 - [clang-tidy] Don't use diag() for debug output

2015-12-16 Thread Alexander Kornienko via cfe-commits
Author: alexfh Date: Wed Dec 16 07:19:08 2015 New Revision: 255765 URL: http://llvm.org/viewvc/llvm-project?rev=255765&view=rev Log: [clang-tidy] Don't use diag() for debug output Modified: clang-tools-extra/trunk/clang-tidy/readability/BracesAroundStatementsCheck.cpp Modified: clang-tools