[all-commits] [llvm/llvm-project] b4c63e: [c++20] Mark class type NTTPs as done and start de...
Richard Smith via All-commits
all-commits at lists.llvm.org
Fri Dec 18 13:47:54 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b4c63ef6dd90dba9af26a111c9a78b121c5284b1
https://github.com/llvm/llvm-project/commit/b4c63ef6dd90dba9af26a111c9a78b121c5284b1
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-12-18 (Fri, 18 Dec 2020)
Changed paths:
M clang/lib/Frontend/InitPreprocessor.cpp
M clang/test/Lexer/cxx-features.cpp
M clang/www/cxx_status.html
Log Message:
-----------
[c++20] Mark class type NTTPs as done and start defining the feature test macro.
Commit: 939ba0b501b27a2535c9bb62b6f6dc027d49f76d
https://github.com/llvm/llvm-project/commit/939ba0b501b27a2535c9bb62b6f6dc027d49f76d
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-12-18 (Fri, 18 Dec 2020)
Changed paths:
M clang/test/Lexer/cxx-features.cpp
Log Message:
-----------
Add tests for the absence of feature test macros for features we don't
support yet.
Commit: 72d8f79f0c31c9b95454672b2319ac3eea8d2f9b
https://github.com/llvm/llvm-project/commit/72d8f79f0c31c9b95454672b2319ac3eea8d2f9b
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-12-18 (Fri, 18 Dec 2020)
Changed paths:
M clang/test/Lexer/cxx-features.cpp
Log Message:
-----------
[c++2b] Add tests for feature test macros.
Commit: ed13d8c66781b50ff007cb089c5905f9bb9e8af2
https://github.com/llvm/llvm-project/commit/ed13d8c66781b50ff007cb089c5905f9bb9e8af2
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-12-18 (Fri, 18 Dec 2020)
Changed paths:
M clang/include/clang/AST/ASTContext.h
M clang/lib/AST/TemplateBase.cpp
Log Message:
-----------
Fix memory leak complicated non-type template arguments.
Compare: https://github.com/llvm/llvm-project/compare/d4ed253d0b84...ed13d8c66781
More information about the All-commits
mailing list