summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/ModuleDebugInfo.m
Commit message (Collapse)AuthorAgeFilesLines
* Module Debugging: Emit debug type information into clang ObjC modules.Adrian Prantl2015-09-081-0/+27
When -fmodule-format is set to "obj", emit debug info for all types declared in a module or referenced by a declaration into the module's object file container. This patch adds support for Objective-C types and methods. llvm-svn: 247068
OpenPOWER on IntegriCloud