[all-commits] [llvm/llvm-project] 5922f2: Revert "[clang-repl] Implement partial translation...

Vassil Vassilev via All-commits all-commits at lists.llvm.org
Sun Jul 11 07:43:12 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5922f234c8c95f61534160a31db15dfc10da9b60
      https://github.com/llvm/llvm-project/commit/5922f234c8c95f61534160a31db15dfc10da9b60
  Author: Vassil Vassilev <v.g.vassilev at gmail.com>
  Date:   2021-07-11 (Sun, 11 Jul 2021)

  Changed paths:
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/Redeclarable.h
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Interpreter/Interpreter.h
    R clang/include/clang/Interpreter/PartialTranslationUnit.h
    A clang/include/clang/Interpreter/Transaction.h
    M clang/include/clang/Lex/Preprocessor.h
    M clang/include/clang/Sema/Sema.h
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclBase.cpp
    M clang/lib/Frontend/ASTUnit.cpp
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Interpreter/IncrementalParser.cpp
    M clang/lib/Interpreter/IncrementalParser.h
    M clang/lib/Interpreter/Interpreter.cpp
    M clang/lib/Sema/Sema.cpp
    M clang/lib/Serialization/ASTReader.cpp
    M clang/tools/clang-import-test/clang-import-test.cpp
    M clang/unittests/AST/ASTVectorTest.cpp
    M clang/unittests/Interpreter/IncrementalProcessingTest.cpp
    M clang/unittests/Interpreter/InterpreterTest.cpp
    M clang/unittests/Lex/PPCallbacksTest.cpp
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp

  Log Message:
  -----------
  Revert "[clang-repl] Implement partial translation units and error recovery."

This reverts commit 6775fc6ffa3ca1c36b20c25fa4e7f48f81213cf2.

It also reverts "[lldb] Fix compilation by adjusting to the new ASTContext signature."

This reverts commit 03a3f86071c10a1f6cbbf7375aa6fe9d94168972.

We see some failures on the lldb infrastructure, these changes might play a role
in it. Let's revert it now and see if the bots will become green.

Ref: https://reviews.llvm.org/D104918




More information about the All-commits mailing list