summaryrefslogtreecommitdiff
path: root/lib/Analysis/PtrUseVisitor.cpp
AgeCommit message (Expand)Author
2017-08-18[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth
2014-03-02[C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth
2012-12-11Hoist the GEP constant address offset computation to a common home onChandler Carruth
2012-12-10Add a new visitor for walking the uses of a pointer value.Chandler Carruth