What: clang-tidy fails to complete on some source files with always-braces fixup enabled.
Why: Failure check is after findRParenLoc() already asserted on error and crashed.
Fix: Check for invalid location before findRParenLoc() instead of after.
Removes error:
Assertion failed: (CondEndLoc.isValid()), function findRParenLoc, file ../llvm/tools/clang/tools/extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp, line 183.