Mentions légales du service

Skip to content

Update to SVN rev 17804

EL MOUSSAWI Ali Hassan requested to merge upgrade/svn17804 into develop
  • ArrayValueInstruction is no longer a ConstantInstruction.
  • SizeofValueInstruction is now ExprComponent: targetInst become expr.
  • MethodCallInstruction is now AddressComponent: receiver become address, isSame() now also compare names.
  • GecosFile and GecosProject are now AnnotatedElement.
  • GecosProject.macros become a contained EMap <String,String> (now serializable): setMacros() method no longer exist (use getMarcos() instead).
  • add new annotation 'FileLocationAnnotation' and method AnnotatedElement.getFileLocation().
  • gecos tom mapping: removed custom mappingInstances.
  • CDT: add support for adding FileLocation annotations (disabled by default).
  • CDT: add ExternalLinkResoulver module.

Merge request reports