summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/Inputs/chain-selectors2.h
Commit message (Collapse)AuthorAgeFilesLines
* Objective-C. Reduce false positive warnings with -Wselector by issuing warning Fariborz Jahanian2014-05-091-0/+2
| | | | | | | only when named selector is declared in TU and it is not declared in a system header. rdar://16600230 llvm-svn: 208443
* Objective-C: Implements gcc's -Wselector optionFariborz Jahanian2013-05-301-1/+1
| | | | | | | | which diagnoses type mismatches of identical selectors declared in classes throughout. // rdar://14007194 llvm-svn: 182964
* When we insert a category (or class extension) into an interface, markDouglas Gregor2010-10-021-0/+4
| | | | | | | | the interface as having changed since it was originally serialized. This ensures that we see class extensions/categories in chained PCH files. llvm-svn: 115421
* Activate selectors in chained PCH. Chained PCH now works for Objective-C.Sebastian Redl2010-08-041-0/+11
llvm-svn: 110262
OpenPOWER on IntegriCloud