summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2017-02-10 12:14:01 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2017-02-10 12:14:01 +0000
commit463cb8ac30d0473c96d51bfd279589b1ff920cc8 (patch)
tree861c22a58e786fa66d087224b862a914e4ea60d8
parent2f7cfaf4adc4f1ab1cd9cf039c795ff3422294a4 (diff)
downloadbcm5719-llvm-463cb8ac30d0473c96d51bfd279589b1ff920cc8.tar.gz
bcm5719-llvm-463cb8ac30d0473c96d51bfd279589b1ff920cc8.zip
Wdocumentation fixes
llvm-svn: 294740
-rw-r--r--clang/lib/CodeGen/MacroPPCallbacks.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/MacroPPCallbacks.h b/clang/lib/CodeGen/MacroPPCallbacks.h
index f02801dc327..06217f9c588 100644
--- a/clang/lib/CodeGen/MacroPPCallbacks.h
+++ b/clang/lib/CodeGen/MacroPPCallbacks.h
@@ -78,12 +78,11 @@ class MacroPPCallbacks : public PPCallbacks {
/// Handle the case when entering a file.
///
/// \param Loc Indicates the new location.
- /// \Return true if file scope status should be updated.
void FileEntered(SourceLocation Loc);
/// Handle the case when exiting a file.
///
- /// \Return true if file scope status should be updated.
+ /// \param Loc Indicates the new location.
void FileExited(SourceLocation Loc);
public:
OpenPOWER on IntegriCloud