summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/objc-literal-debugger-test.m
Commit message (Collapse)AuthorAgeFilesLines
* Reapply r176133 with testcase fixes.Bill Wendling2013-02-271-3/+2
| | | | llvm-svn: 176145
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-251-2/+3
| | | | | | | | This reverts commit 176009. The commit is a likely cause of several buildbot failures. llvm-svn: 176044
* Add more attributes from the command line to functions.Bill Wendling2013-02-251-3/+2
| | | | | | | This is an ongoing process. Any command line option which a back-end cares about should be added here. llvm-svn: 176009
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-1/+4
| | | | | | function attributes. llvm-svn: 175606
* Test for -fdebugger-objc-literal: missing methods should be generated like ↵Jordy Rose2012-05-131-0/+21
| | | | | | missing classes. llvm-svn: 156746
* minor improvement to couple of tests.Fariborz Jahanian2012-04-201-0/+2
| | | | llvm-svn: 155204
* Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard2012-04-191-1/+15
| | | | llvm-svn: 155082
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+16
NSNumber, and boolean literals. This includes both Sema and Codegen support. Included is also support for new Objective-C container subscripting. My apologies for the large patch. It was very difficult to break apart. The patch introduces changes to the driver as well to cause clang to link in additional runtime support when needed to support the new language features. Docs are forthcoming to document the implementation and behavior of these features. llvm-svn: 152137
OpenPOWER on IntegriCloud