mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 12:18:56 +00:00
LibCpp: Add 'Namespace' and 'Member' declaration types
This commit is contained in:
parent
c6c83bd80e
commit
b87791cada
Notes:
sideshowbarker
2024-07-18 20:26:03 +09:00
Author: https://github.com/itamar8910
Commit: b87791cada
Pull-request: https://github.com/SerenityOS/serenity/pull/6216
3 changed files with 8 additions and 0 deletions
|
@ -69,6 +69,8 @@ public:
|
|||
Class,
|
||||
Variable,
|
||||
PreprocessorDefinition,
|
||||
Namespace,
|
||||
Member,
|
||||
};
|
||||
|
||||
struct Declaration {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue