Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clang reports many warnings #50

Closed
antoninbas opened this issue May 11, 2016 · 0 comments
Closed

clang reports many warnings #50

antoninbas opened this issue May 11, 2016 · 0 comments
Labels
enhancement This topic discusses an improvement to existing compiler code.

Comments

@antoninbas
Copy link
Member

with clang++-3.6:
for example:

  CXX      tools/ir-generator/ir-generator.o
In file included from ../tools/ir-generator/ir-generator.ypp:18:
In file included from ../tools/ir-generator/irclass.h:14:
../tools/ir-generator/type.h:24:21: warning: 'toString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    virtual cstring toString() const = 0;
                    ^
../lib/source_file.h:198:21: note: overridden virtual function is here
    virtual cstring toString() const = 0;
@antoninbas antoninbas added the enhancement This topic discusses an improvement to existing compiler code. label May 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This topic discusses an improvement to existing compiler code.
Projects
None yet
Development

No branches or pull requests

2 participants