]> granicus.if.org Git - clang/commit
Fix PR14474: don't emit debug info for interface types in -gline-tables-only mode.
authorAlexey Samsonov <samsonov@google.com>
Mon, 3 Dec 2012 18:28:12 +0000 (18:28 +0000)
committerAlexey Samsonov <samsonov@google.com>
Mon, 3 Dec 2012 18:28:12 +0000 (18:28 +0000)
commit96a66392649f23e19bb9b2d512f2779b9dd420d0
treebfb3672ed9af70eb824eb2395f9c58c6d61e36e0
parentbac016bd3f67ca2f4db1ddc619e611759352b84d
Fix PR14474: don't emit debug info for interface types in -gline-tables-only mode.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169138 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
test/CodeGenObjCXX/pr14474-gline-tables-only.mm [new file with mode: 0644]