cginternals / globjects

C++ library strictly wrapping OpenGL objects.
https://globjects.org
MIT License
538 stars 59 forks source link

Check if multiline recognition in IncludeProcessor works correctly #222

Closed rlux closed 10 years ago

rlux commented 10 years ago
            if (trimmedLine[0] == '#')
            {
                if (contains(trimmedLine, "/*"))
                {

Doesn't this only recognize comments after a pragma? what about comments that start in normal lines?

rlux commented 10 years ago

Also the check for the extension line falsely recognizes files that have extension in their names.