[all-commits] [llvm/llvm-project] a2aa99: [AST] Use TypeDependence bitfield to calculate dep...
Sam McCall via All-commits
all-commits at lists.llvm.org
Tue Mar 24 05:56:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a2aa9970e1fec589591f7b8ac5557c47be4e8550
https://github.com/llvm/llvm-project/commit/a2aa9970e1fec589591f7b8ac5557c47be4e8550
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2020-03-24 (Tue, 24 Mar 2020)
Changed paths:
M clang/include/clang/AST/DependenceFlags.h
M clang/include/clang/AST/LocInfoType.h
M clang/include/clang/AST/Type.h
M clang/include/clang/AST/TypeProperties.td
M clang/lib/AST/ASTContext.cpp
M clang/lib/AST/Type.cpp
Log Message:
-----------
[AST] Use TypeDependence bitfield to calculate dependence on Types. NFC
Summary:
This clears the way for adding an Error dependence bit to Type and having it
mostly-automatically propagated.
Reviewers: hokein
Subscribers: jfb, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D76424
More information about the All-commits
mailing list