r181915 - Test commit
Samuel Benzaquen
sbenza at google.com
Wed May 15 12:49:05 PDT 2013
Author: sbenza
Date: Wed May 15 14:49:05 2013
New Revision: 181915
URL: http://llvm.org/viewvc/llvm-project?rev=181915&view=rev
Log:
Test commit
Modified:
cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp
Modified: cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp?rev=181915&r1=181914&r2=181915&view=diff
==============================================================================
--- cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp (original)
+++ cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp Wed May 15 14:49:05 2013
@@ -1,16 +1,16 @@
-//===--- Registry.cpp - Matcher registry ------------------===//
+//===--- Registry.cpp - Matcher registry -------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
-//===----------------------------------------------------------------------===//
+//===------------------------------------------------------------===//
///
/// \file
/// \brief Registry map populated at static initialization time.
///
-//===----------------------------------------------------------------------===//
+//===------------------------------------------------------------===//
#include "clang/ASTMatchers/Dynamic/Registry.h"
More information about the cfe-commits
mailing list