Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
astutils.cpp: always inline
isMutableExpression()
with Clang (#6647)
The function is too big to automatically be inlined. By forcing the inlining we mainly save the overhead associated with calling the function.
- Loading branch information