summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/PPDirectives.cpp
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2017-09-16 06:26:51 +0000
committerVedant Kumar <vsk@apple.com>2017-09-16 06:26:51 +0000
commit403822deacd1dc5a31cc4fbba8fce93e14c4e979 (patch)
tree8ae9e3693e8332798963afb369212e6a1b3f0fc8 /clang/lib/Lex/PPDirectives.cpp
parentcd2d9a6b98121774d7a2069464c65db26917c3e6 (diff)
downloadbcm5719-llvm-403822deacd1dc5a31cc4fbba8fce93e14c4e979.tar.gz
bcm5719-llvm-403822deacd1dc5a31cc4fbba8fce93e14c4e979.zip
Remove comment accidentally committed with D36642. NFC.
llvm-svn: 313446
Diffstat (limited to 'clang/lib/Lex/PPDirectives.cpp')
-rw-r--r--clang/lib/Lex/PPDirectives.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Lex/PPDirectives.cpp b/clang/lib/Lex/PPDirectives.cpp
index eb9f11f3d4d..1d8056eb75f 100644
--- a/clang/lib/Lex/PPDirectives.cpp
+++ b/clang/lib/Lex/PPDirectives.cpp
@@ -79,8 +79,7 @@ Preprocessor::AllocateVisibilityMacroDirective(SourceLocation Loc,
}
/// \brief Read and discard all tokens remaining on the current line until
-/// the tok::eod token is found. If the discarded tokens are in a skipped range,
-/// complete the range and pass it to the \c SourceRangeSkipped callback.
+/// the tok::eod token is found.
void Preprocessor::DiscardUntilEndOfDirective() {
Token Tmp;
do {
OpenPOWER on IntegriCloud