summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseObjc.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Generate a marker token when entering or leaving a submodule when building aRichard Smith2013-11-231-4/+4
* Replaced bool parameters in SkipUntil function with single bit-based parameter.Alexey Bataev2013-11-181-25/+25
* ObjectiveC: Handle the case of qualifying protocolsFariborz Jahanian2013-09-251-0/+3
* This patch removes unused parameter allProperties and converts remainingFariborz Jahanian2013-07-161-4/+1
* ArrayRef'ize Sema::CodeComplete*Dmitri Gribenko2013-06-161-25/+13
* address some comments on r183474:Adrian Prantl2013-06-071-3/+4
* Objective-C parsing. Error recovery when category implementationFariborz Jahanian2013-05-171-0/+6
* Fix a typo in a parse assert.Fariborz Jahanian2013-04-291-1/+1
* Objective-C parsing [qoi]: Recover gracefully with good diagnosticFariborz Jahanian2013-04-241-0/+7
* Objective-C++: Enable passing of modern C++11 style Fariborz Jahanian2013-04-181-1/+8
* Objective-C parsing [qoi]: Provide good recovery whenFariborz Jahanian2013-04-181-1/+3
* Make the ObjC attributes diagnostics a bit more informative.Nico Weber2013-04-041-6/+10
* Emit a nicer diagnostic for misplaced attributes on ObjC directives.Nico Weber2013-04-031-0/+15
* [Parser] Don't code-complete twice.Argyrios Kyrtzidis2013-03-271-1/+1
* Do the error recovery for @end only.Fariborz Jahanian2013-03-201-4/+7
* Objective-C [qoi] more gracefull recovery when Fariborz Jahanian2013-03-201-17/+28
* Objective-C [qoi]: Provide improved parse diagnostics whenFariborz Jahanian2013-03-191-0/+4
* Use None rather than Optional<T>() where possible.David Blaikie2013-02-211-1/+1
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-201-1/+1
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-081-1/+2
* Finish semantic analysis for [[carries_dependency]] attribute.Richard Smith2013-01-281-2/+2
* objectiveC (take two): don't warn when in -Wselector mode andFariborz Jahanian2013-01-221-24/+5
* objectiveC: don't warn when in -Wselector mode andFariborz Jahanian2013-01-211-3/+22
* Refactor to call ActOnFinishFullExpr on every full expression. TeachRichard Smith2013-01-141-1/+1
* s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith2013-01-021-1/+1
* Remove some remnants of OwningExprResult / OwningStmtResult.Nico Weber2012-12-311-20/+17
* 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
OpenPOWER on IntegriCloud