aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-18Code completion after @property, providing the names of forward-declared prop...Douglas Gregor
2009-11-18Rename code-completion test to actually make senseDouglas Gregor
2009-11-18Code completion for Objective-C properly listsDouglas Gregor
2009-11-18Set up vtable visibility appropriately.Mike Stump
2009-11-18Make CreateOverloadedUnaryOp build the correct node for postinc/dec operators.Eli Friedman
2009-11-18Propagate hidden to the _ZTS symbols appropriately. WIP.Mike Stump
2009-11-18Add an assertion to catch bad calls to EmitCallArgs.Eli Friedman
2009-11-18Simplify ActOnPostfixUnaryOp.Eli Friedman
2009-11-18Be sure to set visibility for ZTI symbols for classes from the class.Mike Stump
2009-11-18Make _ZTI symbols hidden. This speeds up the dynamic linker.Mike Stump
2009-11-18Incremental progress on using declarations. Split UnresolvedUsingDecl intoJohn McCall
2009-11-18Add special clang_getCursor() support for @class. Handles <rdar://problem/73...Ted Kremenek
2009-11-18Code completion for member accesses that involve Objective-C properties and i...Douglas Gregor
2009-11-18Eliminate some completely-redundant lookupsDouglas Gregor
2009-11-18PR5520: Make sure to check whether the base type is complete before looking forEli Friedman
2009-11-18Add ObjCClassDecl::getSourceRange().Ted Kremenek
2009-11-18Missing piece of r89173.Eli Friedman
2009-11-18Refactor emitting call to delete operator into common function EmitDeleteCall.Eli Friedman
2009-11-18Fix one last gotcha with typeid.Mike Stump
2009-11-18Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ...Ted Kremenek
2009-11-18Finish code completion for Objective-C message sendsDouglas Gregor
2009-11-17Cleanup.Mike Stump
2009-11-17Add rtti support for arrays, functiond without prototypes, vectors andMike Stump
2009-11-17Rename Objective-C message send completion functions to indicate that we're r...Douglas Gregor
2009-11-17Refactor code-completion support for message sends, collecting theDouglas Gregor
2009-11-17Pass source locations of identifiers referenced by @class through Action::Act...Ted Kremenek
2009-11-17Add rtti info for function prototypes and refactor. This allowsMike Stump
2009-11-17Do not register ObjCInterfaceDecls implicitly created by @class in theTed Kremenek
2009-11-17This patch finalizes implementatin of weak_importFariborz Jahanian
2009-11-17Add rtti support for pointer to data members.Mike Stump
2009-11-17Drop unnecessary #include.Daniel Dunbar
2009-11-17Remove unnecessary &&s.Daniel Dunbar
2009-11-17More cases for weak_import objective-c2 classes.Fariborz Jahanian
2009-11-17Fix -Asserts warning.Daniel Dunbar
2009-11-17Add rtti support for non-member pointers. WIP.Mike Stump
2009-11-17More support for weak_import objective-c2 class.Fariborz Jahanian
2009-11-17Improve location information when adding conversion candidatesDouglas Gregor
2009-11-17fgetln is a BSDism; replace it with more portable code.Benjamin Kramer
2009-11-17Add c-index-test mode "-test-file-scan", which scans a source file and calls ...Ted Kremenek
2009-11-17Fix test case.Ted Kremenek
2009-11-17Added block type introspection support.David Chisnall
2009-11-17Fixed bug where ivar offsets were being initialized as 0 with the fragile GNU...David Chisnall
2009-11-17Rename test.Ted Kremenek
2009-11-17Add clang_getNullCursor() and clang_equalCursors() (the latter for comparing ...Ted Kremenek
2009-11-17Undo previous test fix. -split-phi-edges now disables automatically when theJakob Stoklund Olesen
2009-11-17Start support of weak_import objective-c classes.Fariborz Jahanian
2009-11-17Replace (-INT8_C(128)), which uses an illegally out-of-range argument forKen Dyck
2009-11-17Allow "source_filename" to be an optional argument (the client can provide NU...Ted Kremenek
2009-11-17Organize c-index-test into logic sections, and add section headers.Ted Kremenek
2009-11-17Clean up c-index-test command line usage a bit by requiring a "-test-load-tu"...Ted Kremenek