summaryrefslogtreecommitdiffstats
path: root/lib/Analysis/ProgramPoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix linkage error on ProgramPoint's dump method.Eric Fiselier2018-09-301-0/+4
* [analyzer] [NFC] Move the code for dumping the program point to ProgramPointGeorge Karpenkov2018-09-271-0/+171
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* [analyzer] Improved checker naming in CFG dump.Anton Yartsev2014-02-171-3/+4
* [analyzer] Run remove dead bindings right before leaving a function.Anna Zaks2012-04-201-2/+4
* [analyzer] Malloc: Utter the name of the leaked variable.Anna Zaks2012-03-211-2/+0
* ProgramPoint cleanup after the previous commit r141408 (remove the copy const...Anna Zaks2011-10-071-0/+25
* [analyzer] change "tag" in ProgramPoint from "void*" to a ProgramPointTag*.Ted Kremenek2011-08-121-0/+26
* ProgramPoint now takes the space of two pointers instead of one. This change wasTed Kremenek2008-09-161-64/+0
* Make assertions for all addresses passed to ProgramPoint that they have at le...Argyrios Kyrtzidis2008-04-261-4/+3
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+65