summaryrefslogtreecommitdiff
path: root/libartbase/base/bit_struct_test.cc
AgeCommit message (Collapse)Author
2020-02-03Revert "Disable BitStructs::NestedFieldAssignment." Igor Murashkin
This reverts commit 8404f348c96c929981b157b8240d55bc81222003. Reason for revert: b/148125232 was fixed Bug: 148125232 Change-Id: I5a8232959f804c203850aaaf3dac97e286dd188f
2020-01-31Use consistent storage type in bit structs. Vladimir Marko
Propagate the storage type from the enclosing union to each individual field when it is defined by provided macros. Test: m test-art-host-gtest Bug: 148125232 Change-Id: I6976c4e7668d62f500ee1a413a30e02bc8b68cea
2020-01-22Disable BitStructs::NestedFieldAssignment. Nicolas Geoffray
Test fails after: https://android-review.googlesource.com/c/platform/build/soong/+/1209543 Bug: 148125232 Test: bit_struct_test Change-Id: Ia098ac655c1e9b1232628e6988957a51a92f7fd9
2018-10-17ART: Refactor for bugprone-argument-comment Andreas Gampe
Handles libartbase, libdexfile and libprofile. Bug: 116054210 Test: WITH_TIDY=1 mmma art Change-Id: Ibeee2446e2978af45402d9ca47c75ffc438de316
2018-03-05Move most of runtime/base to libartbase/base David Sehr
Enforce the layering that code in runtime/base should not depend on runtime by separating it into libartbase. Some of the code in runtime/base depends on the Runtime class, so it cannot be moved yet. Also, some of the tests depend on CommonRuntimeTest, which itself needs to be factored (in a subsequent CL). Bug: 22322814 Test: make -j 50 checkbuild make -j 50 test-art-host Change-Id: I8b096c1e2542f829eb456b4b057c71421b77d7e2