aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/bugprone/SizeofExpressionCheck.cpp
AgeCommit message (Expand)Author
2019-05-07[clang-tidy] Extend bugprone-sizeof-expression to check sizeof(pointers to st...Adam Balogh
2019-05-06[clang-tidy] Extend bugprone-sizeof-expression check to detect sizeof misuse ...Adam Balogh
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-04-03[clang-tidy] Check for sizeof that call functionsHaojian Wu
2018-03-15[clang-tidy] rename_check.py misc-sizeof-expression bugprone-sizeof-expressionAlexander Kornienko