summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clang-tidy/ExprMutationAnalyzerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangtidy] Remove old copy of ExprMutationAnalyzerShuai Wang2018-09-111-947/+0
* [clang-tidy] Handle sugared reference types in ExprMutationAnalyzerShuai Wang2018-09-111-16/+175
* [clang-tidy] Handle unique owning smart pointers in ExprMutationAnalyzerShuai Wang2018-09-111-0/+59
* Revert "Revert "[clang-tidy] Handle unresolved expressions in ExprMutationAna...Shuai Wang2018-09-111-4/+122
* Revert "[clang-tidy] Handle unresolved expressions in ExprMutationAnalyzer"Shuai Wang2018-09-101-106/+4
* [clang-tidy] ExprMutationAnalyzer: construct from references. Fixes PR38888Roman Lebedev2018-09-101-2/+2
* [clang-tidy] Handle unresolved expressions in ExprMutationAnalyzerShuai Wang2018-09-101-4/+106
* Remove explicit type from an initializer list. NFC.Alexander Kornienko2018-06-281-2/+2
* Fix formatting. NFC.Alexander Kornienko2018-06-281-5/+4
* Fixup test to compile with -frtti when trying to use typeid() as the PS4 does...Douglas Yung2018-06-281-4/+7
* [clang-tidy] Add ExprMutationAnalyzer, that analyzes whether an expression is...Alexander Kornienko2018-06-271-0/+609
* Reverting r334604 due to failing tests.Aaron Ballman2018-06-131-609/+0
* Add a new class to analyze whether an expression is mutated within a statement.Aaron Ballman2018-06-131-0/+609
OpenPOWER on IntegriCloud