Improved check lambda-function-name with option IgnoreMacros to ignore warnings in macro expansion.
Relates to #62857 (https://github.com/llvm/llvm-project/issues/62857)
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Missing storeOptions metod, everyting else looks +- fine.
clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.cpp | ||
---|---|---|
97 | Better would be to check IgnoreMacros before we read ER, in separate if | |
clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.h | ||
35 | use getLocalOrGlobal, in future it may become more usefull | |
41 | Missing storeOptions metod |
Comment Actions
HI @PiotrZSL, I do not have the rights to commit to the LLVM repository. Could you please commit those changes for me?
use getLocalOrGlobal, in future it may become more usefull