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