aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/SMLoc.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2013-01-07Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose
2012-07-08Remove some trivial copy ctors so the classes become trivially copyable and g...Benjamin Kramer
2012-05-18fix warnings when compiling with -WshadowNick Kledzik
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner
2011-08-29Tidy up. Whitespace.Jim Grosbach
2010-01-18Added a newline at the end of SMLoc.hSean Callanan
2010-01-18Changed the comment in the file header for SMLocSean Callanan
2010-01-18Split SMLoc out in its own header so that it canSean Callanan