aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/PathSensitive/GRStateTrait.h
AgeCommit message (Expand)Author
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-02-25Implement 'Add' method for GRStatePartialTrait<ImmutableList<T>>.Ted Kremenek
2008-12-18Add method used by ImmutableMap GDM specialization.Zhongxing Xu
2008-12-03Added partial specialization of GRStatePartialTrait<T> with T = ImmutableSet<...Ted Kremenek
2008-11-27ImmutableList::getInternalPointer() returns a const ImmutableListImpl<T>* poi...Zhongxing Xu
2008-11-24Fix 80-col violation.Zhongxing Xu
2008-10-21Add partial specialization of ImmutableList for GRStatePartialTrait.Ted Kremenek
2008-08-17Migrate the retain/release checker to not manage the RefBindings::Factory objectTed Kremenek
2008-08-17Added GRStateTrait.h, which includes boilerplate code for creating specializa...Ted Kremenek