Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sema: Implement DR317 | David Majnemer | 2014-03-30 | 1 | -1/+1 |
* | Check "late parsed" friend functions for redefinition | Alp Toker | 2013-10-18 | 1 | -0/+4 |
* | Tweak the diagnostics for the C++0x extensions to friend types to note | Douglas Gregor | 2011-05-10 | 1 | -3/+3 |
* | Improve handling of friend types in several ways: | Douglas Gregor | 2010-04-07 | 1 | -3/+3 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | fix a crash on invalid I found when working on something unrelated. | Chris Lattner | 2009-12-07 | 1 | -0/+8 |
* | Rework the Parse-Sema interaction for friends to better support friend | Douglas Gregor | 2009-09-26 | 1 | -2/+2 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -1/+1 |
* | First pass at friend semantics. | John McCall | 2009-08-06 | 1 | -2/+17 |
* | For friend class decls, always use TK_Reference so we'll try to look up exist... | Anders Carlsson | 2009-05-11 | 1 | -0/+12 |
* | Add parsing of friend specifiers. | Anders Carlsson | 2009-05-06 | 1 | -0/+5 |