[clang-tools-extra] r178241 - Test commit: Remove whitespace.
Tareq A. Siraj
tareq.a.sriaj at intel.com
Thu Mar 28 08:48:49 PDT 2013
Author: tasiraj
Date: Thu Mar 28 10:48:49 2013
New Revision: 178241
URL: http://llvm.org/viewvc/llvm-project?rev=178241&view=rev
Log:
Test commit: Remove whitespace.
Modified:
clang-tools-extra/trunk/cpp11-migrate/LoopConvert/StmtAncestor.h
Modified: clang-tools-extra/trunk/cpp11-migrate/LoopConvert/StmtAncestor.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/cpp11-migrate/LoopConvert/StmtAncestor.h?rev=178241&r1=178240&r2=178241&view=diff
==============================================================================
--- clang-tools-extra/trunk/cpp11-migrate/LoopConvert/StmtAncestor.h (original)
+++ clang-tools-extra/trunk/cpp11-migrate/LoopConvert/StmtAncestor.h Thu Mar 28 10:48:49 2013
@@ -166,7 +166,7 @@ private:
/// with a particular identifier. This search includes the names that don't
/// actually appear in the AST (i.e. created by a refactoring tool) by including
/// a map from Stmts to generated names associated with those stmts.
-class DeclFinderASTVisitor :
+class DeclFinderASTVisitor :
public clang::RecursiveASTVisitor<DeclFinderASTVisitor> {
public:
DeclFinderASTVisitor(const std::string &Name,
More information about the cfe-commits
mailing list