Giter VIP home page Giter VIP logo

Comments (5)

myint avatar myint commented on June 12, 2024

Interesting! It looks like @r-e-d added this in e7a4645. But I don't see a rationale for that conditional. Unless there are objections, I think we should remove the conditional.

from cppclean.

r-e-d avatar r-e-d commented on June 12, 2024

In a project, we include the ".hxx" at the end of the ".h". And as the ".hxx" contains templated code, it produces an erroneous "Header does not need to be #included; use a forward declaration instead".

This line is used to ignore ".hxx" for this warning.

from cppclean.

ZedThree avatar ZedThree commented on June 12, 2024

Could that behaviour be made optional, instead of default? Only it's not documented, and very surprising. I'd be happy to submit a PR for this.

Alternatively, there could be a mechanism to silence particular warnings, either through a flag to cppclean or code annotations.

Unfortunately, as it is, it makes cppclean essentially unusable for projects using ".cxx/.hxx" file extensions.

from cppclean.

r-e-d avatar r-e-d commented on June 12, 2024

I guess this line can be changed into :
if filename != self.filename + 'xx':

This way it will only prevent a warning if foo.h include foo.hxx (and not regress my use case).

from cppclean.

myint avatar myint commented on June 12, 2024

Or perhaps make it an option that can be configured?

from cppclean.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.