summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/diag-null-bytes-in-line.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't crash w/ a diagnostic range containing a null byteDavid Majnemer2016-02-171-0/+0
We prematurely ended the line at the null byte which caused us to crash down stream because we tried to reason about columns beyond the end of the line. llvm-svn: 261171
OpenPOWER on IntegriCloud