diff options
| author | Renato Golin <renato.golin@linaro.org> | 2013-12-11 21:44:56 +0000 |
|---|---|---|
| committer | Renato Golin <renato.golin@linaro.org> | 2013-12-11 21:44:56 +0000 |
| commit | 859fbf492c27d2e2b5373f06e115d36e3f573c4f (patch) | |
| tree | f165aa0684828ea2b452a574f013c688b123ecbd /clang | |
| parent | 712e18a0c1cad13e3738f2daebd6f625858e0fda (diff) | |
| download | bcm5719-llvm-859fbf492c27d2e2b5373f06e115d36e3f573c4f.tar.gz bcm5719-llvm-859fbf492c27d2e2b5373f06e115d36e3f573c4f.zip | |
Revert r197043, not a good comment
llvm-svn: 197077
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/include/clang/Lex/Pragma.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/include/clang/Lex/Pragma.h b/clang/include/clang/Lex/Pragma.h index 4832d653644..087448fbc5f 100644 --- a/clang/include/clang/Lex/Pragma.h +++ b/clang/include/clang/Lex/Pragma.h @@ -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 { /** |

