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