| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add comment. | Devang Patel | 2010-01-14 | 1 | -0/+3 |
| * | When qualified lookup into the current instantiation fails (because it | Douglas Gregor | 2010-01-14 | 7 | -4/+118 |
| * | Switch a few callers of MaybeAddResult over to AddResult, when the | Douglas Gregor | 2010-01-14 | 1 | -10/+12 |
| * | Switch code-completion's ivar lookup over to LookupVisibleDecls, | Douglas Gregor | 2010-01-14 | 1 | -5/+11 |
| * | Start migrating code-completion results from | Douglas Gregor | 2010-01-14 | 1 | -117/+129 |
| * | Switch the remaining code completions over to LookupVisibleDecls, | Douglas Gregor | 2010-01-14 | 3 | -130/+50 |
| * | Made ObjC method name mangling match GCC (which does it in a stupid and broke... | David Chisnall | 2010-01-14 | 1 | -2/+5 |
| * | Use ENABLE_ASSERTIONS throughout. | Bill Wendling | 2010-01-14 | 1 | -2/+2 |
| * | Fix pr6035. | Zhongxing Xu | 2010-01-14 | 2 | -0/+14 |
| * | Move code completion for qualified name lookup (foo::) to | Douglas Gregor | 2010-01-14 | 2 | -1/+8 |
| * | Improve overload diagnostics some more by calling out qualifier mismatches | John McCall | 2010-01-14 | 3 | -5/+86 |
| * | Eliminate the code-completion-specifier CollectLookupResults in favor | Douglas Gregor | 2010-01-14 | 1 | -73/+10 |
| * | Simplify the code-completion logic for nested-name-specifiers: rather | Douglas Gregor | 2010-01-14 | 1 | -31/+43 |
| * | Fix a codegen abort seen in 483.xalancbmk. | Dan Gohman | 2010-01-14 | 2 | -0/+23 |
| * | Don't assume a random access iterator, instead just use CFG::iterator. | Mike Stump | 2010-01-14 | 1 | -3/+3 |
| * | Store the address points for constructor vtables directly in the VTT builder,... | Anders Carlsson | 2010-01-14 | 2 | -24/+99 |
| * | Avoid snowballing errors into additional warnings. To do better, we'd | Mike Stump | 2010-01-14 | 1 | -2/+4 |
| * | Test for r93409. | Evan Cheng | 2010-01-14 | 1 | -0/+11 |
| * | Extend testcase to also test llvm.dbg.value intrinsic | Victor Hernandez | 2010-01-14 | 1 | -0/+7 |
| * | Now that LLParser, AsmWriter, BitcodeReader, and BitcodeWriter all correctly ... | Victor Hernandez | 2010-01-14 | 1 | -8/+16 |
| * | Switch return site to use clang_getNullCursor(). | Ted Kremenek | 2010-01-14 | 1 | -5/+5 |
| * | Further tweak USR generation by shorting names and distinguish between namesp... | Ted Kremenek | 2010-01-14 | 1 | -22/+41 |
| * | In WriteFunction(), write function-local metadata before we write the instruc... | Victor Hernandez | 2010-01-14 | 1 | -1/+3 |
| * | Fix printing of function-local metadata in AsmWriter | Victor Hernandez | 2010-01-14 | 1 | -2/+3 |
| * | Clean up unnecessary return and brackets | Victor Hernandez | 2010-01-14 | 1 | -3/+1 |
| * | Add MDNode::getFunction(), which figures out the metadata's function, if it h... | Victor Hernandez | 2010-01-14 | 2 | -0/+39 |
| * | Add a DenseMapInfo specialization for BaseSubobject. | Anders Carlsson | 2010-01-14 | 1 | -2/+37 |
| * | When providing completions for a member access expression in C++, | Douglas Gregor | 2010-01-14 | 1 | -8/+3 |
| * | Switch code-completion for ordinary names over to the new(ish) | Douglas Gregor | 2010-01-14 | 2 | -5/+82 |
| * | Improve the diagnostic for bad conversions in overload resolution to talk | John McCall | 2010-01-14 | 4 | -6/+13 |
| * | Don't fold insufficiently aligned ldr/str into ldm/stm instructions. | Jakob Stoklund Olesen | 2010-01-14 | 1 | -0/+12 |
| * | Add the %ordinal format modifier for turning '1' into '1st'. Hard-coded for | John McCall | 2010-01-14 | 1 | -0/+35 |
| * | Because CurLoc is the current source location as far as CGDebugInfo is concer... | Devang Patel | 2010-01-14 | 1 | -1/+0 |
| * | More refactoring of ResultBuilder::MaybeAddResult. No intended | Douglas Gregor | 2010-01-14 | 1 | -40/+39 |
| * | Emit human readable names for c/c++ functions. Avoid emitting linkage name if... | Devang Patel | 2010-01-14 | 3 | -15/+51 |
| * | Fix a bug in rewrite whereby functions using blocks put extern "C" in wrong p... | Fariborz Jahanian | 2010-01-14 | 2 | -2/+69 |
| * | Erm, previous patch was wrong; Thanks Bill\! | Stuart Hastings | 2010-01-14 | 1 | -2/+0 |
| * | Enable assertions by default for Apple-style builds. | Stuart Hastings | 2010-01-14 | 1 | -2/+2 |
| * | Refactor the "is this declaration interesting" logic in | Douglas Gregor | 2010-01-14 | 1 | -33/+51 |
| * | Look through using declarations when determining whether one decl hides another | Douglas Gregor | 2010-01-14 | 1 | -0/+3 |
| * | Perform format-expansion on %select results. | John McCall | 2010-01-13 | 2 | -5/+18 |
| * | Banish the notion of a "rank" for code-completion results, since we | Douglas Gregor | 2010-01-13 | 2 | -268/+205 |
| * | this is an SSE-specific issue. | Chris Lattner | 2010-01-13 | 2 | -20/+20 |
| * | X86 if conversion + tail merging issues from PR6032. | Chris Lattner | 2010-01-13 | 1 | -0/+20 |
| * | Improve the sorting of code-completion results. We now always sort by | Douglas Gregor | 2010-01-13 | 23 | -307/+312 |
| * | When the visitSub method was split into visitSub and visitFSub, this xform was | Bill Wendling | 2010-01-13 | 2 | -11/+39 |
| * | Don't report ambiguities in the user-defined conversion if we weren't supposed | John McCall | 2010-01-13 | 2 | -1/+17 |
| * | Add getSource() to SuccIterator | Tobias Grosser | 2010-01-13 | 1 | -0/+5 |
| * | Extend SuccIterator | Tobias Grosser | 2010-01-13 | 1 | -1/+62 |
| * | Don't a.k.a. through the primary typedef of an anonymous tag decl. | John McCall | 2010-01-13 | 3 | -0/+20 |