Itamar
|
c1ee0c1685
LibCpp: Support parsing enum classes
|
il y a 4 ans |
Itamar
|
7de6c1489b
LibCpp: Parse basic constructors and destructors
|
il y a 4 ans |
Itamar
|
dcdb0c7035
LibCpp: Support non-field class members
|
il y a 4 ans |
Itamar
|
fbf796cd9f
LibCpp: Fix "NumricLiteral" => "NumericLiteral" typo
|
il y a 4 ans |
Itamar
|
402483ec1f
LibCpp: Generalize ASTNode::dump() to support redirecting its output
|
il y a 4 ans |
Itamar
|
f28d944122
LibCpp: Support 'auto' Type
|
il y a 4 ans |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
il y a 4 ans |
Itamar
|
b87791cada
LibCpp: Add 'Namespace' and 'Member' declaration types
|
il y a 4 ans |
Itamar
|
c6c83bd80e
HackStudio+LibCpp: Include class members in Locator
|
il y a 4 ans |
Itamar
|
9e2e36724d
LibCpp: Add TemplatizedName
|
il y a 4 ans |
Itamar
|
e16036b9cc
LibCpp: Introduce DummyASTNode
|
il y a 4 ans |
Itamar
|
aa717e6a62
LibCpp: Parse C-Style parse expressions
|
il y a 4 ans |
Itamar
|
ec2c54ee2e
LibCpp: Parse "arrow" operator
|
il y a 4 ans |
Itamar
|
44833f1621
LibCpp: Parse braced initialization list
|
il y a 4 ans |
Itamar
|
fc503b1368
LibCpp: Parse sizeof() expression
|
il y a 4 ans |
Itamar
|
575d6a8ee1
LibCpp: Parse Bitwise & Logical Or & And operators
|
il y a 4 ans |
Itamar
|
8962581c9c
LibCpp: Parse C++ cast expressions
|
il y a 4 ans |
Itamar
|
646aaa111b
LibCpp: Support parsing templatized function calls
|
il y a 4 ans |
Itamar
|
fe4122bbae
LibCpp: Support parsing '!=" operator
|
il y a 4 ans |
Itamar
|
3295609aea
LibCpp: Add AST::Name
|
il y a 4 ans |
Itamar
|
29b6915db9
LibCpp: Parse templatized types
|
il y a 4 ans |
Itamar
|
9954a1837f
LibCpp: Parse nullptr literal
|
il y a 4 ans |
Itamar
|
cbb49f26d9
LibCpp: Support parsing binary "==" Operator
|
il y a 4 ans |
Itamar
|
1f9f6ea9d6
LibCpp: Support parsing function qualifiers
|
il y a 4 ans |
Itamar
|
84e34d76d8
HackStudio+LanguageServers/Cpp: Show scope of symbols in Locator
|
il y a 4 ans |
Itamar
|
b5cab861e3
LibCpp: Parse Namespace declaration
|
il y a 4 ans |
Itamar
|
8a102fe3ec
LibCpp: Implement Parser::text_in_range using text of tokens
|
il y a 4 ans |
Itamar
|
1d3b5dabc3
LibCpp: Parse ellipsis
|
il y a 4 ans |
Itamar
|
5a7abb8363
LibCpp: Parse type qualifiers
|
il y a 4 ans |
Itamar
|
54bc9114b3
HackStudio: Support searching symbol declarations in the Locator
|
il y a 4 ans |