Slightly easier to read, uses slightly less stack space, and makes it
impossible to mix up the order of all those bools.
No behavior change.
Paths
| Differential D61788
Make getObjCEncodingForTypeImpl() take a bitmask instead of 8 bools ClosedPublic Authored by thakis on May 10 2019, 8:16 AM.
Details
Summary Slightly easier to read, uses slightly less stack space, and makes it No behavior change.
Diff Detail
Event Timeline
thakis marked 4 inline comments as done. Comment Actionscomments
Closed by commit rL360668: Make getObjCEncodingForTypeImpl() take a bitmask instead of 8 bools (authored by nico). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 199409 cfe/trunk/include/clang/AST/ASTContext.h
cfe/trunk/lib/AST/ASTContext.cpp
|