DescriptionRevert of Treat std::atomic_int as a trivial class member when checking for non-trivial classes. (patchset #2 id:20001 of https://codereview.chromium.org/2483973003/ )
Reason for revert:
This broke all clang tot bots, e.g. here:
https://build.chromium.org/p/chromium.fyi/builders/ClangToTLinux%20%28dbg%29/builds/4709/steps/gclient%20runhooks/logs/stdio
Testing trivial_ctor.cpp... failed: no expected file found
...
Ran 18 tests: 17 succeeded, 1 failed
trivial_ctor
Original issue's description:
> Treat atomic_int as a trivial class member when checking for non-trivial classes.
>
> This is a quick hack to unblock work on
> https://codereview.chromium.org/2484803003. The real fix will be to check the
> class after template instantiation.
>
> BUG=663463
>
> Committed: https://crrev.com/9d17488d4ed2bfecab3d6e723881e1d9cedfb90a
> Cr-Commit-Position: refs/heads/master@{#430773}
TBR=dcheng@chromium.org,erg@chromium.org,palmer@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=663463
Committed: https://crrev.com/11cb6892af5990d0e4430a8624d5643a1d658d46
Cr-Commit-Position: refs/heads/master@{#430930}
Patch Set 1 #
Messages
Total messages: 7 (3 generated)
|