new expression parsing failure
オープン
question
- 主要言語
- CodeQL
- スター
- 10.1k
- フォーク
- 2.1k
- 平均マージ
- 2日 15時間
- マージ済み PR(30日)
- 141
説明
CodeQL fails to parse `new` expressions like:
```
short s;
long *lp = ::new (&s) long;
```
This issue arose when trying to implement SEI CERT C++ rules using CodeQL.
コントリビューションガイド
評価
この issue はまだ評価されていません。