Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Precedent for treating .hxx as a supported header extension: https://reviews.llvm.org/D81366
Comment Actions
thanks!
clang/lib/Sema/SemaCodeComplete.cpp | ||
---|---|---|
10032–10033 | this isn't actually the extensions from Types.def (it only has h and hh). you mind rewording it as This has some extra common file extensions that aren't part of Types.def? |
Comment Actions
Update comment
clang/lib/Sema/SemaCodeComplete.cpp | ||
---|---|---|
10032–10033 | I ended up removing the reference to Types.def altogether because it didn't seem to be adding any value. |
this isn't actually the extensions from Types.def (it only has h and hh). you mind rewording it as This has some extra common file extensions that aren't part of Types.def?