]> granicus.if.org Git - clang/commit
Fix an objective-c rewriter bug when pre-processed file's
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 24 May 2010 17:22:38 +0000 (17:22 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 24 May 2010 17:22:38 +0000 (17:22 +0000)
commit73d1eb064350d5310f0475366cbe54d2d1da27bb
treee7e9c75bf495fcc0845d00b6b55c8971558b6d54
parent836adf6771d5170d936599dfcce21687e37e9bbf
Fix an objective-c rewriter bug when pre-processed file's
class declaration's @end is not followed by a new-line.
(radar 7946975).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104512 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/RewriteObjC.cpp
test/Rewriter/rewrite-no-nextline.mm [new file with mode: 0644]