[all-commits] [llvm/llvm-project] 8f3b0b: [clang] adds `__reference_constructs_from_temporary`

Christopher Di Bella via All-commits all-commits at lists.llvm.org
Wed Sep 13 16:52:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8f3b0b4171431ced5550d5c8a70d1b683343f062
      https://github.com/llvm/llvm-project/commit/8f3b0b4171431ced5550d5c8a70d1b683343f062
  Author: Christopher Di Bella <cjdb at google.com>
  Date:   2023-09-13 (Wed, 13 Sep 2023)

  Changed paths:
    M clang/docs/LanguageExtensions.rst
    M clang/include/clang/Basic/TokenKinds.def
    M clang/lib/Lex/PPMacroExpansion.cpp
    M clang/lib/Parse/ParseDeclCXX.cpp
    M clang/lib/Parse/ParseExpr.cpp
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/test/SemaCXX/type-traits.cpp
    M clang/www/cxx_status.html

  Log Message:
  -----------
  [clang] adds `__reference_constructs_from_temporary`

This is information that the compiler already has, and should be exposed
so that the library doesn't need to reimplement the exact same
functionality.

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




More information about the All-commits mailing list