-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR] improve clang display of API levels for -Wunguarded-availability #1455
Comments
Reproducer:
|
oh, that's even stranger --- we get "Android 31" in the first part of the message, but "Android 21.0.0" in the second! |
The reason I was having trouble reproducing it in a test is that |
Change is in review: https://reviews.llvm.org/D114163 Not likely to be backported, but should be included whatever LLVM we pick up for r25, so moving buckets. |
…le to distinguish between "16" and "16.0" after parsing, which previously was not possible. See also android/ndk#1455. Differential Revision: https://reviews.llvm.org/D114163
Bug: android/ndk#1455 Test: None Change-Id: Ia518490118d449b4e5a14912a323e76c3e1911ea (cherry picked from commit 7898e44) Merged-In: Ia518490118d449b4e5a14912a323e76c3e1911ea
Bug: android/ndk#1455 Test: None Change-Id: Ia518490118d449b4e5a14912a323e76c3e1911ea
Bug: android/ndk#1455 Test: None Change-Id: Ia518490118d449b4e5a14912a323e76c3e1911ea (cherry picked from commit 7898e44) Merged-In: Ia518490118d449b4e5a14912a323e76c3e1911ea
https://android-review.googlesource.com/c/platform/external/jsoncpp/+/1607004/2..3//COMMIT_MSG#b9
Android 16.0.0
meaning "API 16" is damn confusing.The text was updated successfully, but these errors were encountered: