summaryrefslogtreecommitdiffstats
path: root/clang/test/ASTMerge/category.m
Commit message (Collapse)AuthorAgeFilesLines
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
| | | | | | | This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652
* Fix two thinkos and add a test for importing the AST of a categoryDouglas Gregor2010-12-081-1/+3
| | | | | | implementation. llvm-svn: 121263
* Instead of counting totally diagnostics, split the count into a countChris Lattner2010-04-071-1/+1
| | | | | | | | | | | | | | | of errors and warnings. This allows us to emit something like this: 2 warnings and 1 error generated. instead of: 3 diagnostics generated. This also stops counting 'notes' because they are just follow-on information about the previous diag, not a diagnostic in themselves. llvm-svn: 100675
* AST import of Objective-C categories.Douglas Gregor2010-02-181-0/+9
llvm-svn: 96551
OpenPOWER on IntegriCloud