Exposes Expr::HasSideEffects.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
LGTM aside from a minor commenting request.
include/clang/ASTMatchers/ASTMatchers.h | ||
---|---|---|
4121 | side effects. -> side effects other than producing a value, such as a calling a function, throwing an exception, or reading a volatile variable. |
side effects. -> side effects other than producing a value, such as a calling a function, throwing an exception, or reading a volatile variable.