[all-commits] [llvm/llvm-project] 4e9af3: Frontend: Skip namespace around createVFSFromCompi...
Duncan P. N. Exon Smith via All-commits
all-commits at lists.llvm.org
Wed Nov 11 13:17:03 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4e9af3d47847c68b0ffa8a062ae029702b06214d
https://github.com/llvm/llvm-project/commit/4e9af3d47847c68b0ffa8a062ae029702b06214d
Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
Date: 2020-11-11 (Wed, 11 Nov 2020)
Changed paths:
M clang/lib/Frontend/CompilerInvocation.cpp
Log Message:
-----------
Frontend: Skip namespace around createVFSFromCompilerInvocation definition, NFC
Qualify definitions with `clang::` rather than opening/closing a namespace.
Differential Revision: https://reviews.llvm.org/D90957
More information about the All-commits
mailing list