Sam Blackshear
7b58c71475
centralize creation and detection of clang tmp vars, fix errdesc/bucketing
...
Reviewed By: akotulski
Differential Revision: D3529992
fbshipit-source-id: 939f47a
8 years ago
Sam Blackshear
fd8a864c15
doing preanalysis on-demand
...
Reviewed By: jeremydubreil
Differential Revision: D3352767
fbshipit-source-id: a9dcc0a
9 years ago
Andrzej Kotulski
617ffab0ac
Add @generated comment to icfg.dot files
...
Reviewed By: jvillard
Differential Revision: D3358243
fbshipit-source-id: a47cc01
9 years ago
Sam Blackshear
20925df57c
removing unused deallocate param in nullify instr
...
Reviewed By: jeremydubreil
Differential Revision: D3263241
fbshipit-source-id: b0d2c0f
9 years ago
Dulma Rodriguez
4264e94565
Fix problems with translation of InitListExpr
...
Reviewed By: akotulski
Differential Revision: D2971312
fb-gh-sync-id: 826a70f
shipit-source-id: 826a70f
9 years ago
Andrzej Kotulski
4584f7f6fc
[clang-format] Reformat all c/cpp/objc sources with clang-format
...
Reviewed By: jul
Differential Revision: https://phabricator.fb.com/D2953843
9 years ago
Andrzej Kotulski
a317ac38f2
Use init_exp in InitListExpr and CompoundLiteralExpr
...
Summary:
public
Remove some of the explicit pattern matches in favor of using trans_state.var_exp for
init lists and compound literals
Reviewed By: jvillard
Differential Revision: D2855203
fb-gh-sync-id: ce929f6
9 years ago
Jules Villard
59a3b9c22a
add temp var from compoundLiteralExpr to the function locals
...
Summary:
public
otherwise Infer cannot know the type of the temporary variable
Reviewed By: dulmarod
Differential Revision: D2845054
fb-gh-sync-id: cf5fb8d
9 years ago
Jules Villard
7b9b6841d2
translate CompoundLiteralExpr
...
Reviewed By: dulmarod
Differential Revision: D2839164
fb-gh-sync-id: e9a3f69
9 years ago