Commits

Ben Langmuir committed 6926fa4cb54
[ASTPrinter] Resolve duplication between shouldPrint[InContext] By moving enum element handling completely to shouldPrint(), which is called in visi(). We don't print enum element decls as part of their decl context so it's not correct to use shouldPrintInContext() here anyway.