18d0e8c11d
This time with more namespace qualification. Tested manually by building clang_x64/android_relocation_packer locally, as the Android trybot analyze step does not think it needs to run for this change. Original description: > The code was essentially doing 'using Logger::INFO' in the global > namespace to make its 'LOG(INFO)' macros work. Unfortunately, C++ does > not allow you to use using decls on classes like this unless you are in > a derived class. GCC does not accept this code, and Clang was recently > updated (LLVM r268594) to reject it as well. > > This should fix the Chromium Android ASan build with TOT Clang: > https://build.chromium.org/p/chromium.fyi/builders/ClangToTAndroidASan/ TBR=thakis@chromium.org,sgurun@chromium.org BUG=609543 Review-Url: https://codereview.chromium.org/1952353005 Cr-Commit-Position: refs/heads/master@{#391952} (cherry picked from commit 5762af8ad13e62957493c3e4314a234ee57a4200) Change-Id: Ibc6f6023aef028c5029be128ac799dc67fc6683c |
||
---|---|---|
.. | ||
src | ||
test_data | ||
Android.mk | ||
LICENSE |