[all-commits] [llvm/llvm-project] b1444e: [AST] Build recovery expression by default for all...

Haojian Wu via All-commits all-commits at lists.llvm.org
Mon Nov 23 02:09:10 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b1444edbf41c1fe9f7e676df6e873e9c9318283e
      https://github.com/llvm/llvm-project/commit/b1444edbf41c1fe9f7e676df6e873e9c9318283e
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/Basic/LangOptions.def
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/test/CodeGen/SystemZ/builtins-systemz-zvector-error.c
    M clang/test/CodeGen/SystemZ/builtins-systemz-zvector2-error.c
    M clang/test/CodeGen/SystemZ/builtins-systemz-zvector3-error.c
    M clang/test/CodeGen/builtins-ppc-error.c
    M clang/test/Index/complete-switch.c
    M clang/test/OpenMP/begin_declare_variant_messages.c
    M clang/test/OpenMP/declare_variant_messages.c
    M clang/test/Parser/objc-foreach-syntax.m
    M clang/test/Sema/__try.c
    M clang/test/Sema/enum.c
    M clang/test/Sema/typo-correction.c

  Log Message:
  -----------
  [AST] Build recovery expression by default for all language.

The dependency mechanism for C has been implemented, and we have rolled out
this to all internal users, didn't see crashy issues, we consider it is stable
enough.

Differential Revision: https://reviews.llvm.org/D89046




More information about the All-commits mailing list