Don't add const and volatile modifiers for names of types.

Authored by skalinichev.

Description

Don't add const and volatile modifiers for names of types.

Othervise we end up showing tooltips like: "const const auto".
This happens because clang_getTypeSpelling prepends type
modifiers for auto types.

REVIEW: 124401

Details

Committed
skalinichevJul 21 2015, 3:39 PM
Parents
R32:fa3602fa796c: Extract TODO's for imports too.
Branches
Unknown
Tags
Unknown