2009-11-19 |
Ken Dyck | Add __PTRDIFF_WIDTH__ macro to eventually replace __PTR... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Ken Dyck | Remove __INTPTR_TYPE__ as it is no longer needed by... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Douglas Gregor | Try to fix CMake clang++ creation on Windows |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Douglas Gregor | Add missing testcase for Objective-C p@property getter... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Douglas Gregor | Objective-C code completion within properties after... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Sketch some 'clang -cc1' support, for testing parts... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Add missing dependency for CMake. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Add missing init. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Sketch .td file and build system goop for OptTable... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Factor out OptTable::ParseArgs, for parsing an entire... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Douglas Gregor | CMake goop to create clang++ symlink |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | clang-cc: Remove some more llvm::cl::init arguments... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Change -code-completion-debug-printer to -no-code-compl... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Switch -f{builtin,math-errno,rtti} and -analyzer-purge... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | clang-cc: Remove superfluous llvm::cl::init(false)... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Driver: ArgList doesn't depend on Options.h anymore. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Driver: Take option ID for {Input,Unknown}Option, to... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Driver: Introduce OptSpecifier class for protecting... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Mike Stump | Refine vtable, rtti and rtti name instantiation so... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Driver: Switch to using explicit {getLast,has}ArgNoClai... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Mike Stump | This doesn't work yet. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Driver: Resolve inconsistency in matching options again... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Use Option::matches instead of direct ID comparison. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Daniel Dunbar | Remove extra ';', found by clang++. |
commit | commitdiff | tree | snapshot |
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 |
next |