summaryrefslogtreecommitdiffstats
path: root/test/Modules/ModuleDebugInfo.m
Commit message (Expand)AuthorAgeFilesLines
* Debug Info: Set the MainFileName when generating -gmodules debug info for PCM.Adrian Prantl2017-07-181-2/+4
* Remove 24 instances of 'REQUIRES: shell'Reid Kleckner2016-10-201-1/+1
* Module Debugging: Emit the canonical debug info for Objective-C classesAdrian Prantl2016-04-201-2/+5
* DebugInfo: Make DICompositeTypes distinct most of the timeDuncan P. N. Exon Smith2016-04-171-2/+2
* Update to match LLVM changes for PR27284.Adrian Prantl2016-04-151-17/+14
* Remove some unnecessary CHECK-SAMEs in ModuleDebugInfo.{cpp,m}.Justin Lebar2016-02-101-1/+0
* Get rid of CHECK-SAME-NOT in tests.Justin Lebar2016-02-101-5/+10
* Module Debugging: Canonicalize the file names used as PCH module namesAdrian Prantl2016-01-221-1/+1
* Module debugging: Create a parent DIModule with the PCH name for typesAdrian Prantl2016-01-221-45/+50
* Module Debugging: Add Objective-C testcases for anonymous tag decls. (NFC)Adrian Prantl2016-01-191-0/+33
* Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.Douglas Gregor2015-11-031-1/+1
* Fixup this testcase after r251120.Adrian Prantl2015-10-231-3/+5
* Module Debugging: Emit module debug info for types inside of Objective-CAdrian Prantl2015-10-231-0/+1
* Module Debugging: Emit (ObjC) function declarations in the module scopeAdrian Prantl2015-10-041-0/+2
* Module debugging: Don't emit forward declarations in module scopes.Adrian Prantl2015-10-021-0/+3
* Break long lines for readability.Adrian Prantl2015-10-021-2/+7
* Module debugging: Also emit Objective-C interfaces forward declarationsAdrian Prantl2015-10-011-1/+6
* Module debugging: Emit Objective-C interfaces in their module scope whenAdrian Prantl2015-10-011-1/+8
* Module Debugging: Use the clang module signature as the module's dwo_idAdrian Prantl2015-09-221-1/+0
* Module Debugging: Emit debug type information into clang ObjC modules.Adrian Prantl2015-09-081-0/+27