]> granicus.if.org Git - clang/commit
Fix PR 19630, don't crash when file ends with whitespace.
authorRichard Trieu <rtrieu@google.com>
Fri, 2 May 2014 23:40:32 +0000 (23:40 +0000)
committerRichard Trieu <rtrieu@google.com>
Fri, 2 May 2014 23:40:32 +0000 (23:40 +0000)
commit6cdc03fcb19b503b108306f645c8b11cfccad65d
tree54c6248d2bb9c030846cdaa1ab6552360dfefb23
parentd069a45f1ff295f7554297b175753980a7780d0f
Fix PR 19630, don't crash when file ends with whitespace.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207883 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDecl.cpp
test/Parser/eof.cpp [new file with mode: 0644]