Skip to content
Snippets Groups Projects
Select Git revision
  • 4d18710f464c4a2d1171ec02c1aa3d6298d39cf6
  • master default
  • 4.5
  • 4.4
  • 4.1
  • 4.3
  • 4.2
  • wip/clang-query
  • 4.0
  • 3.6
  • at-master
  • qp-master
  • csa-master
  • at-3.6
  • qp-3.6
  • csa-3.6
  • 3.5
  • at-3.5
  • csa-3.5
  • wip/boostbuildprojectmanager
  • 3.4
  • v4.5.0-beta1
  • v4.4.1
  • v4.4.0
  • v4.4.0-rc1
  • v4.4.0-beta1
  • v4.3.1
  • v4.3.0
  • v4.3.0-rc1
  • v4.2.2
  • v4.3.0-beta1
  • v4.2.1
  • v4.2.0
  • v4.2.0-rc1
  • v4.2.0-beta1
  • v4.1.0
  • v4.1.0-rc1
  • v4.0.3
  • v4.1.0-beta1
  • v4.0.2
  • v4.0.1
41 results

cplusplus

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Francois Ferrand authored and Nikolai Kosjar committed
    Preprocessor did not correctly handle when variadic macro arguments were not
    provided at all, if there were other arguments: macro was not expanded
    in case only the non variadic arguments were given.
    
     #define MACRO(...)       used to work fine for 0 or more arguments.
     #define MACRO(ARG0, ...) used to work only for 2 or more arguments, now fixed.
    
    Change-Id: I64e9199ceccae05618a49931c2adad8e4f9471ba
    Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@digia.com>
    4d18710f
    History
    Name Last commit Last update
    ..