summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Analysis/CFGTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CFG] Fix an assertion failure with static initializersGabor Horvath2019-12-231-0/+16
* [CFG] Introduce CFGElementRef, a wrapper that knows it's position in a CFGBlockKristof Umann2019-08-141-0/+133
* Removed the test case added in D63538 due to windows buildbot failuresKristof Umann2019-07-051-38/+0
* Fix a buildbot failure due to the AST's lifetime ending before the testKristof Umann2019-07-051-17/+3
* [analyzer][Dominators][NFC] Add unit testsKristof Umann2019-07-051-51/+1
* [CFG] Add a new function to get the proper condition of a CFGBlockKristof Umann2019-07-051-0/+52
* [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
OpenPOWER on IntegriCloud