Skip to content

Commit

Permalink
Add --extended-lambda to the list of removed clangd flags (#3432)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbusato authored Jan 21, 2025
1 parent dc8e5cd commit d507a78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clangd
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ CompileFlags:
# strip CUDA flags unknown to clang
- "-ccbin*"
- "--compiler-options*"
- "--extended-lambda"
- "--expt-extended-lambda"
- "--expt-relaxed-constexpr"
- "-forward-unknown-to-host-compiler"
Expand Down

0 comments on commit d507a78

Please sign in to comment.