Review Request: __attribute__((...)) parsing fixed with MinGW headers
Commit Hook
null at kde.org
Fri May 4 12:16:48 UTC 2012
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104805/#review13417
-----------------------------------------------------------
This review has been submitted with commit 45b8c53774338d583a5b1cabfc90e3dfa33683d2 by Ivan Shapovalov to branch master.
- Commit Hook
On May 4, 2012, 4:32 a.m., Ivan Shapovalov wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/104805/
> -----------------------------------------------------------
>
> (Updated May 4, 2012, 4:32 a.m.)
>
>
> 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
> languages/cpp/tests/test_cppcodecompletion.cpp eda22f0
>
> 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.
>
>
> Thanks,
>
> Ivan Shapovalov
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20120504/4fcbf954/attachment.html>
More information about the KDevelop-devel
mailing list