1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 452416 - Adjust a comment about PDOM versioning

Change-Id: Ia3b20bdcb3bd82ba742ad9a1a36092a658d30238
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
This commit is contained in:
Nathan Ridge 2015-02-10 04:11:27 -05:00
parent 6a87e3014d
commit 7f377190a8

View file

@ -257,6 +257,8 @@ public class PDOM extends PlatformObject implements IPDOM {
* 180.0 - Internal types of enumerators, bug 446711.
* 180.1 - Storing types of unknown members, bug 447728.
* 180.2 - Do not apply significant macros to source files, bug 450888.
*
* CDT 8.7 development (versions not supported on the 8.6.x branch)
* 181.0 - C function type with varargs, bug 452416.
*/
private static final int MIN_SUPPORTED_VERSION= version(181, 0);