[cfe-commits] r97725 - /cfe/trunk/include/clang/Checker/PathSensitive/GRState.h
Zhongxing Xu
xuzhongxing at gmail.com
Thu Mar 4 01:05:58 PST 2010
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);
More information about the cfe-commits
mailing list