summaryrefslogtreecommitdiffstats
path: root/yql/essentials/parser/lexer_common
Commit message (Collapse)AuthorAgeFilesLines
* YQL-20095: Tune bugprone-argument-commentvitya-smirnov2026-06-302-2/+2
| | | | | https://clang.llvm.org/extra/clang-tidy/checks/bugprone/argument-comment.html commit_hash:780ff6a63be44998cb2336a05f3dc33e68a676bf
* YQL-20095: Enable modernize-pass-by-valuevitya-smirnov2026-03-022-6/+10
| | | | commit_hash:4939dfad654f18bb31e40711ee0c39063889f17b
* YQL-20095: Enable modernize-concat-nested-namespacesvitya-smirnov2026-02-172-12/+4
| | | | commit_hash:2c0e0389bf5eca0c8334d55143674a8acf94a88d
* YQL-20095: Enable google-explicit-constructorvitya-smirnov2026-01-231-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-20086 invert flagvvvv2025-10-102-4/+0
| | | | commit_hash:a6b640bc576263b62884a0b4187ba79c893e13d9
* YQL-20086 parservvvv2025-10-0811-53/+56
| | | | commit_hash:dd605e5cde39ff07fdadf62f0c2364a8b12c8405
* YQL-20086 parser (w/o pg)vvvv2025-06-201-13/+13
| | | | commit_hash:f4bddb30981abde1a951149fff272d86a22dd726
* YQL-19594 Explicit lexers & parsersvvvv2025-02-192-16/+7
| | | | commit_hash:6be543b7c5bff6ee474ee606c920197fb2569767
* Introduced lexer & parser interfacesvvvv2025-02-183-0/+61
| | | | commit_hash:fee365c90a176dd33a967cee20994b21d530080c
* Merge GH PR #9404aneporada2024-11-122-3/+3
| | | | commit_hash:d780798556aedbe2be898d69185380f2ecb95f9c
* Moved other yql/essentials libs YQL-19206vvvv2024-11-072-2/+2
| | | | | init commit_hash:7d4c435602078407bbf20dd3c32f9c90d2bbcbc0
* Moved yql/parser (w/o pg_wrapper) & yql/protos YQL-19206vvvv2024-11-0310-0/+433
init commit_hash:71603ddfc208bf4ab1691d886ac35f22c107e3ee