summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-04-11 04:16:11 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-04-11 04:16:11 +0000
commit2cc16a18ccc4438a841aad00d34fb3b726da8e6a (patch)
tree4711d051830ec29a64042170b9e20a4c19e4a026
parent4cb24b38f69026442b4ee8547d1c8853a29e9e89 (diff)
downloadbcm5719-llvm-2cc16a18ccc4438a841aad00d34fb3b726da8e6a.tar.gz
bcm5719-llvm-2cc16a18ccc4438a841aad00d34fb3b726da8e6a.zip
ARCMigrate/Transforms.h: Remove \arg in comment. [-Wdocumentation]
llvm-svn: 179261
-rw-r--r--clang/lib/ARCMigrate/Transforms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/ARCMigrate/Transforms.h b/clang/lib/ARCMigrate/Transforms.h
index cb7d1535c62..e20fe5927f3 100644
--- a/clang/lib/ARCMigrate/Transforms.h
+++ b/clang/lib/ARCMigrate/Transforms.h
@@ -169,7 +169,7 @@ bool isPlusOne(const Expr *E);
/// source location will be invalid.
SourceLocation findLocationAfterSemi(SourceLocation loc, ASTContext &Ctx);
-/// \brief \arg Loc is the end of a statement range. This returns the location
+/// \brief 'Loc' is the end of a statement range. This returns the location
/// of the semicolon following the statement.
/// If no semicolon is found or the location is inside a macro, the returned
/// source location will be invalid.
OpenPOWER on IntegriCloud