mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-13 20:24:52 -08:00
Ed_
cf65638979
- Changed the zpl csv parser to only accept hex values with 0x perfix. it was messing with the add term. - Small changes to the clang format config.
23 lines
569 B
Plaintext
23 lines
569 B
Plaintext
Invalid, INVALID
|
|
Consteval, consteval
|
|
Constexpr, constexpr
|
|
Constinit, constinit
|
|
Explicit, explicit
|
|
External_Linkage, extern
|
|
Global, global
|
|
Inline, inline
|
|
Internal_Linkage, internal
|
|
Local_Persist, local_persist
|
|
Mutable, mutable
|
|
Ptr, *
|
|
Ref, &
|
|
Register, register
|
|
RValue, &&
|
|
Static, static
|
|
Thread_Local, thread_local
|
|
Volatile, volatile
|
|
Virtual, virtual
|
|
Const, const
|
|
Final, final
|
|
Override, override
|