[all-commits] [llvm/llvm-project] 027eb7: Use std::foo_t rather than std::foo in clang.

Justin Lebar via All-commits all-commits at lists.llvm.org
Tue Feb 11 10:37:27 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 027eb71696f6ce4fdeb63f68c8c6b66e147ad407
      https://github.com/llvm/llvm-project/commit/027eb71696f6ce4fdeb63f68c8c6b66e147ad407
  Author: Justin Lebar <jlebar at google.com>
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
    M clang/include/clang/AST/ASTTypeTraits.h
    M clang/include/clang/AST/CanonicalType.h
    M clang/include/clang/AST/DataCollection.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
    M clang/include/clang/Analysis/CFG.h
    M clang/include/clang/Basic/Diagnostic.h
    M clang/include/clang/Basic/PartialDiagnostic.h
    M clang/include/clang/Tooling/Refactoring/RefactoringOptions.h
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/Interp/Boolean.h
    M clang/lib/AST/Interp/Integral.h
    M clang/lib/AST/Interp/Source.h
    M clang/lib/Analysis/ThreadSafety.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
    M clang/lib/Tooling/ASTDiff/ASTDiff.cpp
    M clang/unittests/Tooling/ASTSelectionTest.cpp

  Log Message:
  -----------
  Use std::foo_t rather than std::foo in clang.

Summary: No functional change.

Reviewers: bkramer, MaskRay, martong, shafik

Subscribers: martong, cfe-commits

Tags: #clang

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




More information about the All-commits mailing list