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