summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseObjc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't require a space between the two ">" in "vector<id<protocol>>" in objc++11.Nico Weber2012-12-141-5/+1
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-1/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* objective-C: improve on warnings about misplacement of methodFariborz Jahanian2012-09-171-20/+4
* objective-C: issue warning when there is no whitespaceFariborz Jahanian2012-09-171-1/+25
* Fix a couple of Doxygen issues pointed out by -Wdocumentation.Dmitri Gribenko2012-09-121-2/+2
* Revert "objective-C: warn under a flag if missing argument"Ted Kremenek2012-09-121-14/+3
* Revert "objective-C: warn if selector has nothing but bare"Ted Kremenek2012-09-121-7/+2
* objective-C: warn if selector has nothing but bareFariborz Jahanian2012-09-111-2/+7
* objective-C: warn under a flag if missing argumentFariborz Jahanian2012-09-111-3/+14
* Remove ASTOwningVector, it doesn't own anything and provides no value over Sm...Benjamin Kramer2012-08-231-18/+9
* Rip out remnants of move semantic emulation and smart pointers in Sema.Benjamin Kramer2012-08-231-13/+13
* objective-C++: dalyed parsing of ctors with memberFariborz Jahanian2012-08-101-6/+16
* objective-C++: delay parsing of ctor with try blockFariborz Jahanian2012-08-101-0/+10
* objective-C++: delayed parsing of member function withFariborz Jahanian2012-08-101-4/+15
* objective-C: refactoring of objc's delayed parsing.Fariborz Jahanian2012-08-091-22/+3
* objective-C: minor refactoring in methodFariborz Jahanian2012-08-091-9/+4
* Minor simplification for r161534.Eli Friedman2012-08-081-6/+4
* objective-C: refactor/simplify parsing of delayedFariborz Jahanian2012-08-081-1/+4
* PR13558: Fix typo 'compatiblity'. Thinking of the children. Apparently.Richard Smith2012-08-081-2/+2
* Handle deprecation diagnostics correctly for C struct fields and Objective-C ...Eli Friedman2012-08-081-4/+6
* objective-c parsing. Don't crash when selector nameFariborz Jahanian2012-07-261-5/+5
* objective-c: provide fixit hint for @autoreleasepoolFariborz Jahanian2012-07-091-2/+17
* objective-c: just as we have done for method definitions,Fariborz Jahanian2012-07-021-22/+41
* Clean up a large number of C++11 attribute parse issues, including parsingAlexis Hunt2012-06-231-1/+1
* objective-c: deprecated C-like parameters in Objective-C Fariborz Jahanian2012-06-211-2/+5
* Move isCXXSimpleTypeSpecifier from Parser to Sema and tweak it for wider use.Kaelyn Uhrain2012-06-151-1/+1
* Documentation cleanup, fixing Doxygen markup. Mostly this avoids common termsJames Dennett2012-06-111-5/+5
* objc: position of 'fixit' was off by one.Fariborz Jahanian2012-05-291-1/+1
* objective-c: provide a useful 'fixit' suggestion whenFariborz Jahanian2012-05-211-1/+5
* Move the warnings for extra semi-colons under -Wextra-semi. Also, addedRichard Trieu2012-05-161-3/+1
* [libclang/AST] Index references of protocols in "@protocol(...)" syntax.Argyrios Kyrtzidis2012-05-161-1/+2
* Don't crash when using objc boxed expression with parsing error.Argyrios Kyrtzidis2012-05-101-1/+4
* objective-c. Fixes a 'fixit' where location ofFariborz Jahanian2012-05-091-0/+1
* Refactor DelayedDiagnostics so that it keeps diagnostics inJohn McCall2012-05-071-1/+1
* Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard2012-04-191-0/+26
* Added a flag to the parser to skip method bodies.Erik Verbruggen2012-04-121-5/+3
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-0/+1
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-13/+13
* Support for raw and template forms of numeric user-defined literals,Richard Smith2012-03-091-2/+0
* Streamline BalancedDelimiterTracker, by eliminating the duplicateDouglas Gregor2012-03-081-1/+1
* Silence unused variable warnings.Benjamin Kramer2012-03-071-3/+3
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+181
* User-defined literals: reject string and character UDLs in all places where theRichard Smith2012-03-061-0/+2
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-1/+1
* objective-c: provide fixit hint when atomic property does notFariborz Jahanian2012-02-291-4/+10
* [libclang] Make sure that all top-level decls in a @implementation areArgyrios Kyrtzidis2012-02-231-3/+1
* Generalize -Wempty-body: warn when statement body is empty (closes: PR11329)Dmitri Gribenko2012-02-141-1/+3
* Make parsing of objc @implementations more robust.Argyrios Kyrtzidis2012-02-071-82/+105
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-171-2/+0
OpenPOWER on IntegriCloud