2009-11-19 |
Eli Friedman | The sub-statement of a case statement is not an unevalu... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Douglas Gregor | Improve code completion for Objective-C message sends... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Mike Stump | Improve instantiation control for rtti data and allow... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Driver: Switch to using TableGen'erated Options.inc... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Mike Stump | Refine linkage on thunks. WIP. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Use TOOLALIAS so that clang++ gets 'built'. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Driver: Split OptTable out into OptTable.{h,cpp} |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Douglas Gregor | Improve the accuracy of code completion for the attribu... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Douglas Gregor | Improve code-completion results for the flags in an... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Fariborz Jahanian | Do not enter forward class 'Protocol' in decl context. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Sebastian Redl | Do overload resolution for compound assignment even... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Douglas Gregor | Rename CodeCompleteObjCProperty to something more speci... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
John McCall | Resolve this FIXME: unelaborated lookups are ambiguous... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Douglas Gregor | Code completion after @dynamic |
commit | commitdiff | tree | snapshot |
2009-11-18 |
John McCall | Overhaul previous-declaration and overload checking... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Douglas Gregor | Test case for parsing-recovery change to @synthesized |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Douglas Gregor | Code completion for Objective-C @synthesized. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Fariborz Jahanian | ignore parens surounding the type when diagnosing |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Fariborz Jahanian | This patch fixes a bug in misdiagnosing correct |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Sebastian Redl | Track overriding methods when instantiating a template... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Daniel Dunbar | Make MSVC happy. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Sebastian Redl | Pretend destructors are const and volatile. This allows... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Sebastian Redl | Don't generate superfluous and ambiguous built-in candi... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Ken Dyck | Construct INTPTR_MIN, INTPTR_MAX, and UINTPTR_MAX from... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Ken Dyck | Define intptr_t and uintptr_t in terms of their equival... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Daniel Dunbar | Update test to stop scanning things in the predefines... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Daniel Dunbar | Driver: Rework OptTable to have no dependency on the... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Daniel Dunbar | Driver: Make local type name more distinct. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Daniel Dunbar | Driver: Store Option ID field as unsigned to drop depen... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Ken Dyck | Predefine __INTPTR_WIDTH__ for future use in stdint.h. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Ken Dyck | Remove the __INTMAX_TYPE__ and __UINTMAX_TYPE__ built... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Daniel Dunbar | Use llvm::sys::Path to check isAbsolute, instead of... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Douglas Gregor | Improve diagnostics and recovery when parsing @synthesi... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Ken Dyck | Define INTMAX_C and UINTMAX_C in terms of the correspon... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Ken Dyck | Define INTMAX_MIN, INTMAX_MAX, and UINTMAX_MAX in terms... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Douglas Gregor | Implement code completion for Objective-C category... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Mike Stump | Reflow to fit 80-col. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Ken Dyck | Define intmax_t and uintmax_t as the [u]intN_t type... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Fariborz Jahanian | Don't warn if objc method param types in declaration and |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Mike Stump | Trim whitespace. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Fariborz Jahanian | Improve on diagnosing type mismatches because of |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Sebastian Redl | CastsAwayConstness shouldn't care if member pointers... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Daniel Dunbar | Driver: Switch Options.def to storing flags as a bitmas... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Douglas Gregor | Code completion for Objective-C class names after ... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Edward O'Callaghan | Fix passing stdc++ correctly in the FreeBSD toolchain... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Benjamin Kramer | Update index tests for r89203. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Ken Dyck | Predefine __INTMAX_WIDTH__ for the future parameterizat... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Eli Friedman | Minor cleanup to member pointer handling. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
John McCall | Split LookupResult into its own header. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Eli Friedman | Clean up EmitPointerToDataMemberBinaryExpr a bit. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Douglas Gregor | Code completion after @property, providing the names... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Douglas Gregor | Rename code-completion test to actually make sense |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Douglas Gregor | Code completion for Objective-C properly lists |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Mike Stump | Set up vtable visibility appropriately. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Eli Friedman | Make CreateOverloadedUnaryOp build the correct node... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Mike Stump | Propagate hidden to the _ZTS symbols appropriately... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Eli Friedman | Add an assertion to catch bad calls to EmitCallArgs. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Eli Friedman | Simplify ActOnPostfixUnaryOp. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Mike Stump | Be sure to set visibility for ZTI symbols for classes... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Mike Stump | Make _ZTI symbols hidden. This speeds up the dynamic... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
John McCall | Incremental progress on using declarations. Split... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Ted Kremenek | Add special clang_getCursor() support for @class. ... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Douglas Gregor | Code completion for member accesses that involve Object... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Douglas Gregor | Eliminate some completely-redundant lookups |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Eli Friedman | PR5520: Make sure to check whether the base type is... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Ted Kremenek | Add ObjCClassDecl::getSourceRange(). |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Eli Friedman | Missing piece of r89173. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Eli Friedman | Refactor emitting call to delete operator into common... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Mike Stump | Fix one last gotcha with typeid. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Ted Kremenek | Add SourceLocations to ObjCClassDecl for the class... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Douglas Gregor | Finish code completion for Objective-C message sends |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Mike Stump | Cleanup. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Mike Stump | Add rtti support for arrays, functiond without prototyp... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Douglas Gregor | Rename Objective-C message send completion functions... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Douglas Gregor | Refactor code-completion support for message sends... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Pass source locations of identifiers referenced by... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Mike Stump | Add rtti info for function prototypes and refactor... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Do not register ObjCInterfaceDecls implicitly created... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Fariborz Jahanian | This patch finalizes implementatin of weak_import |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Mike Stump | Add rtti support for pointer to data members. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Drop unnecessary #include. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Remove unnecessary &&s. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Fariborz Jahanian | More cases for weak_import objective-c2 classes. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Daniel Dunbar | Fix -Asserts warning. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Mike Stump | Add rtti support for non-member pointers. WIP. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Fariborz Jahanian | More support for weak_import objective-c2 class. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Douglas Gregor | Improve location information when adding conversion... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Benjamin Kramer | fgetln is a BSDism; replace it with more portable code. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Add c-index-test mode "-test-file-scan", which scans... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Fix test case. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
David Chisnall | Added block type introspection support. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
David Chisnall | Fixed bug where ivar offsets were being initialized... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Rename test. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Add clang_getNullCursor() and clang_equalCursors()... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jakob Stoklund... | Undo previous test fix. -split-phi-edges now disables... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Fariborz Jahanian | Start support of weak_import objective-c classes. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ken Dyck | Replace (-INT8_C(128)), which uses an illegally out... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Allow "source_filename" to be an optional argument... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Organize c-index-test into logic sections, and add... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Ted Kremenek | Clean up c-index-test command line usage a bit by requi... |
commit | commitdiff | tree | snapshot |
next |