-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
HardMajorAn issue that summarizes a large general problemAn issue that summarizes a large general problemworkflowPart of an overview of how/what things are being accomplishedPart of an overview of how/what things are being accomplishedβ¨ EnhancementNew feature or requestNew feature or requestπ ClarificationDiscussions on behavior of the taggingDiscussions on behavior of the tagging
Description
This is a meta issue similar to #81 but for types.
Progress:
- β in structs/classes/enums/unions
- π΅ in declarations Improve tagging for variable declarationsΒ #71 (see Explore variable declares, func pointers, parameter improvements, and moreΒ #135 (comment) which requires Regex features missing readable versionΒ #127 and backreferences do not work in start_pattern or end_patternΒ #163)
- β in parameters function parameter highlighting improvementsΒ #134
- βͺ after new expressions Mark type after new expression as a typeΒ #129
- βͺ initializer/constructor calls
- πββοΈ in typedefs add highlighting for typedef when used before class/struct/unionΒ #191
- β using aliases Add type aliasΒ #161
- β in function return types Fix #183Β #184
- π function pointers Add Full support for function pointersΒ #160
- π΅ inside type casts both C/C++ style and explicit
- π΅ C style:
(Type)foo
- β C++ style:
Type(foo)
is this different than an explicit constructor call? should it be marked differently? - π Explicit
static_cast<Type>(foo)
- π΅ C style:
- β
following typename in templates. in
vector<typename A::B>
both A and B are types
Key | Explanation |
---|---|
β | complete |
πββοΈ | in progress |
βͺ | not started |
β | has not been investigated |
π΅ | blocked (see issue) |
jeff-hykin and tristan957
Metadata
Metadata
Assignees
Labels
HardMajorAn issue that summarizes a large general problemAn issue that summarizes a large general problemworkflowPart of an overview of how/what things are being accomplishedPart of an overview of how/what things are being accomplishedβ¨ EnhancementNew feature or requestNew feature or requestπ ClarificationDiscussions on behavior of the taggingDiscussions on behavior of the tagging