summaryrefslogtreecommitdiff
path: root/clang/unittests/Analysis/CFGTest.cpp
AgeCommit message (Expand)Author
2025-10-02[CFG] Add a BuildOption to consider default branch of switch on covered enume...Fred Tingaud
2025-01-21[analysis][NFC] clean unittest log (#123758)Congcong Cai
2024-01-30[clang][CFG] Change child order in Reverse Post Order (RPO) iteration. (#80030)Yitzhak Mandelbaum
2023-08-04[clang][dataflow] Refactor `DataflowWorklist` types and add a WTO version.Yitzhak Mandelbaum
2022-08-16[CFG] Fix crash on CFG building when deriving from a template.Clement Courbet
2020-01-17[DataFlow] Factor two worklist implementations outGabor Horvath
2019-12-23[CFG] Fix an assertion failure with static initializersGabor Horvath
2019-08-14[CFG] Introduce CFGElementRef, a wrapper that knows it's position in a CFGBlockKristof Umann
2019-07-05Removed the test case added in D63538 due to windows buildbot failuresKristof Umann
2019-07-05Fix a buildbot failure due to the AST's lifetime ending before the testKristof Umann
2019-07-05[analyzer][Dominators][NFC] Add unit testsKristof Umann
2019-07-05[CFG] Add a new function to get the proper condition of a CFGBlockKristof Umann
2019-04-30[analyzer] Treat functions without run-time branches as "small".Artem Dergachev
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-03-07[analyzer] Fix crash when building CFG with variable of incomplete typeMartin Bohme
2016-12-05CFGBuilder: Fix crash when visiting delete expression on dependent typeMartin Bohme
2016-07-08clang/unittests/Analysis/CFGTest.cpp: Appease msc targets with -fno-delayed-t...NAKAMURA Takumi
2016-07-08CFGBuilder: Fix crash when visiting a range-based for over a dependent typeAlexander Kornienko