summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/track-control-dependency-conditions.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Specify the C++ standard in more tests.Artem Dergachev2019-10-191-4/+4
* [analyzer] Enable control dependency condition tracking by defaultKristof Umann2019-08-221-0/+2
* [analyzer] Don't track the condition of foreach loopsKristof Umann2019-08-221-0/+33
* [analyzer] Mention whether an event is about a condition in a bug report part 2Kristof Umann2019-08-211-6/+114
* [analyzer] Don't make ConditionBRVisitor events prunable when the condition i...Kristof Umann2019-08-211-0/+114
* [analyzer] Mention whether an event is about a condition in a bug report part 1Kristof Umann2019-08-211-183/+183
* [analyzer] Turn an assert into an if conditionKristof Umann2019-08-171-1/+12
* [analyzer][NFC] Prove that we only track the evaluated part of the conditionKristof Umann2019-08-141-0/+35
* [analyzer][CFG] Don't track the condition of assertsKristof Umann2019-08-141-0/+239
* [analyzer] Note last writes to a condition only in a nested stackframeKristof Umann2019-08-141-24/+41
* [analyzer] Track the right hand side of the last store regardless of its valueKristof Umann2019-08-131-0/+24
* [analyzer] Prune calls to functions with linear CFGs that return a non-zero c...Kristof Umann2019-08-131-19/+122
* [analyzer] Add a debug analyzer config to place an event for each tracked con...Kristof Umann2019-07-051-6/+37
* [analyzer] Track terminator conditions on which a tracked expression dependsKristof Umann2019-07-051-0/+285
OpenPOWER on IntegriCloud