Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
unittests/AST/
-
AST/
-
NamedDeclPrinterTest.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D60326
Fix error in NamedDeclPrinterTest
Closed
Public
Authored by
dgoldman
on Apr 5 2019, 11:23 AM.
Download Raw Diff
Details
Reviewers
sammccall
ilya-biryukov
lebedev.ri
Commits
rG4af5d748ce34: Fix error in NamedDeclPrinterTest
rL357799: Fix error in NamedDeclPrinterTest
rC357799: Fix error in NamedDeclPrinterTest
Summary
Caused by
D56924
, shouldn't use raw string literals in macros.
Diff Detail
Repository
rC Clang
Event Timeline
dgoldman
created this revision.
Apr 5 2019, 11:23 AM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Apr 5 2019, 11:23 AM
Herald
added subscribers:
cfe-commits
,
jfb
.
·
View Herald Transcript
Harbormaster
completed remote builds in
B30115: Diff 193917
.
Apr 5 2019, 11:23 AM
lebedev.ri
accepted this revision.
Apr 5 2019, 11:55 AM
lebedev.ri
added a subscriber:
lebedev.ri
.
Comment Actions
LG
This revision is now accepted and ready to land.
Apr 5 2019, 11:55 AM
Closed by commit
rC357799: Fix error in NamedDeclPrinterTest
(authored by
dgoldman
).
·
Explain Why
Apr 5 2019, 12:15 PM
This revision was automatically updated to reflect the committed changes.