Itamar
|
f28d944122
LibCpp: Support 'auto' Type
|
4 years ago |
Itamar
|
0e51aea781
LibCpp: Modify parsing of a Name's scope
|
4 years ago |
Itamar
|
84e41c4565
LibCpp: Modify logic of Parser::index_of_node_at
|
4 years ago |
Itamar
|
5c42dc854d
LibCpp: Rename m_definitions=>m_preprocessor_definitions
|
4 years ago |
Ali Mohammad Pur
|
62af7c4bdf
AK+LibCpp: Remove DEBUG_SPAM in favour of per-application defines
|
4 years ago |
Gunnar Beutner
|
6cf59b6ae9
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
|
4 years ago |
Brian Gianforcaro
|
7a73f11005
LibCpp: Convert ScopeLogger to use AK:SourceLocation
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Itamar
|
4831dc0e30
LibCpp: Support parsing class declarations
|
4 years ago |
Itamar
|
9e2e36724d
LibCpp: Add TemplatizedName
|
4 years ago |
Itamar
|
510b5073de
LanguageServers/Cpp: Refactor logic of find declaration
|
4 years ago |
Itamar
|
e16036b9cc
LibCpp: Introduce DummyASTNode
|
4 years ago |
Itamar
|
aa717e6a62
LibCpp: Parse C-Style parse expressions
|
4 years ago |
Itamar
|
ec2c54ee2e
LibCpp: Parse "arrow" operator
|
4 years ago |
Itamar
|
44833f1621
LibCpp: Parse braced initialization list
|
4 years ago |
Itamar
|
d482b3fd60
LibCpp: Parse empty for loops
|
4 years ago |
Itamar
|
fc503b1368
LibCpp: Parse sizeof() expression
|
4 years ago |
Itamar
|
8bcf5daf3f
LibCpp: Handle 'struct' prefix before a type
|
4 years ago |
Itamar
|
575d6a8ee1
LibCpp: Parse Bitwise & Logical Or & And operators
|
4 years ago |
Itamar
|
8962581c9c
LibCpp: Parse C++ cast expressions
|
4 years ago |
Itamar
|
646aaa111b
LibCpp: Support parsing templatized function calls
|
4 years ago |
Itamar
|
fe4122bbae
LibCpp: Support parsing '!=" operator
|
4 years ago |
Itamar
|
68e9a05472
LibCpp: Parse character literals
|
4 years ago |
Itamar
|
3295609aea
LibCpp: Add AST::Name
|
4 years ago |
Itamar
|
29b6915db9
LibCpp: Parse templatized types
|
4 years ago |
Itamar
|
9954a1837f
LibCpp: Parse nullptr literal
|
4 years ago |
Itamar
|
cbb49f26d9
LibCpp: Support parsing binary "==" Operator
|
4 years ago |
Itamar
|
1f9f6ea9d6
LibCpp: Support parsing function qualifiers
|
4 years ago |
Itamar
|
ee35fc0da3
LibCpp: Support parsing empty return statements
|
4 years ago |
Itamar
|
0babb39cae
LibCpp: Parse variable declarations in global scope
|
4 years ago |