1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00

Bug 536884 - Removing header cache should cause ScannerInfo refresh

- don't reset setting in shutdown() method as this clears the
  property prematurely for meson and cmake projects

Change-Id: I2dd2467427d00aeade335319ec2ceec9f6d7168d
This commit is contained in:
Jeff Johnston 2018-09-11 17:55:00 -04:00
parent aeb6e38639
commit 109cd0c6aa

View file

@ -1145,9 +1145,6 @@ public abstract class CBuildConfiguration extends PlatformObject
public void shutdown() {
// TODO persist changes
// Bug 536884 - Turn off any manual future scanner refresh
toolChain.setProperty(NEED_REFRESH, "false"); //$NON-NLS-1$
// Trigger a reindex if anything changed
// TODO be more surgical
if (infoChanged) {