Age | Commit message (Expand) | Author |
2011-08-31 | objective-c: this patch (re)introduces objective-c's default property | Fariborz Jahanian |
2011-08-30 | Declare and define implicit move constructor and assignment operator. | Sebastian Redl |
2011-08-27 | objective-c: Treat top-level objective-c declarations | Fariborz Jahanian |
2011-08-03 | Improve overloaded function handling in the typo correction code. | Kaelyn Uhrain |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-18 | Use the new llvm::TinyPtrVector class, which implements exactly what | Chris Lattner |
2011-07-12 | Fix a bug where a local variable named 'self' is causing | Fariborz Jahanian |
2011-07-12 | Fix typo correction crash on overloaded functions, pr10283. | Hans Wennborg |
2011-07-05 | Initialize member. | Benjamin Kramer |
2011-07-01 | When adding boolean keywords for typo correction, add either "bool" or | Douglas Gregor |
2011-06-28 | Fix non-determinism in selecting between equal-length names which refer | Chandler Carruth |
2011-06-28 | Fix an invalid use of ::back() on an newly emptied vector. Also tighten | Chandler Carruth |
2011-06-28 | Dynamically allocate the StringMaps used in typo correction so that we | Douglas Gregor |
2011-06-28 | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor |
2011-06-24 | Fix unused label warning. | Jay Foad |
2011-06-24 | This patch started as an attempt to fix up the horrid naming | Sean Hunt |
2011-06-23 | Clean up the heart of the caching code and miss fewer edge cases. | Sean Hunt |
2011-06-22 | Fix a think-o that amazingly didn't show up until I started writing | Sean Hunt |
2011-06-22 | Actually, you know, fix the problem. | Sean Hunt |
2011-06-22 | Avoid making assumption that this is either a CXXMethodDecl or a | Sean Hunt |
2011-06-21 | Attempt to reapply this patch for caching copy assignment operator | Sean Hunt |
2011-06-10 | This change is breaking selfhost. Revert it until I have more time | Sean Hunt |
2011-06-10 | Implement caching of copy assignment operator lookup. | Sean Hunt |
2011-06-10 | Implement caching for copy constructors in similar situations. | Sean Hunt |
2011-06-10 | Implement caching of default constructors on the resolution table. This | Sean Hunt |
2011-06-07 | Catch the memory leak in a bucket | Sean Hunt |
2011-06-04 | Reimplement r132572 on top of a FoldingSet, thus hopefully solving both | Sean Hunt |
2011-06-03 | Revert r132572 to figure out why it broke selfhost and clean it up as | Sean Hunt |
2011-06-03 | Begin implementing a cache of special member lookups. Currently only | Sean Hunt |
2011-05-11 | Implement implicit deletion of default constructors. | Sean Hunt |
2011-05-09 | Clean up trivial default constructors now. | Sean Hunt |
2011-05-02 | Don't abuse reinterpret cast to do something the API of PointerUnion | Chandler Carruth |
2011-04-23 | Like the coding standards say, do not use "using namespace std". | Jay Foad |
2011-04-14 | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith |
2011-04-13 | From Vassil Vassilev: Give external source's last resort lookup a chance, eve... | Axel Naumann |
2011-04-12 | Objective-C++: The global namespace is an associated namespace of an | Douglas Gregor |
2011-03-06 | Reinstate r127112, "Propagate new-style exception spec information to ExtProt... | Sebastian Redl |
2011-03-06 | Revert r127112, "Propagate new-style exception spec information to ExtProtoIn... | NAKAMURA Takumi |
2011-03-05 | Propagate new-style exception spec information to ExtProtoInfo. | Sebastian Redl |
2011-03-05 | Fixed LabelDecl source range and cleaned creation code. | Abramo Bagnara |
2011-03-03 | Fixed source range for LabelDecl. | Abramo Bagnara |
2011-02-24 | From Vassil Vassilev: | Axel Naumann |
2011-02-19 | Use PointerUnion::getAddrOf instead of messing with PointerUnion & reinterpre... | Argyrios Kyrtzidis |
2011-02-18 | fix rdar://9024687, a crash on invalid that we used to silently ignore. | Chris Lattner |
2011-02-18 | implement basic support for __label__. I wouldn't be shocked if there are | Chris Lattner |
2011-02-18 | Switch labels over to using normal name lookup, instead of their | Chris Lattner |
2011-02-16 | When searching for visible declarations (e.g., for code completion), | Douglas Gregor |
2011-01-27 | Fix whitespace. | NAKAMURA Takumi |
2011-01-27 | 7bit-ize. | NAKAMURA Takumi |
2011-01-05 | Replace the representation of template template argument pack | Douglas Gregor |