summaryrefslogtreecommitdiff
path: root/lib/Analysis/ProgramPoint.cpp
AgeCommit message (Expand)Author
2015-10-20Roll-back r250822.Angel Garcia Gomez
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez
2014-02-17[analyzer] Improved checker naming in CFG dump.Anton Yartsev
2012-04-20[analyzer] Run remove dead bindings right before leaving a function.Anna Zaks
2012-03-21[analyzer] Malloc: Utter the name of the leaked variable.Anna Zaks
2011-10-07ProgramPoint cleanup after the previous commit r141408 (remove the copy const...Anna Zaks
2011-08-12[analyzer] change "tag" in ProgramPoint from "void*" to a ProgramPointTag*.Ted Kremenek
2008-09-16ProgramPoint now takes the space of two pointers instead of one. This change wasTed Kremenek
2008-04-26Make assertions for all addresses passed to ProgramPoint that they have at le...Argyrios Kyrtzidis
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner