~ubuntu-branches/debian/sid/eclipse-cdt/sid

« back to all changes in this revision

Viewing changes to core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/gnu/cpp/GPPLanguage.java

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2013-10-03 20:30:16 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20131003203016-d4ug6l0xgosasumq
Tags: 8.2.1-1
* New upstream release.
* Updated autotools documentation sources.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
                return ILinkage.CPP_LINKAGE_ID;
66
66
        }
67
67
 
 
68
        /**
 
69
         * @nooverride This method is not intended to be re-implemented or extended by clients.
 
70
         * @deprecated Since 5.4 not called by the framework. Override
 
71
         *     {@link #getScannerExtensionConfiguration(IScannerInfo)} instead.
 
72
         */
 
73
        @Deprecated
68
74
        @Override
69
75
        protected IScannerExtensionConfiguration getScannerExtensionConfiguration() {
70
76
                return CPP_GNU_SCANNER_EXTENSION;