commit | 32207fac808af8f395826b391ce4a56520027a63 | [log] [tgz] |
---|---|---|
author | Aaron Ballman <aaron@aaronballman.com> | Thu May 01 17:16:24 2014 +0000 |
committer | Aaron Ballman <aaron@aaronballman.com> | Thu May 01 17:16:24 2014 +0000 |
tree | 12035fb63f6c0eaf8a5ca65647bd6f519b98f8cb | |
parent | 2baa7c53c97db0df293485b0f50daeffc539c8b7 [diff] |
Fixing a cast-qual warning. getBufferStart() and getBufferEnd() both return a const char *, so casting to non-const was triggering a warning (even though the assignment and usage was always const anyway). No functional changes intended. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207774 91177308-0d34-0410-b5e6-96231b3b80d8