[PATCH] D44100: [ASTImporter] Reorder fields after structure import is finished

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 10 07:36:18 PST 2018


martong added a comment.

There is another failure on macOS, which is not there on Linux. This is present with the 174545 patch id (even before applying my fix for TestCModules).

  $ ninja check-clang-astmerge
  ********************
  Testing Time: 0.63s
  ********************
  Failing Tests (4):
      Clang :: ASTMerge/class-template-partial-spec/test.cpp
      Clang :: ASTMerge/class-template/test.cpp
      Clang :: ASTMerge/class/test.cpp
      Clang :: ASTMerge/struct/test.c
  
    Expected Passes    : 22
    Expected Failures  : 1
    Unexpected Failures: 4
  FAILED: tools/clang/test/CMakeFiles/check-clang-astmerge

Now I am diving into this.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D44100/new/

https://reviews.llvm.org/D44100





More information about the cfe-commits mailing list