summaryrefslogtreecommitdiffstats
path: root/unittests/Analysis/CFGTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Treat functions without run-time branches as "small".Artem Dergachev2019-04-301-14/+45
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [analyzer] Fix crash when building CFG with variable of incomplete typeMartin Bohme2017-03-071-1/+13
* CFGBuilder: Fix crash when visiting delete expression on dependent typeMartin Bohme2016-12-051-23/+45
* clang/unittests/Analysis/CFGTest.cpp: Appease msc targets with -fno-delayed-t...NAKAMURA Takumi2016-07-081-1/+1
* CFGBuilder: Fix crash when visiting a range-based for over a dependent typeAlexander Kornienko2016-07-081-0/+58