r313446 - Remove comment accidentally committed with D36642. NFC.

Vedant Kumar via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 15 23:26:51 PDT 2017


Author: vedantk
Date: Fri Sep 15 23:26:51 2017
New Revision: 313446

URL: http://llvm.org/viewvc/llvm-project?rev=313446&view=rev
Log:
Remove comment accidentally committed with D36642. NFC.

Modified:
    cfe/trunk/lib/Lex/PPDirectives.cpp

Modified: cfe/trunk/lib/Lex/PPDirectives.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/PPDirectives.cpp?rev=313446&r1=313445&r2=313446&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/PPDirectives.cpp (original)
+++ cfe/trunk/lib/Lex/PPDirectives.cpp Fri Sep 15 23:26:51 2017
@@ -79,8 +79,7 @@ Preprocessor::AllocateVisibilityMacroDir
 }
 
 /// \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 {




More information about the cfe-commits mailing list