Skip to content

Commit

Permalink
Updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrodes committed Oct 24, 2024
1 parent 61b1fef commit f85ba7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/ql/lib/semmle/code/cpp/models/interfaces/Throwing.qll
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import semmle.code.cpp.models.interfaces.FunctionInputsAndOutputs
* either Structure Exception Handling (SEH) or C++ exceptions.
*/
newtype TException =
// Structure Exception Handling (SEH) exception
/** Structure Exception Handling (SEH) exception */
TSEHException() or

Check warning

Code scanning / CodeQL

Acronyms should be PascalCase/camelCase. Warning

Acronyms in TSEHException should be PascalCase/camelCase.
// C++ exception
/** C++ exception */
TCxxException()

/**
Expand Down

0 comments on commit f85ba7a

Please sign in to comment.