summaryrefslogtreecommitdiffstats
path: root/unittests/Analysis/ExprMutationAnalyzerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-191-4/+3
* Fix use-after-free bug in Tooling.Alexander Kornienko2019-01-081-1/+4
* [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-111-0/+943