• Stephan Bergmann's avatar
    Adapt to new ConstantExpr in Clang trunk towards Clang 8 · 3d885f20
    Stephan Bergmann yazdı
    After <https://reviews.llvm.org/D53921> "Compound literals, enums, et al require
    const expr" (making use of ConstantExpr recently introduced with
    <https://reviews.llvm.org/D53475> "Create ConstantExpr class",
    CompilerTest_compilerplugins_clang started to fail with
    
    > [CPT] compilerplugins/clang/test/unnecessaryparen.cxx
    > error: 'error' diagnostics expected but not seen:
    >   File /data/sbergman/lo-clang2/core/compilerplugins/clang/test/unnecessaryparen.cxx Line 35: parentheses immediately inside case statement [loplugin:unnecessaryparen]
    > error: 'error' diagnostics seen but not expected:
    >   File /data/sbergman/lo-clang2/core/compilerplugins/clang/test/unnecessaryparen.cxx Line 35: unnecessary parentheses around identifier [loplugin:unnecessaryparen]
    > 2 errors generated.
    
    Change-Id: Iebcfcd9af30e26df02819fbffb105599fa6a1701
    Reviewed-on: https://gerrit.libreoffice.org/63285
    Tested-by: Jenkins
    Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
    3d885f20
Adı
Son kayıt (commit)
Son güncelleme
..
clang Loading commit data...
.gitignore Loading commit data...
LICENSE.TXT Loading commit data...
Makefile Loading commit data...
Makefile-clang.mk Loading commit data...
Makefile.mk Loading commit data...
README Loading commit data...