This patch updates the __is_fundamental builtin type trait to return true for nullptr_t.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 38406 Build 38405: arc lint + arc unit
Paths
| Differential D67899
Fix __is_fundamental to accept nullptr_t ClosedPublic Authored by zoecarver on Sep 22 2019, 8:16 PM.
Details Summary This patch updates the __is_fundamental builtin type trait to return true for nullptr_t.
Diff Detail
Revision Contents
Diff 221246 clang/include/clang/AST/Type.h
clang/test/SemaCXX/type-traits.cpp
|