summaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/ProgramPoint.cpp
AgeCommit message (Expand)Author
2025-05-26[NFC][analyzer] Rename getTagDescription to getDebugName (#141511)Donát Nagy
2025-05-26[analyzer][NFC] Introduce framework for checker families (#139256)Donát Nagy
2025-02-05[analyzer] Add time-trace scopes for high-level analyzer steps (#125508)Arseniy Zaostrovnykh
2024-11-15[analyzer] Print the callee name in CallEnter in exploded-graph-rewriter (#11...Balazs Benics
2024-10-10[clang][analyzer][NFC] Fix strange bracket placementDavid Spickett
2020-04-06[AST] Remove DeclCXX.h dep on ASTContext.hReid Kleckner
2019-10-17[analyzer] Display cast kinds in program point dumps.Artem Dergachev
2019-07-12[analyzer] exploded-graph-rewriter: Improve source location dumps.Artem Dergachev
2019-06-24[analyzer] print() JSONify: ProgramPoint revisionCsaba Dabis
2019-06-12[analyzer] ProgramPoint: more explicit printJson()Csaba Dabis
2019-05-29[analyzer] print() JSONify: CFG implementationCsaba Dabis
2019-05-29[analyzer] print() JSONify: Decl revisionCsaba Dabis
2019-05-29[analyzer][AST] print() JSONify: Stmt implementationCsaba Dabis
2019-05-29[analyzer] print() JSONify: getNodeLabel implementationCsaba Dabis
2019-05-24[CFG] NFC: Remove implicit conversion from CFGTerminator to Stmt *.Artem Dergachev
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-30Fix linkage error on ProgramPoint's dump method.Eric Fiselier
2018-09-27[analyzer] [NFC] Move the code for dumping the program point to ProgramPointGeorge Karpenkov
2018-07-30Remove trailing spaceFangrui Song
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