summaryrefslogtreecommitdiffstats
path: root/clang/test/FixIt/fixit-eof-space.c
Commit message (Collapse)AuthorAgeFilesLines
* [edit] Don't hit an assert when trying to delete a trailing space at EOFBenjamin Kramer2015-03-291-0/+9
The buffer is guaranteed to be zero-terminated so we can just circumvent the check. Found by afl-fuzz. llvm-svn: 233496
OpenPOWER on IntegriCloud