Split from D103426
Details
Details
Diff Detail
Diff Detail
Event Timeline
This comment was removed by MarcusJohnson91.
| clang/lib/AST/Expr.cpp | ||
|---|---|---|
| 1081 | getStringAsChar16? | |
| clang/lib/AST/Type.cpp | ||
| 1978 | (The discussion of the typedefs on D103426 didn't really finish.) | |
| clang/lib/Lex/LiteralSupport.cpp | ||
| 1923 | The math here probably needs to change for wide strings. | |
| clang/lib/Sema/SemaChecking.cpp | ||
| 9609 | The math here looks suspicious... TypeSize is not in the same units as StrRef.size(). | |
This comment was removed by floam.
getStringAsChar16?