mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
C++: fix typo, ThrowExpr -> ReThrowExpr
Co-Authored-By: rdmarsh2 <rdmarsh2@gmail.com>
This commit is contained in:
@@ -2343,7 +2343,7 @@ class TranslatedThrowValueExpr extends TranslatedThrowExpr,
|
||||
* IR translation of a `throw` expression with no argument (e.g. `throw;`).
|
||||
*/
|
||||
class TranslatedReThrowExpr extends TranslatedThrowExpr {
|
||||
override ThrowExpr expr;
|
||||
override ReThrowExpr expr;
|
||||
|
||||
override TranslatedElement getChild(int id) {
|
||||
none()
|
||||
|
||||
Reference in New Issue
Block a user