diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2022-10-14 10:04:34 -0400 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2022-10-14 10:06:02 -0400 |
commit | 3a31970ee2af24ffcfd4b6fc11ac9bdf4d4ef2e8 (patch) | |
tree | af1dbf0e43d7cb2d0c7fa02b0dcce8c98af55ce9 /clang/unittests/Frontend/CompilerInvocationTest.cpp | |
parent | 1af75417414236bd163e62c383c8607bb44cb834 (diff) | |
download | llvm-3a31970ee2af24ffcfd4b6fc11ac9bdf4d4ef2e8.zip llvm-3a31970ee2af24ffcfd4b6fc11ac9bdf4d4ef2e8.tar.gz llvm-3a31970ee2af24ffcfd4b6fc11ac9bdf4d4ef2e8.tar.bz2 |
[C2x] Implement support for nullptr and nullptr_t
This introduces support for nullptr and nullptr_t in C2x mode. The
proposal accepted by WG14 is:
https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3042.htm
Note, there are quite a few incompatibilities with the C++ feature in
some of the edge cases of this feature. Therefore, there are some FIXME
comments in tests for testing behavior that might change after WG14 has
resolved national body comments (a process we've not yet started). So
this implementation might change slightly depending on the resolution
of comments. This is called out explicitly in the release notes as
well.
Differential Revision: https://reviews.llvm.org/D135099
Diffstat (limited to 'clang/unittests/Frontend/CompilerInvocationTest.cpp')
0 files changed, 0 insertions, 0 deletions