[cfe-commits] r55272 - /cfe/trunk/include/clang/Lex/Preprocessor.h

Chris Lattner sabre at nondot.org
Sat Aug 23 17:12:08 PDT 2008


Author: lattner
Date: Sat Aug 23 19:12:08 2008
New Revision: 55272

URL: http://llvm.org/viewvc/llvm-project?rev=55272&view=rev
Log:
Comment tweak.

Modified:
    cfe/trunk/include/clang/Lex/Preprocessor.h

Modified: cfe/trunk/include/clang/Lex/Preprocessor.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/Preprocessor.h?rev=55272&r1=55271&r2=55272&view=diff

==============================================================================
--- cfe/trunk/include/clang/Lex/Preprocessor.h (original)
+++ cfe/trunk/include/clang/Lex/Preprocessor.h Sat Aug 23 19:12:08 2008
@@ -142,8 +142,7 @@
   unsigned NumCachedTokenLexers;
   TokenLexer *TokenLexerCache[TokenLexerCacheSize];
 
-  // Cached tokens state.
-
+private:  // Cached tokens state.
   typedef std::vector<Token> CachedTokensTy;
 
   /// CachedTokens - Cached tokens are stored here when we do backtracking or





More information about the cfe-commits mailing list