summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjCXX/cxxoperator-selector.mm
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Patch to allow alternative representation of c++Fariborz Jahanian2010-09-031-0/+24
operators (and, or, etc.) to be used as selectors to match g++'s behavior. llvm-svn: 112935
OpenPOWER on IntegriCloud