[cfe-commits] r135223 - /cfe/trunk/lib/ARCMigrate/TransformActions.cpp
Chandler Carruth
chandlerc at gmail.com
Thu Jul 14 17:04:31 PDT 2011
Author: chandlerc
Date: Thu Jul 14 19:04:31 2011
New Revision: 135223
URL: http://llvm.org/viewvc/llvm-project?rev=135223&view=rev
Log:
Switch comments about 'macro instantiation' to 'macro expansion' in
ARCMigrate.
Modified:
cfe/trunk/lib/ARCMigrate/TransformActions.cpp
Modified: cfe/trunk/lib/ARCMigrate/TransformActions.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/ARCMigrate/TransformActions.cpp?rev=135223&r1=135222&r2=135223&view=diff
==============================================================================
--- cfe/trunk/lib/ARCMigrate/TransformActions.cpp (original)
+++ cfe/trunk/lib/ARCMigrate/TransformActions.cpp Thu Jul 14 19:04:31 2011
@@ -173,7 +173,7 @@
/// \brief Computes the source location just past the end of the token at
/// the given source location. If the location points at a macro, the whole
- /// macro instantiation is skipped.
+ /// macro expansion is skipped.
static SourceLocation getLocForEndOfToken(SourceLocation loc,
SourceManager &SM,Preprocessor &PP);
};
@@ -586,7 +586,7 @@
/// \brief Computes the source location just past the end of the token at
/// the given source location. If the location points at a macro, the whole
-/// macro instantiation is skipped.
+/// macro expansion is skipped.
SourceLocation TransformActionsImpl::getLocForEndOfToken(SourceLocation loc,
SourceManager &SM,
Preprocessor &PP) {
More information about the cfe-commits
mailing list