[cfe-commits] r38855 - in /cfe/cfe/trunk/Parse: DeclSpec.cpp ParseDecl.cpp Parser.cpp
sabre at cs.uiuc.edu
sabre at cs.uiuc.edu
Wed Jul 11 09:25:13 PDT 2007
Author: sabre
Date: Wed Jul 11 11:25:13 2007
New Revision: 38855
URL: http://llvm.org/viewvc/llvm-project?rev=38855&view=rev
Log:
Rename some files
Modified:
cfe/cfe/trunk/Parse/DeclSpec.cpp
cfe/cfe/trunk/Parse/ParseDecl.cpp
cfe/cfe/trunk/Parse/Parser.cpp
Modified: cfe/cfe/trunk/Parse/DeclSpec.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/Parse/DeclSpec.cpp?rev=38855&r1=38854&r2=38855&view=diff
==============================================================================
--- cfe/cfe/trunk/Parse/DeclSpec.cpp (original)
+++ cfe/cfe/trunk/Parse/DeclSpec.cpp Wed Jul 11 11:25:13 2007
@@ -1,4 +1,4 @@
-//===--- Declarations.cpp - Declaration Representation Implementation -----===//
+//===--- DeclarationSemantics.cpp - Declaration Representation ------------===//
//
// The LLVM Compiler Infrastructure
//
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file implements the Declaration representation classes.
+// This file implements semantic checking for declarations.
//
//===----------------------------------------------------------------------===//
Modified: cfe/cfe/trunk/Parse/ParseDecl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/Parse/ParseDecl.cpp?rev=38855&r1=38854&r2=38855&view=diff
==============================================================================
--- cfe/cfe/trunk/Parse/ParseDecl.cpp (original)
+++ cfe/cfe/trunk/Parse/ParseDecl.cpp Wed Jul 11 11:25:13 2007
@@ -1,4 +1,4 @@
-//===--- ParserDeclarations.cpp - Declaration Parsing ---------------------===//
+//===--- Declaration.cpp - Declaration Parsing ----------------------------===//
//
// The LLVM Compiler Infrastructure
//
Modified: cfe/cfe/trunk/Parse/Parser.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/Parse/Parser.cpp?rev=38855&r1=38854&r2=38855&view=diff
==============================================================================
--- cfe/cfe/trunk/Parse/Parser.cpp (original)
+++ cfe/cfe/trunk/Parse/Parser.cpp Wed Jul 11 11:25:13 2007
@@ -1,4 +1,4 @@
-//===--- Parse.cpp - C Language Family Parser -----------------------------===//
+//===--- Parser.cpp - C Language Family Parser ----------------------------===//
//
// The LLVM Compiler Infrastructure
//
More information about the cfe-commits
mailing list