summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjCXX/ivar-construct.mm
Commit message (Collapse)AuthorAgeFilesLines
* [test] Make Lit tests C++11 Compatible - Objective-C++Charles Li2017-02-131-1/+1
| | | | | | | | Set 5 Objective-C++ tests to run at gnu++98 Differential Revision: https://reviews.llvm.org/D29739 llvm-svn: 294997
* Fix some confusing diagnostic wording. s/implicit default/implicit/ if we'reRichard Smith2013-06-131-1/+1
| | | | | | not actually talking about a default constructor. llvm-svn: 183885
* Teach RequireCompleteType about multi-dimensional arrays. FixesDouglas Gregor2012-04-231-0/+8
| | | | | | <rdar://problem/11284902>. llvm-svn: 155356
* Added a new attribute, objc_root_class, which informs the compiler when a ↵Patrick Beard2012-04-061-1/+1
| | | | | | | | | root class is intentionally declared. The warning this inhibits, -Wobjc-root-class, is opt-in for now. However, all clang unit tests that would trigger the warning have been updated to use -Wno-objc-root-class. <rdar://problem/7446698> llvm-svn: 154187
* Various small fixes for construction/destruction of Objective-C++Douglas Gregor2010-05-201-0/+29
instance variables: - Use isRecordType() rather than isa<RecordType>(), so that we see through typedefs in ivar types. - Mark the destructor as referenced - Perform C++ access control on the destructor llvm-svn: 104206
OpenPOWER on IntegriCloud