]> granicus.if.org Git - clang/commitdiff
Revert r197043, not a good comment
authorRenato Golin <renato.golin@linaro.org>
Wed, 11 Dec 2013 21:44:56 +0000 (21:44 +0000)
committerRenato Golin <renato.golin@linaro.org>
Wed, 11 Dec 2013 21:44:56 +0000 (21:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197077 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Lex/Pragma.h

index 4832d65364459fd7883d3f999455eb7f12561715..087448fbc5ff60bfbc341465118741a8269b040d 100644 (file)
@@ -28,12 +28,6 @@ namespace clang {
   /**
    * \brief Describes how the pragma was introduced, e.g., with \#pragma,
    * _Pragma, or __pragma.
-   *
-   * This is a callback and there is code outside of clang using it.
-   *
-   * The source location passed down together with the introducer kind is
-   * the one of the token *following* the introducer, so it would not be
-   * immediate for clients to re-lex to see which introducer it was.
    */
   enum PragmaIntroducerKind {
     /**