mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Introduced a Lexer context, comment parsing now actually works properly. Token use in decl/ast/expr is moved to SourceRange instead. And the SourceRange used start/end, which is better than using start + len for many uses.
This commit is contained in:
@@ -14,7 +14,6 @@ static inline LLVMMetadataRef gencontext_create_debug_type_from_decl(GenContext
|
||||
case DECL_ENUM_CONSTANT:
|
||||
case DECL_POISONED:
|
||||
case DECL_GENERIC:
|
||||
case DECL_MULTI_DECL:
|
||||
case DECL_MACRO:
|
||||
case DECL_CT_IF:
|
||||
case DECL_CT_ELSE:
|
||||
|
||||
Reference in New Issue
Block a user