aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/ExprObjC.h
AgeCommit message (Expand)Author
2013-05-06Grab-bag of bit-field fixes:John McCall
2013-04-03Escape more @ signs in Doxygen comments.Jordan Rose
2013-04-02Objective-C: Provide fixit hints when warningFariborz Jahanian
2013-03-28Objective-C: Provide fixit suggestions when class objectFariborz Jahanian
2013-03-18ObjCDictionaryElements are pod-like.Benjamin Kramer
2013-02-21Use None rather than Optional<T>() where possible.David Blaikie
2013-02-20Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-25Fix for PR12222.Erik Verbruggen
2012-11-01[libclang] Introduce clang_Cursor_getReceiverType which returns the CXType forArgyrios Kyrtzidis
2012-10-11Remove pointless classof()'s.Sean Silva
2012-08-22Fix an assortment of doxygen comment issues found by -Wdocumentation.Ted Kremenek
2012-06-15Ongoing documentation cleanup: fixed Doxygen markup errors, added \briefJames Dennett
2012-06-13More doxygen/documentation cleanups.James Dennett
2012-05-16[libclang/AST] Index references of protocols in "@protocol(...)" syntax.Argyrios Kyrtzidis
2012-04-19Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard
2012-03-30Add info to ObjCPropertyRefExpr to indicate whether the dot syntax propertyArgyrios Kyrtzidis
2012-03-09[AST] Mark Expr::getExprLoc() as LLVM_READONLY.Daniel Dunbar
2012-03-09[AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY.Daniel Dunbar
2012-03-07Remove unnecessary include in ExprObjC.hRichard Trieu
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek
2012-02-26Reorder members to save padding.Benjamin Kramer
2012-01-12Add IsImplicit field in ObjCMessageExpr that is true when the messageArgyrios Kyrtzidis
2011-10-25Restore r142914 and r142915, now with missing file and apparentJohn McCall
2011-10-25Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi
2011-10-25Introduce a placeholder type for "pseudo object"John McCall
2011-10-03Allow getting all source locations of selector identifiers in a ObjCMethodDecl.Argyrios Kyrtzidis
2011-10-03Move field in ObjCMessageExpr to avoid padding.Argyrios Kyrtzidis
2011-10-03Allow getting all source locations of selector identifiers in a ObjCMessageExpr.Argyrios Kyrtzidis
2011-10-03ArrayRef'ize ObjCMessageExprArgyrios Kyrtzidis
2011-10-03Add an assertion that we don't overflow the bitfield ObjCMessageExpr::NumArgs.Argyrios Kyrtzidis
2011-10-03Pass all the locations of the selector identifiers for a message expression f...Argyrios Kyrtzidis
2011-09-09Give conversions of block pointers to ObjC pointers a different cast kindJohn McCall
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-07-01Introduce the notion of instantiation dependence into Clang's AST. ADouglas Gregor
2011-06-15Automatic Reference Counting.John McCall
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2011-03-30Fix IRGen issues related to using property-dot syntaxFariborz Jahanian
2011-03-02Move some of the logic about classifying Objective-C methods intoJohn McCall
2011-02-09Remove vtables from the Stmt hierarchy; this was pretty easy asJohn McCall
2011-01-19Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall
2011-01-03Refactor the tree transform's many loops over sets of expressionsDouglas Gregor
2010-12-15Variadic templates: extend the Expr class with a bit that specifiesDouglas Gregor
2010-12-10Introduce ObjCMessageExpr::getReceiverRange() to get the source range of the ...Argyrios Kyrtzidis
2010-12-10Keep the source location of the selector in ObjCMessageExpr.Argyrios Kyrtzidis
2010-12-02Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...John McCall
2010-11-18Calculate the value kind of an expression when it's created andJohn McCall
2010-10-15Eradicate IsSuper field from ObjCImplicitSetterGetterRefExprClassFariborz Jahanian
2010-10-14Eliminate usage of ObjCSuperExpr used forFariborz Jahanian
2010-09-10Make 'setProperty()', 'setBase()', and 'setLocation()' private in ObjCPropert...Ted Kremenek