1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00
cdt/codan
Nathan Ridge 60503efc58 Bug 512932 - Improve type checking of GCC builtins
Specifically, this patch:

  - Adds support for a new builtin, __builtin_assume_aligned.

  - Models __builtin_constant_p as a function instead of a macro.
    This inhibits constexpr evaluation, but allows for correct
    type-checking.

  - Diagnoses misuses of known builtins, instead of ingoring them like
    unknown builtins.

Change-Id: Ie5a26f2010dc5b19e6f32a8c6a1237fe88da393e
2017-05-08 23:04:17 -04:00
..
org.eclipse.cdt.codan.checkers Bug 512932 - Improve type checking of GCC builtins 2017-05-08 23:04:17 -04:00
org.eclipse.cdt.codan.checkers.ui Bug 514685 - codan: handle fallthrough attribute 2017-05-08 13:25:15 -04:00
org.eclipse.cdt.codan.checkers.ui.tests releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
org.eclipse.cdt.codan.core Bug 497670 - Support compiler provided "fix-it" hints 2017-04-17 20:01:27 -04:00
org.eclipse.cdt.codan.core.cxx releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
org.eclipse.cdt.codan.core.tests Bug 512932 - Improve type checking of GCC builtins 2017-05-08 23:04:17 -04:00
org.eclipse.cdt.codan.examples Fixed copyright 2017-05-02 12:41:40 -04:00
org.eclipse.cdt.codan.ui releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
org.eclipse.cdt.codan.ui.cfgview Bug 510722 - Handle a null AST in ExpandSelectionJob and ControlFlowGraphView 2017-01-21 16:15:52 -05:00
org.eclipse.cdt.codan.ui.cxx releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00
pom.xml releng: Make use of Tycho POM-less functionality 2017-02-13 23:19:56 -04:00