Skip to content

Commit 264d828

Browse files
committed
[clang][Interp][NFC] Redo returning values from builtin functions
Instead of having retInt/retLong/retSizeT/etc., just add retInteger, which takes an APSInt and returns it in form of the given QualType. This makes the code a little neater, but is also necessary since some builtins have a different return type with -fms-extensions.
1 parent 252f1cd commit 264d828

File tree

2 files changed

+91
-143
lines changed

2 files changed

+91
-143
lines changed

0 commit comments

Comments
 (0)