-
Notifications
You must be signed in to change notification settings - Fork 88
Review and simplify unrollType uses
#2019
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 5 commits
83881e9
61cf13f
1e5e106
8cbedcc
5722da1
60785ef
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -167,8 +167,7 @@ struct | |
| Array (CArrays.make ~varAttr ~typAttr len (bot_value ai)) | ||
| | t when is_thread_type t -> Thread (ConcDomain.ThreadSet.empty ()) | ||
| | t when is_mutexattr_type t -> MutexAttr (MutexAttrDomain.bot ()) | ||
| | t when is_jmp_buf_type t -> JmpBuf (JmpBufs.Bufs.empty (), false) | ||
| | TNamed ({ttype=t; _}, _) -> bot_value ~varAttr (unrollType t) | ||
| | TNamed ({ttype=t; _}, _) -> bot_value ~varAttr t | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| | _ -> Bot | ||
|
|
||
| let is_bot_value x = | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.