[all-commits] [llvm/llvm-project] 43b5b4: Fix GCC 5.3 compile error in ASTImporter code
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Mon Nov 30 16:33:54 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: 43b5b485a203f190ee4d5d3cab19c44ca865d316
https://github.com/llvm/llvm-project/commit/43b5b485a203f190ee4d5d3cab19c44ca865d316
Author: Reid Kleckner <rnk at google.com>
Date: 2020-11-30 (Mon, 30 Nov 2020)
Changed paths:
M clang/lib/AST/ASTImporter.cpp
Log Message:
-----------
Fix GCC 5.3 compile error in ASTImporter code
Try to simplify this code a different way: use less Expected, more
outparams.
More information about the All-commits
mailing list