semgrep / ocaml-tree-sitter-semgrep

Generate parsers from tree-sitter grammars extended to support Semgrep patterns
GNU General Public License v3.0
4 stars 10 forks source link

update cpp #472

Closed brandonspark closed 10 months ago

brandonspark commented 10 months ago

This PR updates ocaml-tree-sitter-semgrep with the most recent tree-sitter-cpp, which includes my fix https://github.com/tree-sitter/tree-sitter-cpp/pull/239 which should fix a grammar error we are currently experiencing.

Security

aryx commented 10 months ago

thx a lot brandon! Appreciate.