[clang-tools-extra] r276752 - Revert test commit

Martin Bohme via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 26 07:37:39 PDT 2016


Author: mboehme
Date: Tue Jul 26 09:37:39 2016
New Revision: 276752

URL: http://llvm.org/viewvc/llvm-project?rev=276752&view=rev
Log:
Revert test commit

This reverts rL276746.

Modified:
    clang-tools-extra/trunk/clang-tidy/misc/MoveConstantArgumentCheck.cpp

Modified: clang-tools-extra/trunk/clang-tidy/misc/MoveConstantArgumentCheck.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/misc/MoveConstantArgumentCheck.cpp?rev=276752&r1=276751&r2=276752&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-tidy/misc/MoveConstantArgumentCheck.cpp (original)
+++ clang-tools-extra/trunk/clang-tidy/misc/MoveConstantArgumentCheck.cpp Tue Jul 26 09:37:39 2016
@@ -9,7 +9,6 @@
 
 #include "MoveConstantArgumentCheck.h"
 
-
 #include "clang/Lex/Lexer.h"
 
 using namespace clang::ast_matchers;




More information about the cfe-commits mailing list