aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/bugprone/SuspiciousMemsetUsageCheck.cpp
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-28Re-commit r347419 "Update call to EvaluateAsInt() to the new syntax."Hans Wennborg
2018-11-27Revert r347419 "Update call to EvaluateAsInt() to the new syntax."Hans Wennborg
2018-11-21Update call to EvaluateAsInt() to the new syntax.Bill Wendling
2018-11-21Revert 347366, its prerequisite 347364 got reverted.Nico Weber
2018-11-20Update EvaluateAsInt to the new syntax.Bill Wendling
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2017-07-14[clang-tidy] Add bugprone-suspicious-memset-usage checkGabor Horvath