summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/utils/ExprMutationAnalyzer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangtidy] Remove old copy of ExprMutationAnalyzerShuai Wang2018-09-111-313/+0
* [clang-tidy] Handle sugared reference types in ExprMutationAnalyzerShuai Wang2018-09-111-8/+9
* [clang-tidy] Handle unique owning smart pointers in ExprMutationAnalyzerShuai Wang2018-09-111-2/+40
* Revert "Revert "[clang-tidy] Handle unresolved expressions in ExprMutationAna...Shuai Wang2018-09-111-6/+20
* Revert "[clang-tidy] Handle unresolved expressions in ExprMutationAnalyzer"Shuai Wang2018-09-101-20/+6
* [clang-tidy] ExprMutationAnalyzer: construct from references. Fixes PR38888Roman Lebedev2018-09-101-8/+8
* [clang-tidy] Handle unresolved expressions in ExprMutationAnalyzerShuai Wang2018-09-101-6/+20
* [clang-tidy] Add ExprMutationAnalyzer, that analyzes whether an expression is...Alexander Kornienko2018-06-271-0/+260
* Reverting r334604 due to failing tests.Aaron Ballman2018-06-131-261/+0
* Add a new class to analyze whether an expression is mutated within a statement.Aaron Ballman2018-06-131-0/+261
OpenPOWER on IntegriCloud