summaryrefslogtreecommitdiff
path: root/lib/Parse/ParseObjc.cpp
Commit message (Expand)AuthorAge
* Objective-C. When we use @selector(save:), etc. there may be more Fariborz Jahanian2014-06-24
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-29
* [C++11] Use 'nullptr'. Parser edition.Craig Topper2014-05-21
* Objective-C. Improve diagnostic error for '@import' Fariborz Jahanian2014-03-26
* Cleanup dead assignments reported by scan-buildArnaud A. de Grandmaison2014-03-23
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-12
* ExpectAndConsume: Diagnose errors automaticallyAlp Toker2014-01-01
* Switch over more of the parser to err_expectedAlp Toker2013-12-30
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-24
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-05
* Generate a marker token when entering or leaving a submodule when building aRichard Smith2013-11-23
* Replaced bool parameters in SkipUntil function with single bit-based parameter.Alexey Bataev2013-11-18
* ObjectiveC: Handle the case of qualifying protocolsFariborz Jahanian2013-09-25
* This patch removes unused parameter allProperties and converts remainingFariborz Jahanian2013-07-16
* ArrayRef'ize Sema::CodeComplete*Dmitri Gribenko2013-06-16
* address some comments on r183474:Adrian Prantl2013-06-07
* Objective-C parsing. Error recovery when category implementationFariborz Jahanian2013-05-17
* Fix a typo in a parse assert.Fariborz Jahanian2013-04-29
* Objective-C parsing [qoi]: Recover gracefully with good diagnosticFariborz Jahanian2013-04-24
* Objective-C++: Enable passing of modern C++11 style Fariborz Jahanian2013-04-18
* Objective-C parsing [qoi]: Provide good recovery whenFariborz Jahanian2013-04-18
* Make the ObjC attributes diagnostics a bit more informative.Nico Weber2013-04-04
* Emit a nicer diagnostic for misplaced attributes on ObjC directives.Nico Weber2013-04-03
* [Parser] Don't code-complete twice.Argyrios Kyrtzidis2013-03-27
* Do the error recovery for @end only.Fariborz Jahanian2013-03-20
* Objective-C [qoi] more gracefull recovery when Fariborz Jahanian2013-03-20
* Objective-C [qoi]: Provide improved parse diagnostics whenFariborz Jahanian2013-03-19
* Use None rather than Optional<T>() where possible.David Blaikie2013-02-21
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-20
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-08
* Finish semantic analysis for [[carries_dependency]] attribute.Richard Smith2013-01-28
* objectiveC (take two): don't warn when in -Wselector mode andFariborz Jahanian2013-01-22
* objectiveC: don't warn when in -Wselector mode andFariborz Jahanian2013-01-21
* Refactor to call ActOnFinishFullExpr on every full expression. TeachRichard Smith2013-01-14
* s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith2013-01-02
* Remove some remnants of OwningExprResult / OwningStmtResult.Nico Weber2012-12-31
* Don't require a space between the two ">" in "vector<id<protocol>>" in objc++11.Nico Weber2012-12-14
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-11
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* objective-C: improve on warnings about misplacement of methodFariborz Jahanian2012-09-17
* objective-C: issue warning when there is no whitespaceFariborz Jahanian2012-09-17
* Fix a couple of Doxygen issues pointed out by -Wdocumentation.Dmitri Gribenko2012-09-12
* Revert "objective-C: warn under a flag if missing argument"Ted Kremenek2012-09-12
* Revert "objective-C: warn if selector has nothing but bare"Ted Kremenek2012-09-12
* objective-C: warn if selector has nothing but bareFariborz Jahanian2012-09-11
* objective-C: warn under a flag if missing argumentFariborz Jahanian2012-09-11
* Remove ASTOwningVector, it doesn't own anything and provides no value over Sm...Benjamin Kramer2012-08-23
* Rip out remnants of move semantic emulation and smart pointers in Sema.Benjamin Kramer2012-08-23
* objective-C++: dalyed parsing of ctors with memberFariborz Jahanian2012-08-10
* objective-C++: delay parsing of ctor with try blockFariborz Jahanian2012-08-10