1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00
cdt/codan
Hansruedi Patzen a4dcbbaf15 Bug 527553: Detect invalid decltype(auto) with a type specifier
The evaluated type of 'decltype(auto)' in combination with const and/or
volatile will be a ProblemType since this is not valid code. The patch
also contains a checker to give the user a visual feedback.

Note: A proposed quick-fix has been removed after a short discussion.

Change-Id: I8760ed0ac28e28529ab30516accac9c0413c87d9
Signed-off-by: Hansruedi Patzen <hansruedi.patzen@hsr.ch>
2017-11-30 14:56:02 -05:00
..
org.eclipse.cdt.codan.checkers Bug 527553: Detect invalid decltype(auto) with a type specifier 2017-11-30 14:56:02 -05:00
org.eclipse.cdt.codan.checkers.ui Bug 495842: Add a quick fix for codan problems that ignores them by adding a @suppress comment 2017-10-04 11:13:54 -04:00
org.eclipse.cdt.codan.checkers.ui.tests Releng fixes, ensuring legal files are there. Removing projects. 2017-11-21 13:10:50 -05: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 Bug 513589 - Add support to build CDT projects in a Docker Container 2017-10-22 05:38:51 -04:00
org.eclipse.cdt.codan.core.tests Bug 527553: Detect invalid decltype(auto) with a type specifier 2017-11-30 14:56:02 -05:00
org.eclipse.cdt.codan.examples Fixed copyright 2017-05-02 12:41:40 -04:00
org.eclipse.cdt.codan.ui Bug 526669 - Use the Matcher API correctly in CodanProblemMarkerResolutionGenerator 2017-11-21 14:31:14 -05: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 Bug 525953 - Simplify the implementation of AbstractCodanCMarkerResolution.getProblem() 2017-10-26 14:05:51 -04:00
pom.xml Add UI tests plugin for CMake. Fix a couple of bugs it found. 2017-10-06 16:36:51 -04:00