summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/bugprone/SuspiciousMemsetUsageCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Re-commit r347419 "Update call to EvaluateAsInt() to the new syntax."Hans Wennborg2018-11-281-8/+15
* Revert r347419 "Update call to EvaluateAsInt() to the new syntax."Hans Wennborg2018-11-271-15/+8
* Update call to EvaluateAsInt() to the new syntax.Bill Wendling2018-11-211-8/+15
* Revert 347366, its prerequisite 347364 got reverted.Nico Weber2018-11-211-15/+8
* Update EvaluateAsInt to the new syntax.Bill Wendling2018-11-201-8/+15
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-3/+3
* [clang-tidy] Add bugprone-suspicious-memset-usage checkGabor Horvath2017-07-141-0/+127
OpenPOWER on IntegriCloud