Add basic support for CXType_ExtVector.
Needs ReviewPublic

Authored by bungeman on Jul 19 2019, 7:32 PM.

Details

Reviewers
None
Group Reviewers
KDevelop
Summary

Introduces handling for CXType_ExtVector, treating it like vector and
complex types by creating a delayed type to just use clang's spelling.

Diff Detail

Repository
R32 KDevelop
Branch
vector (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 14145
Build 14163: arc lint + arc unit
bungeman created this revision.Jul 19 2019, 7:32 PM
Restricted Application added a project: KDevelop. · View Herald TranscriptJul 19 2019, 7:32 PM
Restricted Application added a subscriber: kdevelop-devel. · View Herald Transcript
bungeman requested review of this revision.Jul 19 2019, 7:32 PM
bungeman updated this revision to Diff 62080.Jul 19 2019, 7:55 PM

Just do the simple thing. Copied the one line of code due to
the awkwardness of preprocessor directives inside template lists.

bungeman edited the summary of this revision. (Show Details)Jul 19 2019, 8:04 PM
bungeman updated this revision to Diff 62081.Jul 19 2019, 8:25 PM

Prefer not duplicating code.

apol added a subscriber: apol.Jul 20 2019, 9:28 AM

Can we have a test for this?