[PATCH] D56035: Provide storage for `true_type::value` and `false_type::value`.
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 9 12:47:51 PST 2019
vitalybuka accepted this revision.
vitalybuka added a comment.
This revision is now accepted and ready to land.
LGTM as is
================
Comment at: lib/sanitizer_common/sanitizer_type_traits.cc:19
+const bool false_type::value;
+} // namespace __sanitizer
----------------
please add empty lines to separate namemespace {}
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56035/new/
https://reviews.llvm.org/D56035
More information about the llvm-commits
mailing list