aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-23patch to ir-gen conversion function call used inFariborz Jahanian
2009-09-23For code completion, note that injected-class-names found as part ofDouglas Gregor
2009-09-23Remove the FIXME as I said.Fariborz Jahanian
2009-09-23This patch addresses a few issues related to 8.5.3 [dcl.init.ref]Fariborz Jahanian
2009-09-23Some minor cleanups...Steve Naroff
2009-09-23Handle namespace aliases.Anders Carlsson
2009-09-23Emit new[] cookie when needed.Anders Carlsson
2009-09-23More work to enable more exhaustive testing of the indexing API.Steve Naroff
2009-09-23Basic support for new[].Anders Carlsson
2009-09-23When code-completion after a "," is building an overload set, noteDouglas Gregor
2009-09-23The test/ directory needs to be created always when building objdir != srcdir,Torok Edwin
2009-09-23fix typo in file nameGabor Greif
2009-09-23Factor Windows target into VS, MinGW and Cygwin variants.Daniel Dunbar
2009-09-23implement support for __builtin_eh_return_data_regno on x86-32 and x86-64.Chris Lattner
2009-09-23return a bool value as a boolChris Lattner
2009-09-23Add a new variant of EmitCXXAggrConstructorCall that takes a Value that holds...Anders Carlsson
2009-09-23Fix PR 4988 by removing an invalid assertion (a function can be referenced inTed Kremenek
2009-09-23Produce detailed diagnostics when overloadFariborz Jahanian
2009-09-23Fix indentation in xcode project.Anders Carlsson
2009-09-23Cast the array size expr to a size_tAnders Carlsson
2009-09-23Print the results of code-completion for overloading by displaying theDouglas Gregor
2009-09-23Separate the code-completion results for call completion from theDouglas Gregor
2009-09-22Make sure we don't try to add code-completion results without anDouglas Gregor
2009-09-22When code-completion finds a declaration only because it is usable asDouglas Gregor
2009-09-22Tweak the code-completion results ranking and formation, so thatDouglas Gregor
2009-09-22Move codegen of new and delete to CGCXXExpr.cppAnders Carlsson
2009-09-22Remove now fixed FIXME.Mike Stump
2009-09-22Push "clang-is-production" logic up to tools/driver, and make it hittable byDaniel Dunbar
2009-09-22Spell clang-cc correctly.Daniel Dunbar
2009-09-22Add getDeclaration()/getKind() accessors to CodeCompleteConsumer::ResultDouglas Gregor
2009-09-22No need to null check implicit lvalue cast exprs.Anders Carlsson
2009-09-22When doing a derived-to-base class and the class offset is 0 we can just do a...Anders Carlsson
2009-09-22Reconcile Clang/ARM target data string with llvm-gcc (module eabi weirdness).Daniel Dunbar
2009-09-22Teach code-completion to introduce a ", ..." placeholder for variadic functionsDouglas Gregor
2009-09-22In C++, a variadic function does not need an ellipsis prior to the comma. Par...Douglas Gregor
2009-09-22Fix: <rdar://problem/7242006> [RegionStore] compound literal assignment with ...Ted Kremenek
2009-09-22Replace the -code-completion-dump option with Douglas Gregor
2009-09-22CXXMethodDecls should always be mangled, even if they are inside an extern "C...Anders Carlsson
2009-09-22Code refactoring and cleanup.Fariborz Jahanian
2009-09-22Issue good ambiguity diagnostic when convesion fails.Fariborz Jahanian
2009-09-22- Implement support for various types of "refs" (initially to help test clang...Steve Naroff
2009-09-22If we already set a primary base, don't set it to the first nearly empty base...Anders Carlsson
2009-09-22Fix speling error.Anders Carlsson
2009-09-22Explicitly initialize the PrimaryBase and PrimaryBaseWasVirtual members.Anders Carlsson
2009-09-22Yes.Mike Stump
2009-09-22(With Doug's help) fix a crash in the code completion code that lead to a tes...Anders Carlsson
2009-09-22Don't assert that linkage decls are always C++, it's not true. Fixes PR5019.Anders Carlsson
2009-09-22Fix a regression in accessing class getter using the dot-syntaxFariborz Jahanian
2009-09-22Implement code completion within a function call, triggered after theDouglas Gregor
2009-09-22Spell function pointer correctly.Daniel Dunbar