diff --git a/clang/docs/InternalsManual.html b/clang/docs/InternalsManual.html index 6df26db8cfeb..2eee5c2507cf 100644 --- a/clang/docs/InternalsManual.html +++ b/clang/docs/InternalsManual.html @@ -1682,6 +1682,7 @@ interacts with constant evaluation:

floating-point literal.
  • __builtin_abs,copysign,..: These are constant folded as general constant expressions.
  • +
  • __builtin_strlen and strlen: These are constant folded as integer constant expressions if the argument is a string literal.