summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info-block-decl.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove an ugly hack that was meant to eliminate the breakpoint ambiguityAdrian Prantl2013-06-181-0/+19
between a block assignment and the entry of the block function. In reality this wouldn't work anyway because blocks are predominantly created on-the-fly inside of an ObjC method invocation. The proper fix for the ambiguity is to use -gcolumn-info to differentiate the breakpoints. This is expected to break some block-related darwin-gdb tests. rdar://problem/14039866 llvm-svn: 184157
OpenPOWER on IntegriCloud