[all-commits] [llvm/llvm-project] 870083: clang/Modules: Early return in CompilerInstance::c...
Duncan P. N. Exon Smith via All-commits
all-commits at lists.llvm.org
Tue Nov 19 18:16:36 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8700831734811cb89eafb72b75206f21e9f047e9
https://github.com/llvm/llvm-project/commit/8700831734811cb89eafb72b75206f21e9f047e9
Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
Date: 2019-11-19 (Tue, 19 Nov 2019)
Changed paths:
M clang/lib/Frontend/CompilerInstance.cpp
Log Message:
-----------
clang/Modules: Early return in CompilerInstance::createModuleManager, NFC
Reduce nesting with an early `return`.
More information about the All-commits
mailing list