[cfe-commits] r112318 - /cfe/trunk/include/clang/Serialization/ASTReader.h

Sebastian Redl sebastian.redl at getdesigned.at
Fri Aug 27 16:12:36 PDT 2010


Author: cornedbee
Date: Fri Aug 27 18:12:36 2010
New Revision: 112318

URL: http://llvm.org/viewvc/llvm-project?rev=112318&view=rev
Log:
Update comment after Chandler's change.

Modified:
    cfe/trunk/include/clang/Serialization/ASTReader.h

Modified: cfe/trunk/include/clang/Serialization/ASTReader.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Serialization/ASTReader.h?rev=112318&r1=112317&r2=112318&view=diff
==============================================================================
--- cfe/trunk/include/clang/Serialization/ASTReader.h (original)
+++ cfe/trunk/include/clang/Serialization/ASTReader.h Fri Aug 27 18:12:36 2010
@@ -466,7 +466,7 @@
   /// local external declarations.
   llvm::SmallVector<uint64_t, 16> LocallyScopedExternalDecls;
 
-  /// \brief A snapshot of the implicit instantiations in the chain.
+  /// \brief A snapshot of the pwnsinf instantiations in the chain.
   ///
   /// This record tracks the instantiations that Sema has to perform at the end
   /// of the TU. It consists of a pair of values for every pending instantiation





More information about the cfe-commits mailing list