diff options
Diffstat (limited to 'clang/lib/Lex/PPDirectives.cpp')
-rw-r--r-- | clang/lib/Lex/PPDirectives.cpp | 3 |
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 { |