1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 22:35:43 +02:00
Find a file
Marc-Andre Laperle 5d335384e3 Bug 385144 - Invalid redefinition of enum reported when enum is used as
first parameter in constructor

createBinding is called twice for the enumeration specifier because now
ImplicitsAnalysis calls createType on the constructor parameter
declaration. The second time it is called, it wrongly thinks the
specifier is a redefinition. We can check that it's not a redefinition
by comparing the ast names.

Change-Id: If7fb168d578a7a59e78867d6d8154e0866d2a730
Reviewed-on: https://git.eclipse.org/r/10272
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-02-12 13:03:57 -05:00
build bug 398056: Regression: LanguageSettingsProviders can get enabled unexpectedly on project-import when they should not 2013-02-07 23:28:32 -05:00
codan Enabled assertions during tests. 2013-02-05 10:07:41 -08:00
core Bug 385144 - Invalid redefinition of enum reported when enum is used as 2013-02-12 13:03:57 -05:00
cross Bug 391390 : Updatesite url is indigo 2012-10-17 14:18:01 -04:00
debug Bug 396230 - [breakpoints] In Breakpoint Properties dialog sort and group pages. 2013-02-08 13:32:00 -08:00
doc Ignore doc.bin.log file 2013-02-01 14:53:30 -08:00
dsf Cosmetics. 2013-02-02 17:01:20 -08:00
dsf-gdb Cleanup imports 2013-02-08 13:29:41 -05:00
jtag Bug 391390 : Updatesite url is indigo 2012-10-17 14:18:01 -04:00
launch/org.eclipse.cdt.launch Bug 384780 - No error is reported if a directory is specified as program 2012-07-10 16:20:56 -04:00
lrparser Bug 389009 - Enumerator with dependent value 2013-02-05 13:09:29 -05:00
memory Bug 398329 : MemoryBrowser - switching between debuggees does not update the provider for browser operations like Import and Export 2013-01-21 17:25:10 -05:00
p2 Bumped up feature versions for Kepler. 2012-06-28 11:08:11 -07:00
qt Bug 399985: Semantic highlighting for qt signals/slots 2013-02-05 10:37:02 -05:00
releng Tycho: Use original (pre 0.15.0) packaging name for repository 2012-11-20 02:13:02 -05:00
testsrunner Bug 391390 : Updatesite url is indigo 2012-10-17 14:18:01 -04:00
upc Fixed compilation errors. 2012-12-28 14:08:36 -08:00
util Bug 391390 : Updatesite url is indigo 2012-10-17 14:18:01 -04:00
visualizer Bug 399281 - MulticoreVisualizer: disposeVisualizer() is not getting 2013-02-06 10:49:19 -05:00
windows Bug 397121 - Add support for Windows SDK 8.0 and Visual C++ 11.0 2013-01-03 00:49:38 -05:00
xlc bug 398681: CDT does not understand some of xlC diagnostic messages 2013-01-21 17:33:29 -05:00
.gitignore Ignore NFS-created files. 2012-11-08 13:34:54 -08:00
pom.xml Upgrade to Tycho 0.16.0 2012-11-20 00:39:42 -05:00