mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
- getSourceRange().getBegin() is about as awesome a pattern as .copy().size(). I already killed the hot paths so this doesn't seem to impact performance on my tests-of-the-day, but it is a much more sensible (and shorter) pattern. llvm-svn: 152419