Comment on GCC 4.6 - Support for selectively enabling and disabling warnings via #pragmaparentComments−Someone15yI guess that partly is because they got competition that showed such things are possible at all (http://clang.llvm.org/diagnostics.html).C++ is notoriously hard to parse, and even harder to produce useful error messages for.
Comments
I guess that partly is because they got competition that showed such things are possible at all (http://clang.llvm.org/diagnostics.html).
C++ is notoriously hard to parse, and even harder to produce useful error messages for.