Update clang-tools to ab/9633235

aosp/2337410 Allow extending qualifiers of function parameters and
             return values
aosp/2379448 Fix the bug that generates multiple definition of
             references
aosp/2385933 Diff array types
aosp/2390652 Diff the fields located at the same offset in a class

Test: make
Bug: 259148872
Bug: 255702405
Change-Id: I7e707d2ae51441a186ce43fe756e95dd4e9fe92b
458 files changed
tree: a393ebf79fc079886448738b66dd1fa0ab5d8235
  1. darwin-x86/
  2. linux-x86/
  3. build-prebuilts.sh
  4. BUILD.bazel
  5. manifest.xml
  6. README.md
  7. update-prebuilts.sh
README.md

Prebuilts for Clang/LLVM-based tools used in Android

For the latest version of this doc, please make sure to visit: Android Clang/LLVM-based Tools Readme Doc

Build Instructions

$ mkdir clang-tools && cd clang-tools
$ repo init -u https://android.googlesource.com/platform/manifest -b clang-tools
$ repo sync -c
$ OUT_DIR=out prebuilts/clang-tools/build-prebuilts.sh

Update Prebuilts

From an AOSP main tree or a clang-tools tree run:

$ prebuilts/clang-tools/update-prebuilts.sh \
    <build-id from go/ab/aosp-clang-tools>