]> granicus.if.org Git - clang/history - lib/Parse/ParseObjc.cpp
Added a flag to the parser to skip method bodies.
[clang] / lib / Parse / ParseObjc.cpp
2012-04-12 Erik VerbruggenAdded a flag to the parser to skip method bodies.
2012-04-06 Patrick BeardAdded a new attribute, objc_root_class, which informs...
2012-03-11 David BlaikieUnify naming of LangOptions variable/get function acros...
2012-03-09 Richard SmithSupport for raw and template forms of numeric user...
2012-03-08 Douglas GregorStreamline BalancedDelimiterTracker, by eliminating...
2012-03-07 Benjamin KramerSilence unused variable warnings.
2012-03-06 Ted KremenekAdd clang support for new Objective-C literal syntax...
2012-03-06 Richard SmithUser-defined literals: reject string and character...
2012-03-01 Ted KremenekChange @import to @__experimental_modules_import. ...
2012-02-29 Fariborz Jahanianobjective-c: provide fixit hint when atomic property...
2012-02-23 Argyrios Kyrtzidis[libclang] Make sure that all top-level decls in a...
2012-02-14 Dmitri GribenkoGeneralize -Wempty-body: warn when statement body is...
2012-02-07 Argyrios KyrtzidisMake parsing of objc @implementations more robust.
2012-01-17 David BlaikieRemove unreachable code in Clang. (replace with llvm_un...
2012-01-03 Douglas GregorUnder -fmodules, accept #public <macroname> and #privat...
2012-01-03 Douglas GregorIntroduce a non-uglified syntax for module imports...
2012-01-01 Douglas GregorEliminate ObjCForwardProtocolDecl, which is redundant...
2011-12-20 David BlaikieUnweaken vtables as per http://llvm.org/docs/CodingStan...
2011-12-17 Argyrios KyrtzidisIn Parser::SkipUntil do not stop at '@' unconditionally.
2011-12-17 Argyrios KyrtzidisAfter late parsing an objc method, make sure there...
2011-12-08 Erik VerbruggenFix: allow @protocol forward declarations inside @imple...
2011-12-06 Erik VerbruggenExtend warnings for missing '@end'.
2011-11-29 Argyrios KyrtzidisFix leaking of LexedMethod objects created for caching...
2011-11-16 Argyrios Kyrtzidis[libclang] Fix crash on invalid code. Fixes rdar:/...
2011-10-12 Douglas GregorIntroduce BalancedDelimiterTracker, to better track...
2011-10-06 Argyrios KyrtzidisWhen using an unavailable/deprecated interface Foo...
2011-10-03 Argyrios KyrtzidisPass from the parser the locations of selector identifi...
2011-10-03 Argyrios KyrtzidisPass all the locations of the selector identifiers...
2011-10-01 John McCallParse attributes written in an ObjC method parameter...
2011-09-23 Douglas GregorClean up parsing the category names in interfaces sligh...
2011-09-23 David BlaikieSwitch assert(0/false) llvm_unreachable.
2011-09-22 David BlaikieArrayRef-ifying the fields passed to Sema::ActOnFields
2011-09-08 Douglas GregorImplement the Objective-C 'instancetype' type, which...
2011-09-04 Argyrios KyrtzidisSupport code-completion for C++ inline methods and...
2011-08-31 Fariborz Jahanianobjective-c: this patch (re)introduces objective-c...
2011-08-31 Fariborz Jahanianobjective-c - This patch buffers method implementations
2011-08-29 Fariborz JahanianMinor clean up of objc's decl context stuff.
2011-08-27 Fariborz Jahanianobjective-c: Treat top-level objective-c declarations
2011-08-25 Fariborz JahanianReverse r138567 until a buildbot failure is investigated.
2011-08-25 Fariborz Jahanianobjc -arse: Use DeclGroup for forward class declarations;
2011-08-22 Fariborz Jahanianobjc refactoring - minor clean up.
2011-08-22 Fariborz Jahanianobjc - Simplify switing objc decl context by using
2011-08-22 Fariborz JahanianRestore patch I reversed in r138040. Known buildbot
2011-08-19 Fariborz JahanianRevers r138040. Need to look at a few buildbot failures.
2011-08-19 Fariborz Jahanianobjective-c: Bring objective-c handling of decl context
2011-07-27 John McCallThe lock operand to an @synchronized statement is also
2011-07-23 Chris Lattnerremove unneeded llvm:: namespace qualifiers on some...
2011-07-01 Argyrios KyrtzidisIntroduce Declarator::ObjCCatchContext, this will resul...
2011-06-18 Benjamin KramerRemove dead variables.
2011-06-15 John McCallAutomatic Reference Counting.
2011-06-11 Douglas GregorImplement Objective-C Related Result Type semantics.
2011-06-11 Fariborz JahanianRestore 'atomic' as an attribute of objc
2011-06-08 Fariborz JahanianRemove 'atomic' as a property attribute keyword.
2011-04-22 Fariborz JahanianFixes an instance method meta-data generation bug in
2011-03-26 Chris Lattnerfix the second part of rdar://8366474 - clang fails...
2011-03-26 John McCallFix the recovery from missing semis on @property declar...
2011-03-24 John McCallInsomniac refactoring: change how the parser allocates...
2011-03-23 John McCallCall out ObjC parameter types as a different kind of...
2011-03-16 Douglas GregorMake sure that we always pop a function's scope *before...
2011-03-12 Fariborz JahanianPlace duplicate argument declaration in in
2011-03-08 Douglas GregorClarify the context in which an Objective-C type name...
2011-02-15 Douglas GregorImplement a special code-completion pattern for "IBActi...
2011-02-09 Fariborz JahanianFix scoping of method declarations and issue
2011-01-18 Jeffrey YasskinFix warnings found by gcc-4.6, from -Wunused-but-set...
2011-01-05 Douglas GregorUse Parser::ExpectAndConsume() uniformly to eat semicol...
2011-01-04 Argyrios KyrtzidisRename MaybeSkipFunctionBodyForCodeCompletion -> trySki...
2011-01-03 Argyrios KyrtzidisWhen in code-completion, skip obj-c method bodies for...
2010-12-24 John McCallRefactor how we collect attributes during parsing,...
2010-12-21 Douglas GregorFix a major inconsistency in the representation of...
2010-12-17 Fariborz JahanianWarn when synthesizing a property which is
2010-12-17 Chris Lattnerfix typo
2010-11-19 Douglas GregorWhen parsing something that looks like an ill-formed
2010-11-17 Douglas GregorFor an Objective-C @synthesize statement, e.g.,
2010-11-10 Ted KremenekRegion-allocate all AttributeList objects from a factor...
2010-11-09 Fariborz JahanianIssues good diagnostic when @end is missing.
2010-11-02 Fariborz JahanianDiagnose a coherant message when @interface
2010-10-21 Douglas GregorTeach the C++ simple-type-specifier parser and tentativ...
2010-10-12 Cameron EsfahaniFix spelling error.
2010-10-02 Anders CarlssonUse ParseObjCSelectorPiece for parsing getter and sette...
2010-09-20 Douglas GregorRefactor code completion for expressions that occur...
2010-09-16 Douglas GregorImplement automatic bracket insertion for Objective...
2010-09-15 Nick LewyckyInitialize TypeOrExpr to NULL to silence a false-positi...
2010-09-15 Douglas GregorImplement bracket insertion for Objective-C instance...
2010-09-07 Douglas GregorImprove recovery when there is a stray ']' or ')' befor...
2010-09-03 Fariborz JahanianUse std::string instead of llvm::StringRef to avoid...
2010-09-03 Fariborz JahanianUse getSpelling to get original text of the
2010-09-03 Fariborz JahanianPatch to allow alternative representation of c++
2010-08-27 Chris Lattnerhandle :: in selectors in objc++ mode, rdar://8366474
2010-08-26 John McCallOne who seeks knowledge learns something new every...
2010-08-26 Douglas GregorImplement code completion for @selector expressions
2010-08-24 John McCallOwningExprResult -> ExprResult. This patch brought...
2010-08-24 John McCallAbstract out passing around types and kill off ActionBase.
2010-08-24 Douglas GregorProvide code completion results for the context-sensiti...
2010-08-23 John McCallKill off ExprArg (now just Expr*) and StmtArg (now...
2010-08-23 Fariborz JahanianHandling remaining rule for synthesize bitfields in
2010-08-23 Douglas GregorIntroduce a new code-completion point when we're parsing a
2010-08-23 John McCallSundry incremental steps towards killing off Action.
2010-08-21 John McCallDeclPtrTy -> Decl *
2010-08-20 John McCallAnother step in the process of making the parser depend...
2010-08-11 Douglas GregorOnce code completion has completed, pass a "completion...
next