Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
utils/TableGen/
-
TableGen/
-
ClangDiagnosticsEmitter.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D65988
[Clang Tablegen] Fix build when std::string::end() is not assignable
Needs Review
Public
Authored by
orivej
on Aug 8 2019, 5:49 PM.
Download Raw Diff
Details
Reviewers
None
Group Reviewers
Restricted Project
Summary
This fixes Clang error: expression is not assignable:
Result.erase(--Result.end()); ^ ~~~~~~~~~~~~
Diff Detail
Event Timeline
orivej
created this revision.
Aug 8 2019, 5:49 PM
Herald
added subscribers:
cfe-commits
,
kadircet
,
arphaman
.
·
View Herald Transcript
Aug 8 2019, 5:49 PM