]> granicus.if.org Git - clang/commit
Relax valid location check. This fixes a clang crash while emitting debug info for...
authorDevang Patel <dpatel@apple.com>
Mon, 6 Feb 2012 23:24:13 +0000 (23:24 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 6 Feb 2012 23:24:13 +0000 (23:24 +0000)
commit362ed2a95b70aaea4869bfa9ecaf581a6c180b40
tree731a23e9494b5903264add5f60065034ff0a9ca1
parentd79ed43d2bb9dd4a54889450ecff9299a9d4d1bc
Relax valid location check. This fixes a clang crash while emitting debug info for properties that are synthesized by the compiler by default.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149929 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenObjC/debug-info-property4.m [new file with mode: 0644]