aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/bugprone/UndefinedMemoryManipulationCheck.cpp
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2017-08-24[clang-tidy] bugprone-undefined-memory-manipulation: include type into the me...Alexander Kornienko
2017-07-25[clang-tidy] Handle incomplete types in bugprone-undefined-memory-manipulationGabor Horvath
2017-07-14[clang-tidy] Add bugprone-undefined-memory-manipulation checkGabor Horvath