Files
codeql/cpp/ql/lib/change-notes/2024-08-01-explicit-bool.md

334 B

category
category
feature
  • An isExplicit predicate was added to the Function class that determines whether the function was declared as explicit.
  • A getExplicitExpr predicate was added to the Function class that yields the constant boolean expression (if any) that conditionally determines whether the function is explicit.