[all-commits] [llvm/llvm-project] 721314: [libclang] Extend clang_Cursor_Evaluate().

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Jun 24 04:03:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 72131423cc952ccbd6d8e021ff7c04fa22297fe3
      https://github.com/llvm/llvm-project/commit/72131423cc952ccbd6d8e021ff7c04fa22297fe3
  Author: Christian Kandeler <christian.kandeler at qt.io>
  Date:   2020-06-24 (Wed, 24 Jun 2020)

  Changed paths:
    M clang/include/clang-c/Index.h
    M clang/test/Index/evaluate-cursor.cpp
    M clang/tools/libclang/CIndex.cpp

  Log Message:
  -----------
  [libclang] Extend clang_Cursor_Evaluate().

Let this function (try to) evaluate expressions, in addition to
declarations and compound statements.

Patch by Christian Kandeler <christian.kandeler at qt.io>

Reviewers: nik, akyrtzi, arphaman, jkorous

Reviewed By: jkorous

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




More information about the All-commits mailing list