"flang/lib/Parser/parse-tree.cpp" did not exist on "55cb1ac4dbb815b8e851308f7a2dfe41fca613e5"
Refactored auditor interface within GRExprEngine and GRCoreEngine to use a...
Refactored auditor interface within GRExprEngine and GRCoreEngine to use a "batch auditor" to dispatch to specialized auditors instead of having a separate vector for each audited Expr*. This not only provides a much cleaner implementation, but also allows us to install auditors for any expression. llvm-svn: 53464
Loading
Please sign in to comment