]> granicus.if.org Git - clang/commitdiff
Switch comments about 'macro instantiation' to 'macro expansion' in
authorChandler Carruth <chandlerc@gmail.com>
Fri, 15 Jul 2011 00:04:31 +0000 (00:04 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 15 Jul 2011 00:04:31 +0000 (00:04 +0000)
ARCMigrate.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135223 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ARCMigrate/TransformActions.cpp

index 2e015da624e0cd423d8704fdf3ea8238293b2c55..c99940b494b97f69cfb1c20d2a8ea9e322fa732c 100644 (file)
@@ -173,7 +173,7 @@ private:
 
   /// \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 @@ StringRef TransformActionsImpl::getUniqueText(StringRef text) {
 
 /// \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) {