aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/SMLoc.h
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+2
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-071-4/+6
* Remove some trivial copy ctors so the classes become trivially copyable and g...Benjamin Kramer2012-07-081-1/+0
* fix warnings when compiling with -WshadowNick Kledzik2012-05-181-1/+1
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-161-2/+20
* Tidy up. Whitespace.Jim Grosbach2011-08-291-5/+5
* Added a newline at the end of SMLoc.hSean Callanan2010-01-181-0/+1
* Changed the comment in the file header for SMLocSean Callanan2010-01-181-2/+2
* Split SMLoc out in its own header so that it canSean Callanan2010-01-181-0/+43