Merged
Conversation
* Remove PPCallbacks::FileNotFound() override Since according to [1] it had been broken anyway. [1]: llvm/llvm-project@7a124f4 * Include clang directories with -isystem/SYSTEM This is to suppress errors like: In file included from /workdir/woboq_codebrowser/generator/commenthandler.cpp:27: In file included from /usr/lib/llvm-15/include/clang/AST/CommentParser.h:16: /usr/lib/llvm-15/include/clang/AST/Comment.h:149:54: warning: arithmetic between different enumeration types ('clang::comments::Comment::(unnamed enum at /usr/lib/llvm-15/include/clang/AST/Comment.h:66:3)' and 'clang::comments::CommandInfo::(unnamed enum at /usr/lib/llvm-15/include/clang/AST/CommentCommandTraits.h:43:3)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] enum { NumBlockCommandCommentBits = NumCommentBits + ~~~~~~~~~~~~~~ ^ Refs: https://s3.amazonaws.com/clickhouse-test-reports/41046/f1df5fb537b97fa6e67db121995d72ecdf797cf7/push_to_dockerhub_aarch64.html * Support llvm-15 for PreprocessorCallback::InclusionDirective() Refs: llvm/llvm-project@d79ad2f1dbc2d
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since according to 1 it had been broken anyway.
This is to suppress errors like:
Refs: https://s3.amazonaws.com/clickhouse-test-reports/41046/f1df5fb537b97fa6e67db121995d72ecdf797cf7/push_to_dockerhub_aarch64.html
Refs: llvm/llvm-project@d79ad2f1dbc2d