summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/exprs.m
Commit message (Expand)AuthorAgeFilesLines
* Use Sema::RequireCompleteType to check for the completeness ofDouglas Gregor2011-11-141-1/+1
* Emit an error when trying to @encode an incomplete type.Argyrios Kyrtzidis2011-05-141-0/+10
* Remove warning for null characters in CFString literals. Clang handles them ...Ted Kremenek2011-03-151-2/+2
* fix rdar://8445858 - __sync_* intrinsics erroneously reject ObjC pointersChris Lattner2010-09-171-0/+10
* Statement expressions can be used in global- or namespace-scoped blocksDouglas Gregor2010-03-101-1/+4
* Insulate these from changes to the default for -Wunreachable-code.Mike Stump2010-01-231-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
* improve the string literal comparison warning to not call @encode's "string l...Chris Lattner2009-04-031-0/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-2/+2
* Start improving diagnostics that relate to subcharacters of string literals.Chris Lattner2009-02-181-1/+13
* pass -verify in exprs.m, merge const-id.m into message.mChris Lattner2009-02-181-1/+1
* fix rdar://6597252: two exactly identical pointer types are alwaysChris Lattner2009-02-181-0/+7