[PATCH] D87931: [clang-format] Recognize "hxx" as a C++ header in clang-format-diff.py

Miklos Vajna via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 18 12:34:09 PDT 2020


vmiklos added a comment.

Mydeveloperday, Sam: could you please take a look? Hopefully a trivial one. Thanks :-)

There are some larger codebases like LibreOffice that use .hxx as their header file extension, it's a bit inconsistent that .cxx is recognized but .hxx is not. This is meant to fix the issue.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87931/new/

https://reviews.llvm.org/D87931



More information about the cfe-commits mailing list