summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/complete-enums.c
Commit message (Collapse)AuthorAgeFilesLines
* When determining the availability of an enum constant, also considerDouglas Gregor2012-03-171-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 ofDouglas Gregor2011-02-181-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 printingDouglas Gregor2010-04-051-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
OpenPOWER on IntegriCloud