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

Parse clang warnings with "In file included from" #1

Open
ethercrow opened this issue Nov 29, 2016 · 0 comments
Open

Parse clang warnings with "In file included from" #1

ethercrow opened this issue Nov 29, 2016 · 0 comments

Comments

@ethercrow
Copy link
Member

Example:

clang: warning: -lpthread: 'linker' input unused
In file included from /home/user/project/src/Thingy.cpp:7:
/home/user/project/src/Thingy.hpp:9:1: error: unknown type name 'name'
name space stuff {
^
/home/user/project/src/Thingy.hpp:9:11: error: expected ';' after top level
      declarator
name space stuff {
          ^
          ;
2 errors generated. 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant