summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/debug-info-block-line.m
Commit message (Expand)AuthorAgeFilesLines
* Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper2018-12-181-4/+4
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-1/+1
* clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/NAKAMURA Takumi2013-12-041-1/+1
* Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola2013-09-271-1/+1
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-1/+1
* Ensure that the line table for functions with cleanups is sequential.Adrian Prantl2013-05-021-4/+7
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-221-5/+6
* objective-C arc IR-gen. Retaining of strongFariborz Jahanian2013-02-211-1/+3
* Fix testing case for Release build (r171493)Manman Ren2013-01-051-2/+3
* Debug Info: fix the line location for cleanup code of a block functionManman Ren2013-01-041-0/+85
OpenPOWER on IntegriCloud