Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
cfe/trunk/docs/
-
trunk/
-
docs/
-
AddressSanitizer.rst
Hide Panel
f
Keyboard Reference
?
Differential
D27598
[asan][docs] Fix the documentation to use clang++ for the C++ example
Closed
Public
Authored by
zaks.anna
on Dec 8 2016, 4:05 PM.
Download Raw Diff
Details
Reviewers
kcc
kubamracek
Commits
rG136e9f466ec5: [asan][docs] Fix the documentation to use clang++ for the C++ example
rC289887: [asan][docs] Fix the documentation to use clang++ for the C++ example
rL289887: [asan][docs] Fix the documentation to use clang++ for the C++ example
Summary
After Darwin has been updated not to link in stdc++ on Darwin this actually started to break.
Diff Detail
Repository
rL LLVM
Event Timeline
zaks.anna
updated this revision to
Diff 80841
.
Dec 8 2016, 4:05 PM
zaks.anna
retitled this revision from
to
[asan][docs] Fix the documentation to use clang++ for the C++ example
.
zaks.anna
updated this object.
zaks.anna
added reviewers:
kcc
,
kubamracek
.
zaks.anna
added a subscriber:
llvm-commits
.
kcc
accepted this revision.
Dec 9 2016, 10:33 AM
kcc
edited edge metadata.
Comment Actions
LGTM
This revision is now accepted and ready to land.
Dec 9 2016, 10:33 AM
Closed by commit
rL289887: [asan][docs] Fix the documentation to use clang++ for the C++ example
(authored by zaks).
·
Explain Why
Dec 15 2016, 3:05 PM
This revision was automatically updated to reflect the committed changes.