Review Request: __attribute__((...)) parsing fixed with MinGW headers
Ivan Shapovalov
intelfx100 at gmail.com
Tue May 1 11:36:09 UTC 2012
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104805/
-----------------------------------------------------------
Review request for KDevelop.
Description
-------
MinGW system headers tend to undefine __attribute__ (which is internally defined to no-op in the KDevelop preprocessor since C++ parser cannot handle it correctly in all cases).
Patch just adds "fixed" property to the definition.
Also, removed from parser some dead code related to __attribute__ parsing, since it handles only one case from possibly infinite number of these.
Diffs
-----
languages/cpp/parser/lexer.cpp d097710
languages/cpp/parser/parser.cpp 172b6b6
languages/cpp/parser/tokens.h 77ab417
languages/cpp/parser/tokens.cpp 7df4bb9
languages/cpp/setuphelpers.cpp 59bb850
Diff: http://git.reviewboard.kde.org/r/104805/diff/
Testing
-------
Used it with MinGW and normal system headers, no regressions detected. Unit-tests are passed.
BTW: I couldn't find out how to use the standard preprocessing environment (which has been modified) in preprocessor unit-tests, so no unit-tests added.
Thanks,
Ivan Shapovalov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20120501/17d411e1/attachment.html>
More information about the KDevelop-devel
mailing list