https://defect.opensolaris.org/bz/show_bug.cgi?id=16760
--- Comment #3 from Yuriy Vasylchenko <[email protected]> 2010-08-11 17:27:37 UTC --- All of "cpp"/"hpp", "cc"/"hh", "cxx"/"hxx" and "c++"/"h++" are standard C++ source files' extensions and they all are widely used, some of them - more for Windows development, some - more on *NIX side. My point was that in the statements: #include <file1.ext1> #include "file2.ext2" Filenames are 'file1.ext1' and 'file2.ext2' - analyzer does not need to guess what the names are there (based on list of extensions or anything else). The exact file name can be extracted directly from the string and analyzer should generate link accordingly (In the ideal world) SCA#OS0465 Thanks. -- Configure bugmail: https://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ opengrok-dev mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opengrok-dev
