aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/utils/DeclRefExprUtils.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-06-25[clang-tidy] Fix assert in performance-unnecessary-copy-init. (#96506)Clement Courbet1-1/+1
2024-06-10[clang-tidy] `doesNotMutateObject`: Handle calls to member functions … (#94...Clement Courbet1-7/+161
2024-03-07[clang-tidy] `isOnlyUsedAsConst`: Handle static method calls. (#84005)Clement Courbet1-4/+5
2024-02-26[clang-tidy] Add support for determining constness of more expressions. (#82617)Clement Courbet1-47/+163
2023-07-24[clang-tidy] performance-* checks: Also allow allow member expressions to be ...Shivam Gupta1-15/+21
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-8/+2
2021-11-02[clang-tidy] Fix lint warnings in clang-tidy source code (NFC)Salman Javed1-1/+1
2021-02-03[clang-tidy] Use new mapping matchersStephen Kelly1-4/+1
2020-12-10[clang-tidy] performance-unnecessary-copy-initialization: Prevent false posit...Felix Berger1-1/+15
2020-11-16[clang-tidy] performance-unnecessary-copy-initialization: Check for const ref...Felix Berger1-2/+6
2020-06-17[clang-tidy] Prune dead code. NFC.Benjamin Kramer1-34/+0
2020-01-01[NFC] Fixes -Wrange-loop-analysis warningsMark de Wever1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-01-19[clang-tidy] Do not trigger move fix for non-copy assignment operators in per...Felix Berger1-1/+2
2017-01-03[clang-tidy] Handle constructors in performance-unnecessary-value-paramMalcolm Parsons1-6/+51
2016-07-01[clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const va...Felix Berger1-14/+40
2016-05-16[clang-tidy] Cleanups utils filesEtienne Bergeron1-1/+1
2016-05-03[clang-tidy] Cleanup namespace in utils folder.Etienne Bergeron1-2/+4
2016-03-05[clang-tidy] Extend UnnecessaryCopyInitialization check to trigger on non-con...Felix Berger1-0/+98