summaryrefslogtreecommitdiffstats
path: root/yql/essentials/parser/proto_ast
Commit message (Collapse)AuthorAgeFilesLines
* YQL-20095: Enable modernize-use-usingvitya-smirnov2026-03-041-2/+2
| | | | commit_hash:ea1f0987ec40e3e683c35bffb64b7f5ab35e73ed
* YQL-20095: Enable modernize-pass-by-valuevitya-smirnov2026-03-022-6/+9
| | | | commit_hash:4939dfad654f18bb31e40711ee0c39063889f17b
* YQL-20095: Enable google-explicit-constructorvitya-smirnov2026-01-232-2/+2
| | | | commit_hash:4d77ad10fd4db303459ec4e45e139967c7fc8196
* YQL-20095: Enable modernize-use-overridevitya-smirnov2026-01-131-1/+1
| | | | | | | | | | | | | | | | | | | The check `modernize-use-override` is useful as it: 1. Removes redundant `override` when it is used with a `final`. 2. Removes redundant `virtual` or replace it with a `override`. So it is more clean for a reader, that overriding happens. It is enabled not out of order, as it is just an alias to `cppcoreguidelines-explicit-virtual-functions`. I also decided to switch a strategy of enabling checks. Now I will enable only a single rule with a single PR and prefer rules with a non-breaking autofix. In the new year with new linter checks! 🎄 commit_hash:e6e233baa90b31e5f65e11837546690c47f71ab5
* YQL-20490 Drop antlr3 grammarvvvv2025-10-1612-271/+7
| | | | commit_hash:6c5c638d87eb41018d637f1535af104fac16e51c
* YQL-20086 invert flagvvvv2025-10-103-6/+0
| | | | commit_hash:a6b640bc576263b62884a0b4187ba79c893e13d9
* YQL-20086 parservvvv2025-10-089-280/+301
| | | | commit_hash:dd605e5cde39ff07fdadf62f0c2364a8b12c8405
* YQL-20116: Introduce ANTLR4 ambiguity detectionvitya-smirnov2025-10-063-13/+22
| | | | | | - Ignored 2 known ambiguities. - Tested tools. commit_hash:9e29bb2f876dabc68293b3e5c26a470d373506ae
* YQL-20086 parser (w/o pg)vvvv2025-06-203-46/+46
| | | | commit_hash:f4bddb30981abde1a951149fff272d86a22dd726
* YQL-19616 Implement ILexer via antlr_astVictor Smirnov2025-03-198-183/+22
| | | | | | | | | | | | | - [x] Added `antlr_ast/antlr4` module and moved `TLexerTokensCollector4` there from `proto_ast/antlr4`. - [x] Moved stuff around back and forth. Ready for a review. --- Co-authored-by: vityaman [[email protected]] Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1128 commit_hash:e08785c3408ef813505bdc7511560e9536f4ab79
* YQL Reduce ANTLR Protobuf templatevityaman2025-03-051-68/+12
| | | | | | | | | No description --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1110 commit_hash:d15d6030e1c1c2d19cc96fd9c2cbb110ce8b730f
* Introduced lexer & parser interfacesvvvv2025-02-181-1/+20
| | | | commit_hash:fee365c90a176dd33a967cee20994b21d530080c
* Merge GH PR #9404aneporada2024-11-122-0/+7
| | | | commit_hash:d780798556aedbe2be898d69185380f2ecb95f9c
* Moved yql/parser (w/o pg_wrapper) & yql/protos YQL-19206vvvv2024-11-0343-0/+6713
init commit_hash:71603ddfc208bf4ab1691d886ac35f22c107e3ee