We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b133e commit b7e75a7Copy full SHA for b7e75a7
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -653,6 +653,16 @@ if (current_toolchain == default_toolchain) {
653
"__mutex/once_flag.h",
654
"__mutex/tag_types.h",
655
"__mutex/unique_lock.h",
656
+ "__new/align_val_t.h",
657
+ "__new/allocate.h",
658
+ "__new/destroying_delete_t.h",
659
+ "__new/exceptions.h",
660
+ "__new/global_new_delete.h",
661
+ "__new/interference_size.h",
662
+ "__new/launder.h",
663
+ "__new/new_handler.h",
664
+ "__new/nothrow_t.h",
665
+ "__new/placement_new_delete.h",
666
"__node_handle",
667
"__numeric/accumulate.h",
668
"__numeric/adjacent_difference.h",
0 commit comments