Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/unittests/Transforms/Utils/CodeExtractorTest.cpp | ||
---|---|---|
233 ↗ | (On Diff #222339) | The extended string literal syntax would aid readability here, e.g. const char* s1 = R"ir( Hello World )ir"; |