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