aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/utils/ExprSequence.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-01-29[clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko1-1/+1
2020-12-11Remove references to the ast_type_traits namespaceAlexander Kornienko1-4/+3
2020-06-29[clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header filesNathan James1-0/+1
2020-05-21Set traversal explicitly where needed in clang-tidyStephen Kelly1-0/+1
2020-01-24[AST] Split parent map traversal logic into ParentMapContext.hReid Kleckner1-1/+1
2019-09-09[clang-tidy] Fix bug in bugprone-use-after-move checkYitzhak Mandelbaum1-5/+12
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-04[clang-tidy] Sequence statements with multiple parents correctly (PR39149)Martin Bohme1-2/+8
2018-08-03[clang-tidy] Sequence init statements, declarations, and conditions correctly...Martin Bohme1-3/+18
2016-12-24[clang-tidy] refactor ExprSequence out of use-after-move checkMarek Sokolowski1-0/+182