r197077 - Revert r197043, not a good comment
Renato Golin
renato.golin at linaro.org
Wed Dec 11 13:44:56 PST 2013
Author: rengolin
Date: Wed Dec 11 15:44:56 2013
New Revision: 197077
URL: http://llvm.org/viewvc/llvm-project?rev=197077&view=rev
Log:
Revert r197043, not a good comment
Modified:
cfe/trunk/include/clang/Lex/Pragma.h
Modified: cfe/trunk/include/clang/Lex/Pragma.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/Pragma.h?rev=197077&r1=197076&r2=197077&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/Pragma.h (original)
+++ cfe/trunk/include/clang/Lex/Pragma.h Wed Dec 11 15:44:56 2013
@@ -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 {
/**
More information about the cfe-commits
mailing list