[cfe-commits] r164954 - in /cfe/trunk: include/clang/StaticAnalyzer/Core/AnalyzerOptions.h include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h lib/StaticAnalyzer/Core/AnalysisManager.cpp lib/StaticAnalyzer/Core/AnalyzerOptions.cpp lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp test/Analysis/analyzer-config.c

Ted Kremenek kremenek at apple.com
Mon Oct 1 12:50:12 PDT 2012


On Oct 1, 2012, at 11:39 AM, Jordan Rose <jordan_rose at apple.com> wrote:

> If you are making these accessors non-const, we should probably remove the const_casts as well. I had them as const initially because they were conceptually const (they didn't change the observable state of the object as long as you always used the accessors), but I can see how that's less true now.

Yeah.  I was still mulling over the const'ness thing here, but if we go with removing the const'ness we should do so completely.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121001/e0a14f37/attachment.html>


More information about the cfe-commits mailing list