mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
181936: upversion PDOM
This commit is contained in:
parent
88ba8784c2
commit
8c367212a0
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,7 @@ import org.eclipse.core.runtime.Status;
|
||||||
public class PDOM extends PlatformObject implements IIndexFragment, IPDOM {
|
public class PDOM extends PlatformObject implements IIndexFragment, IPDOM {
|
||||||
protected Database db;
|
protected Database db;
|
||||||
|
|
||||||
public static final int VERSION = 31;
|
public static final int VERSION = 32;
|
||||||
// 0 - the beginning of it all
|
// 0 - the beginning of it all
|
||||||
// 1 - first change to kick off upgrades
|
// 1 - first change to kick off upgrades
|
||||||
// 2 - added file inclusions
|
// 2 - added file inclusions
|
||||||
|
@ -108,6 +108,7 @@ public class PDOM extends PlatformObject implements IIndexFragment, IPDOM {
|
||||||
// 29 - includes: fixed modelling of unresolved includes (180159)
|
// 29 - includes: fixed modelling of unresolved includes (180159)
|
||||||
// 30 - templates: method/constructor templates, typedef specializations
|
// 30 - templates: method/constructor templates, typedef specializations
|
||||||
// 31 - macros: added file locations
|
// 31 - macros: added file locations
|
||||||
|
// 32 - support standalone function types (181936)
|
||||||
|
|
||||||
public static final int LINKAGES = Database.DATA_AREA;
|
public static final int LINKAGES = Database.DATA_AREA;
|
||||||
public static final int FILE_INDEX = Database.DATA_AREA + 4;
|
public static final int FILE_INDEX = Database.DATA_AREA + 4;
|
||||||
|
|
Loading…
Add table
Reference in a new issue