[PATCH] D87004: [analyzer] Evaluate PredefinedExpressions

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 2 04:43:54 PDT 2020


steakhal updated this revision to Diff 289395.
steakhal added subscribers: riccibruno, rjmccall.
steakhal added a comment.

- Added tests for Microsoft extensions.
- Added an `assert` requiring the `PredefinedExpression` to have a function name.

----

I don't know how could a `PredefinedExpression` lack the function name, probably @riccibruno or @rjmccall can help with this - according to D53605 <https://reviews.llvm.org/D53605>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87004/new/

https://reviews.llvm.org/D87004

Files:
  clang/lib/StaticAnalyzer/Core/Environment.cpp
  clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
  clang/test/Analysis/eval-predefined-exprs.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87004.289395.patch
Type: text/x-patch
Size: 5375 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200902/98511f1c/attachment.bin>


More information about the cfe-commits mailing list