Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When determining the availability of an enum constant, also consider | Douglas Gregor | 2012-03-17 | 1 | -6/+6 |
| | | | | | | | the availability of the enumeration type itself. Fixes <rdar://problem/10996386>. llvm-svn: 152977 | ||||
* | When code-completing a case statement for a switch on a value of | Douglas Gregor | 2011-02-18 | 1 | -8/+15 |
| | | | | | | | enumeration type, prioritize the enumeration constants and don't provide completions for any other expressions. Fixes <rdar://problem/7283668>. llvm-svn: 125991 | ||||
* | Extend the type printing policy to allow one to turn off the printing | Douglas Gregor | 2010-04-05 | 1 | -0/+15 |
of file locations for anonymous tag types (e.g., "enum <anonymous at t.h:15:6>"), which can get rather long. llvm-svn: 100470 |