[all-commits] [llvm/llvm-project] 3c9063: [libc++] Force the ABI namespace to be a reserved ...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Oct 29 10:56:13 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3c9063f5d2df3affba655711c2031020e6819510
https://github.com/llvm/llvm-project/commit/3c9063f5d2df3affba655711c2031020e6819510
Author: Louis Dionne <ldionne at apple.com>
Date: 2019-10-29 (Tue, 29 Oct 2019)
Changed paths:
M compiler-rt/lib/fuzzer/CMakeLists.txt
M libcxx/CMakeLists.txt
Log Message:
-----------
[libc++] Force the ABI namespace to be a reserved identifier
Summary:
When the ABI namespace isn't a reserved identifier, we were issuing a
warning, but this should have been an error since the beginning. This
commit enforces that the ABI namespace is a reserved identifier, and
changes the ABI namespace used by LibFuzzer.
Reviewers: phosek, EricWF
Subscribers: mgorny, christof, jkorous, dexonsmith, #sanitizers, libcxx-commits, llvm-commits
Tags: #sanitizers, #libc, #llvm
Differential Revision: https://reviews.llvm.org/D69408
More information about the All-commits
mailing list