llvm-project/clang-tools-extra/unittests/clang-tidy
Samuel Benzaquen 462501ee7e Force braces on the else branch if they are being added to the if branch.
Summary:
Force braces on the else branch if they are being added to the if branch.
This ensures consistency in the transformed code.

Reviewers: alexfh

Subscribers: cfe-commits

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

llvm-svn: 233697
2015-03-31 13:53:03 +00:00
..
CMakeLists.txt [CMake] Add dependencies on clangToolingCore. 2014-10-30 00:44:01 +00:00
ClangTidyDiagnosticConsumerTest.cpp Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
ClangTidyOptionsTest.cpp clang-tidy: Update test as underlying problem apparently was fixed. 2015-03-02 18:07:00 +00:00
ClangTidyTest.h Force braces on the else branch if they are being added to the if branch. 2015-03-31 13:53:03 +00:00
GoogleModuleTest.cpp Fix false positive on anonymous namespaces in headers. 2015-03-24 15:21:45 +00:00
LLVMModuleTest.cpp [clang-tidy] Refactor: Move llvm clang-tidy checks to namespace clang::tidy::llvm 2015-03-02 12:39:18 +00:00
Makefile Revert "Adapt clang-tools-extra to clang module format changes." 2015-02-25 02:46:37 +00:00
MiscModuleTest.cpp [clang-tidy] Refactor: Move misc clang-tidy checks to namespace clang::tidy::misc 2015-03-02 12:25:03 +00:00
ReadabilityModuleTest.cpp Force braces on the else branch if they are being added to the if branch. 2015-03-31 13:53:03 +00:00