summaryrefslogtreecommitdiff
path: root/unittests/Analysis
Commit message (Expand)AuthorAgeFilesLines
* [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
* [analyzer][IDF] Add a control dependency calculator + a new debug checkerKristof Umann2019-07-051-0/+91
* 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-054-51/+174
* [CFG] Add a new function to get the proper condition of a CFGBlockKristof Umann2019-07-051-0/+52
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-1/+1
* [analyzer] Treat functions without run-time branches as "small".Artem Dergachev2019-04-301-14/+45
* Fix some clang analysis tests passing arguments incorrectlyReid Kleckner2019-03-071-3/+3
* [analyzer] handle modification of vars inside an expr with comma operatorPetar Jovanovic2019-03-071-0/+131
* [clang] add tests to ExprMutAnalyzer that reproduced a crash in ASTMatchersJonas Toth2019-01-211-0/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* Fix use-after-free bug in Tooling.Alexander Kornienko2019-01-081-1/+4
* Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song2018-12-121-0/+1
* [NFC] Declare instead of define non-void functions in unit tests.Shuai Wang2018-09-191-6/+6
* [analyzer] Fix nullptr access when processing instantiated function in ExprMu...Shuai Wang2018-09-191-0/+30
* [NFC] Fix uncompilable test cases of ExprMutationAnalyzer.Shuai Wang2018-09-191-311/+265
* [analyzer] Treat std::{move,forward} as casts in ExprMutationAnalyzer.Shuai Wang2018-09-171-23/+115
* [analyzer] Handle forwarding reference better in ExprMutationAnalyzer.Shuai Wang2018-09-141-0/+90
* [analyzer] Add ExprMutationAnalyzerShuai Wang2018-09-112-0/+944
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* [analyzer] Performance optimizations for the CloneCheckerRaphael Isemann2017-08-311-2/+4
* [analyzer] Reland r299544 "Add a modular constraint system to the CloneDetector"Artem Dergachev2017-04-062-2/+113
* Revert "[analyzer] Add a modular constraint system to the CloneDetector"Artem Dergachev2017-04-052-113/+2
* [analyzer] Add a modular constraint system to the CloneDetectorArtem Dergachev2017-04-052-2/+113
* [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
* CFGTests: Update libdeps.NAKAMURA Takumi2016-07-081-0/+3
* 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-082-0/+71