File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -252,15 +252,15 @@ bool Path::isCPP(const std::string &path)
252252{
253253 const std::string extension = getFilenameExtensionInLowerCase (path);
254254 return extension == " .cpp" ||
255- extension == " .cxx" ||
256- extension == " .cc" ||
257- extension == " .c++" ||
258- extension == " .hpp" ||
259- extension == " .hxx" ||
260- extension == " .hh" ||
261- extension == " .tpp" ||
262- extension == " .txx" ||
263- getFilenameExtension (path) == " .C" ; // In unix, ".C" is considered C++ file
255+ extension == " .cxx" ||
256+ extension == " .cc" ||
257+ extension == " .c++" ||
258+ extension == " .hpp" ||
259+ extension == " .hxx" ||
260+ extension == " .hh" ||
261+ extension == " .tpp" ||
262+ extension == " .txx" ||
263+ getFilenameExtension (path) == " .C" ; // In unix, ".C" is considered C++ file
264264}
265265
266266bool Path::acceptFile (const std::string &path, const std::set<std::string> &extra)
You can’t perform that action at this time.
0 commit comments