[all-commits] [llvm/llvm-project] 357e99: Disable -Wctad-maybe-unsupported in flang since it...
David Blaikie via All-commits
all-commits at lists.llvm.org
Tue Aug 16 10:48:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 357e99aff035e981f7d7fc566ffa785925594259
https://github.com/llvm/llvm-project/commit/357e99aff035e981f7d7fc566ffa785925594259
Author: David Blaikie <dblaikie at gmail.com>
Date: 2022-08-16 (Tue, 16 Aug 2022)
Changed paths:
M flang/CMakeLists.txt
Log Message:
-----------
Disable -Wctad-maybe-unsupported in flang since it already uses the feature a lot
Commit: e2333b5550b5d279d32c9b936a5a4f60da2964a2
https://github.com/llvm/llvm-project/commit/e2333b5550b5d279d32c9b936a5a4f60da2964a2
Author: David Blaikie <dblaikie at gmail.com>
Date: 2022-08-16 (Tue, 16 Aug 2022)
Changed paths:
M flang/include/flang/Evaluate/expression.h
M flang/include/flang/Parser/instrumented-parser.h
M flang/lib/Parser/basic-parsers.h
Log Message:
-----------
Revert "Some more from-the-hip ctad-maybe-unsupported fixes for flang"
-Wctad-maybe-unsupported is now disabled for flang so these explicit
deduction guides are not required.
This reverts commit ec3956b6e63c1524d6b024ba5db9ffcd7281ada0.
Commit: fe7450b34def8b2188385a92cfdf14eb2521a602
https://github.com/llvm/llvm-project/commit/fe7450b34def8b2188385a92cfdf14eb2521a602
Author: David Blaikie <dblaikie at gmail.com>
Date: 2022-08-16 (Tue, 16 Aug 2022)
Changed paths:
M flang/include/flang/Common/idioms.h
Log Message:
-----------
Revert "flang: Fix flang build with -Wctad-maybe-unsupported"
-Wctad-maybe-unsupported is now disabled for flang so these explicit
deduction guides are not required.
This reverts commit 248591aabee7fcc5246b67879b6a71b0bbbc0b9c.
Compare: https://github.com/llvm/llvm-project/compare/7ebbef2b303f...fe7450b34def
More information about the All-commits
mailing list