Giter VIP home page Giter VIP logo

Comments (2)

ArashPartow avatar ArashPartow commented on June 12, 2024 4

I get a similar error when running cppclean on the following project: https://github.com/arashpartow/exprtk/

command: cppclean .

Traceback (most recent call last):
  File "/usr/local/bin/cppclean", line 145, in <module>
    sys.exit(main())
  File "/usr/local/bin/cppclean", line 138, in main
    quiet=args.quiet):
  File "/usr/local/lib/python2.7/dist-packages/cpp/static_data.py", line 117, in run
    _find_warnings(filename, lines, entire_ast, True) +
  File "/usr/local/lib/python2.7/dist-packages/cpp/static_data.py", line 69, in _find_warnings
    _find_warnings(filename, lines, node.body, False)
  File "/usr/local/lib/python2.7/dist-packages/cpp/static_data.py", line 69, in _find_warnings
    _find_warnings(filename, lines, node.body, False)
  File "/usr/local/lib/python2.7/dist-packages/cpp/static_data.py", line 67, in _find_warnings
    find_static(node)
  File "/usr/local/lib/python2.7/dist-packages/cpp/static_data.py", line 48, in find_static
    ast.ASTBuilder(iter(tokens), filename).generate())
  File "/usr/local/lib/python2.7/dist-packages/cpp/ast.py", line 647, in generate
    if self.namespaces.pop():
IndexError: pop from empty list

from cppclean.

callahanp avatar callahanp commented on June 12, 2024

I get this error running cppclean on this code snippet:

void do_something (int value) {
static const struct {
int an_int;
int another_int;
} a={1,2};
}

Removing the word static avoids the error.

The code compiles in g++ 12.

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.