Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make C/C++/ObjC include directive scanning pattern more strict.
1. Require that the directive is at the beginning of a line, sans leading spaces. 2. Require that the header name is not empty. This eliminates majority of comments that look like #include directives. One practical example is a comment in Boost.Wave that has "#include <>" and "#include """ in its body.
- Loading branch information