diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-07-15 00:04:31 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-07-15 00:04:31 +0000 |
commit | 3f610268d769a97bad4721d871a856f79e47c5fc (patch) | |
tree | 29373a546628dfc1ae894b6bd58b38aff8001a43 /clang/lib/ARCMigrate/TransformActions.cpp | |
parent | cfe3926ae99e2db2452c036aba330f3e698d2b7f (diff) | |
download | bcm5719-llvm-3f610268d769a97bad4721d871a856f79e47c5fc.tar.gz bcm5719-llvm-3f610268d769a97bad4721d871a856f79e47c5fc.zip |
Switch comments about 'macro instantiation' to 'macro expansion' in
ARCMigrate.
llvm-svn: 135223
Diffstat (limited to 'clang/lib/ARCMigrate/TransformActions.cpp')
-rw-r--r-- | clang/lib/ARCMigrate/TransformActions.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/ARCMigrate/TransformActions.cpp b/clang/lib/ARCMigrate/TransformActions.cpp index 2e015da624e..c99940b494b 100644 --- a/clang/lib/ARCMigrate/TransformActions.cpp +++ b/clang/lib/ARCMigrate/TransformActions.cpp @@ -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) { |