gencpp/project/enums/ESpecifier.csv
Ed_ 3e249d9bc5 Reorganization of parser, refactor of parse_type( bool* ) and progression of parser docs
Wanted to make parser implementation easier to sift through, so I emphasized alphabetical order more.

Since I couldn't just strip whitespace from typenames I decided to make the parse_type more aware of the typename's components if it was a function signature.
This ofc lead to the dark & damp hell that is parsing typenames.

Also made initial implementation to support parsing decltype within a typename signature..

The test failure for the singleheader is still a thing, these changes have not addressed that.
2023-09-05 01:48:11 -04:00

676 B

1InvalidINVALID
2Constevalconsteval
3Constexprconstexpr
4Constinitconstinit
5Explicitexplicit
6External_Linkageextern
7ForceInlineforceinline
8Globalglobal
9Inlineinline
10Internal_Linkageinternal
11Local_Persistlocal_persist
12Mutablemutable
13NeverInlineneverinline
14Ptr*
15Ref&
16Registerregister
17RValue&&
18Staticstatic
19Thread_Localthread_local
20Volatilevolatile
21Virtualvirtual
22Constconst
23Finalfinal
24NoExceptionsnoexcept
25Overrideoverride
26Pure= 0