Author: zhongxingxu
Date: Thu Mar  4 03:05:58 2010
New Revision: 97725

URL: http://llvm.org/viewvc/llvm-project?rev=97725&view=rev
Log:
The FIXME is fixed.

Modified:
    cfe/trunk/include/clang/Checker/PathSensitive/GRState.h

Modified: cfe/trunk/include/clang/Checker/PathSensitive/GRState.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Checker/PathSensitive/GRState.h?rev=97725&r1=97724&r2=97725&view=diff
==============================================================================
--- cfe/trunk/include/clang/Checker/PathSensitive/GRState.h (original)
+++ cfe/trunk/include/clang/Checker/PathSensitive/GRState.h Thu Mar  4 03:05:58 
2010
@@ -135,7 +135,6 @@
   /// Profile - Profile the contents of a GRState object for use
   ///  in a FoldingSet.
   static void Profile(llvm::FoldingSetNodeID& ID, const GRState* V) {
-    // FIXME: Do we need to include the AnalysisContext in the profile?
     V->Env.Profile(ID);
     ID.AddPointer(V->St);
     V->GDM.Profile(ID);


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to