Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jan 2017 19:18:10 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org
Subject:   svn commit: r311118 - in vendor/clang/dist: . bindings/python/clang bindings/python/tests/cindex cmake/caches cmake/modules docs docs/CommandGuide docs/analyzer examples/AnnotateFunctions examples/...
Message-ID:  <201701021918.v02JIASg050275@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Mon Jan  2 19:18:08 2017
New Revision: 311118
URL: https://svnweb.freebsd.org/changeset/base/311118

Log:
  Vendor import of clang trunk r290819:
  https://llvm.org/svn/llvm-project/cfe/trunk@290819

Added:
  vendor/clang/dist/cmake/caches/DistributionExample-stage2.cmake
  vendor/clang/dist/cmake/caches/DistributionExample.cmake
  vendor/clang/dist/docs/DiagnosticsReference.rst
  vendor/clang/dist/docs/ThinLTO.rst
  vendor/clang/dist/docs/Toolchain.rst
  vendor/clang/dist/include/clang/Analysis/Analyses/OSLog.h   (contents, props changed)
  vendor/clang/dist/include/clang/Analysis/CloneDetection.h   (contents, props changed)
  vendor/clang/dist/include/clang/Basic/BuiltinsX86_64.def
  vendor/clang/dist/include/clang/Basic/DiagnosticDocs.td
  vendor/clang/dist/include/clang/Driver/Distro.h   (contents, props changed)
  vendor/clang/dist/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h   (contents, props changed)
  vendor/clang/dist/lib/Analysis/CloneDetection.cpp   (contents, props changed)
  vendor/clang/dist/lib/Analysis/OSLog.cpp   (contents, props changed)
  vendor/clang/dist/lib/CodeGen/CGCoroutine.cpp   (contents, props changed)
  vendor/clang/dist/lib/CodeGen/ConstantBuilder.h   (contents, props changed)
  vendor/clang/dist/lib/CodeGen/VarBypassDetector.cpp   (contents, props changed)
  vendor/clang/dist/lib/CodeGen/VarBypassDetector.h   (contents, props changed)
  vendor/clang/dist/lib/Driver/Distro.cpp   (contents, props changed)
  vendor/clang/dist/lib/Format/Comments.cpp   (contents, props changed)
  vendor/clang/dist/lib/Format/Comments.h   (contents, props changed)
  vendor/clang/dist/lib/Headers/__clang_cuda_builtin_vars.h   (contents, props changed)
  vendor/clang/dist/lib/Headers/__clang_cuda_complex_builtins.h   (contents, props changed)
  vendor/clang/dist/lib/Headers/armintr.h   (contents, props changed)
  vendor/clang/dist/lib/Headers/cuda_wrappers/
  vendor/clang/dist/lib/Headers/cuda_wrappers/algorithm
  vendor/clang/dist/lib/Headers/cuda_wrappers/complex
  vendor/clang/dist/lib/Headers/cuda_wrappers/new
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp   (contents, props changed)
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp   (contents, props changed)
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp   (contents, props changed)
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/CloneChecker.cpp   (contents, props changed)
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp   (contents, props changed)
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/GTestChecker.cpp   (contents, props changed)
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp   (contents, props changed)
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp   (contents, props changed)
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp   (contents, props changed)
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/ValistChecker.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/anonymous-fields/
  vendor/clang/dist/test/ASTMerge/anonymous-fields/Inputs/
  vendor/clang/dist/test/ASTMerge/anonymous-fields/Inputs/anonymous-fields1.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/anonymous-fields/Inputs/anonymous-fields2.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/anonymous-fields/test.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/asm/
  vendor/clang/dist/test/ASTMerge/asm/Inputs/
  vendor/clang/dist/test/ASTMerge/asm/Inputs/asm-function.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/asm/test.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/category/
  vendor/clang/dist/test/ASTMerge/category/Inputs/
  vendor/clang/dist/test/ASTMerge/category/Inputs/category1.m
  vendor/clang/dist/test/ASTMerge/category/Inputs/category2.m
  vendor/clang/dist/test/ASTMerge/category/test.m
  vendor/clang/dist/test/ASTMerge/class/
  vendor/clang/dist/test/ASTMerge/class-template/
  vendor/clang/dist/test/ASTMerge/class-template/Inputs/
  vendor/clang/dist/test/ASTMerge/class-template/Inputs/class-template1.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/class-template/Inputs/class-template2.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/class-template/test.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/class/Inputs/
  vendor/clang/dist/test/ASTMerge/class/Inputs/class1.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/class/Inputs/class2.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/class/test.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/class2/
  vendor/clang/dist/test/ASTMerge/class2/Inputs/
  vendor/clang/dist/test/ASTMerge/class2/Inputs/class3.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/class2/test.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/codegen-body/
  vendor/clang/dist/test/ASTMerge/codegen-body/Inputs/
  vendor/clang/dist/test/ASTMerge/codegen-body/Inputs/body1.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/codegen-body/Inputs/body2.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/codegen-body/test.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/codegen-exprs/
  vendor/clang/dist/test/ASTMerge/codegen-exprs/Inputs/
  vendor/clang/dist/test/ASTMerge/codegen-exprs/Inputs/exprs1.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/codegen-exprs/Inputs/exprs2.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/codegen-exprs/test.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/enum/
  vendor/clang/dist/test/ASTMerge/enum/Inputs/
  vendor/clang/dist/test/ASTMerge/enum/Inputs/enum1.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/enum/Inputs/enum2.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/enum/test.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/exprs/
  vendor/clang/dist/test/ASTMerge/exprs-cpp/
  vendor/clang/dist/test/ASTMerge/exprs-cpp/Inputs/
  vendor/clang/dist/test/ASTMerge/exprs-cpp/Inputs/exprs3.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/exprs-cpp/test.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/exprs/Inputs/
  vendor/clang/dist/test/ASTMerge/exprs/Inputs/exprs1.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/exprs/Inputs/exprs2.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/exprs/test.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/function/
  vendor/clang/dist/test/ASTMerge/function/Inputs/
  vendor/clang/dist/test/ASTMerge/function/Inputs/function1.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/function/Inputs/function2.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/function/test.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/inheritance/
  vendor/clang/dist/test/ASTMerge/inheritance/Inputs/
  vendor/clang/dist/test/ASTMerge/inheritance/Inputs/inheritance-base.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/inheritance/test.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/init-ctors/
  vendor/clang/dist/test/ASTMerge/init-ctors/Inputs/
  vendor/clang/dist/test/ASTMerge/init-ctors/Inputs/init-ctors-classes.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/init-ctors/test.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/interface/
  vendor/clang/dist/test/ASTMerge/interface/Inputs/
  vendor/clang/dist/test/ASTMerge/interface/Inputs/interface1.m
  vendor/clang/dist/test/ASTMerge/interface/Inputs/interface2.m
  vendor/clang/dist/test/ASTMerge/interface/test.m
  vendor/clang/dist/test/ASTMerge/macro/
  vendor/clang/dist/test/ASTMerge/macro/Inputs/
  vendor/clang/dist/test/ASTMerge/macro/Inputs/macro.modulemap
  vendor/clang/dist/test/ASTMerge/macro/Inputs/macro1.h   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/macro/Inputs/macro1.m
  vendor/clang/dist/test/ASTMerge/macro/Inputs/macro2.m
  vendor/clang/dist/test/ASTMerge/macro/test.m
  vendor/clang/dist/test/ASTMerge/namespace/
  vendor/clang/dist/test/ASTMerge/namespace/Inputs/
  vendor/clang/dist/test/ASTMerge/namespace/Inputs/namespace1.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/namespace/Inputs/namespace2.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/namespace/test.cpp   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/property/
  vendor/clang/dist/test/ASTMerge/property/Inputs/
  vendor/clang/dist/test/ASTMerge/property/Inputs/property1.m
  vendor/clang/dist/test/ASTMerge/property/Inputs/property2.m
  vendor/clang/dist/test/ASTMerge/property/test.m
  vendor/clang/dist/test/ASTMerge/struct/
  vendor/clang/dist/test/ASTMerge/struct/Inputs/
  vendor/clang/dist/test/ASTMerge/struct/Inputs/struct1.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/struct/Inputs/struct2.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/struct/test.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/typedef/
  vendor/clang/dist/test/ASTMerge/typedef/Inputs/
  vendor/clang/dist/test/ASTMerge/typedef/Inputs/typedef1.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/typedef/Inputs/typedef2.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/typedef/test.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/var/
  vendor/clang/dist/test/ASTMerge/var/Inputs/
  vendor/clang/dist/test/ASTMerge/var/Inputs/var1.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/var/Inputs/var1.h   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/var/Inputs/var2.c   (contents, props changed)
  vendor/clang/dist/test/ASTMerge/var/test.c   (contents, props changed)
  vendor/clang/dist/test/Analysis/Inputs/localization-pch.h   (contents, props changed)
  vendor/clang/dist/test/Analysis/Inputs/system-header-simulator-for-valist.h   (contents, props changed)
  vendor/clang/dist/test/Analysis/ObjCPropertiesSyntaxChecks.m
  vendor/clang/dist/test/Analysis/analyzer-display-progress.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/analyzer-display-progress.m
  vendor/clang/dist/test/Analysis/analyzer-enabled-checkers.c   (contents, props changed)
  vendor/clang/dist/test/Analysis/block-in-critical-section.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/cast-to-struct.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/castexpr-callback.c   (contents, props changed)
  vendor/clang/dist/test/Analysis/conversion.c   (contents, props changed)
  vendor/clang/dist/test/Analysis/copypaste/
  vendor/clang/dist/test/Analysis/copypaste/asm.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/copypaste/attributes.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/copypaste/blocks.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/copypaste/call.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/copypaste/catch.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/copypaste/delete.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/copypaste/dependent-exist.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/copypaste/expr-types.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/copypaste/fold.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/copypaste/function-try-block.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/copypaste/functions.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/copypaste/generic.c   (contents, props changed)
  vendor/clang/dist/test/Analysis/copypaste/labels.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/copypaste/lambda.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/copypaste/macro-complexity.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/copypaste/macros.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/copypaste/objc-methods.m
  vendor/clang/dist/test/Analysis/copypaste/plist-diagnostics-notes-as-events.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/copypaste/plist-diagnostics.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/copypaste/sub-sequences.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/copypaste/suspicious-clones.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/copypaste/text-diagnostics.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/diagnostics/Inputs/include/plist-diagnostics-include-check-macro.def
  vendor/clang/dist/test/Analysis/diagnostics/Inputs/include/plist-diagnostics-include-check-macro.h   (contents, props changed)
  vendor/clang/dist/test/Analysis/diagnostics/diag-cross-file-boundaries.c   (contents, props changed)
  vendor/clang/dist/test/Analysis/diagnostics/diag-cross-file-boundaries.h   (contents, props changed)
  vendor/clang/dist/test/Analysis/diagnostics/macros.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/diagnostics/macros.m
  vendor/clang/dist/test/Analysis/diagnostics/plist-diagnostics-include-check.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/dispatch-once.m
  vendor/clang/dist/test/Analysis/explain-svals.m
  vendor/clang/dist/test/Analysis/expr-inspection.c   (contents, props changed)
  vendor/clang/dist/test/Analysis/gtest.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/lifetime-extension.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/malloc-custom.c   (contents, props changed)
  vendor/clang/dist/test/Analysis/max-nodes-suppress-on-sink.c   (contents, props changed)
  vendor/clang/dist/test/Analysis/non-diagnosable-assumptions.c   (contents, props changed)
  vendor/clang/dist/test/Analysis/nullability.c   (contents, props changed)
  vendor/clang/dist/test/Analysis/number-object-conversion.c   (contents, props changed)
  vendor/clang/dist/test/Analysis/number-object-conversion.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/number-object-conversion.m
  vendor/clang/dist/test/Analysis/out-of-bounds-new.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/retain-release-arc.m
  vendor/clang/dist/test/Analysis/self-assign.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/std-c-library-functions.c   (contents, props changed)
  vendor/clang/dist/test/Analysis/std-c-library-functions.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/uninit-vals-union.c   (contents, props changed)
  vendor/clang/dist/test/Analysis/uninit-vals.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/unix-api.cpp   (contents, props changed)
  vendor/clang/dist/test/Analysis/valist-uninitialized.c   (contents, props changed)
  vendor/clang/dist/test/Analysis/valist-unterminated.c   (contents, props changed)
  vendor/clang/dist/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.deallocation/p2.cpp   (contents, props changed)
  vendor/clang/dist/test/CXX/class.derived/class.abstract/p2.cpp   (contents, props changed)
  vendor/clang/dist/test/CXX/class.derived/class.abstract/p3.cpp   (contents, props changed)
  vendor/clang/dist/test/CXX/conv/conv.fctptr/
  vendor/clang/dist/test/CXX/conv/conv.fctptr/p1.cpp   (contents, props changed)
  vendor/clang/dist/test/CXX/cpp/cpp.predefined/p1.cpp   (contents, props changed)
  vendor/clang/dist/test/CXX/dcl.decl/dcl.decomp/
  vendor/clang/dist/test/CXX/dcl.decl/dcl.decomp/p2.cpp   (contents, props changed)
  vendor/clang/dist/test/CXX/dcl.decl/dcl.decomp/p3.cpp   (contents, props changed)
  vendor/clang/dist/test/CXX/dcl.decl/dcl.decomp/p4.cpp   (contents, props changed)
  vendor/clang/dist/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p4.cpp   (contents, props changed)
  vendor/clang/dist/test/CXX/drs/dr118.cpp   (contents, props changed)
  vendor/clang/dist/test/CXX/drs/dr158.cpp   (contents, props changed)
  vendor/clang/dist/test/CXX/except/except.spec/p2-places-1z.cpp   (contents, props changed)
  vendor/clang/dist/test/CXX/expr/expr.cond/p4.cpp   (contents, props changed)
  vendor/clang/dist/test/CXX/expr/expr.post/expr.static.cast/p3-p4-0x.cpp   (contents, props changed)
  vendor/clang/dist/test/CXX/expr/expr.post/expr.static.cast/p7.cpp   (contents, props changed)
  vendor/clang/dist/test/CXX/expr/expr.unary/expr.delete/p10.cpp   (contents, props changed)
  vendor/clang/dist/test/CXX/expr/expr.unary/expr.new/p14.cpp   (contents, props changed)
  vendor/clang/dist/test/CXX/expr/p13.cpp   (contents, props changed)
  vendor/clang/dist/test/CXX/over/over.built/p15.cpp   (contents, props changed)
  vendor/clang/dist/test/CXX/over/over.built/p16.cpp   (contents, props changed)
  vendor/clang/dist/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.scs/p3.cpp   (contents, props changed)
  vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/p5.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeCompletion/objc-protocol-member-access.m
  vendor/clang/dist/test/CodeGen/64bit-swiftcall.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/Inputs/debug-info-file-checksum.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/Inputs/opt-record.proftext
  vendor/clang/dist/test/CodeGen/alloc-size.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/attr-mrecip.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/avx512-inline-asm-kregisters-basics.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/avx512-kconstraints-att_inline_asm.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/avx512-reduceIntrin.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/avx512-reduceMinMaxIntrin.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/block-with-perdefinedexpr.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGen/builtins-ppc-p9vector.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/cfi-icall-cross-dso2.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/dbg-const-int128.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/debug-info-atomic.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/debug-info-file-checksum.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/debug-info-global-constant.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/debug-info-static-const-fp.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/denormalfpmode.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/ms-barriers-intrinsics.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/ms-intrinsics-rotations.c
  vendor/clang/dist/test/CodeGen/ms-volatile-arm.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/ms-x86-intrinsics.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/noexceptionsfpmath.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/opt-record.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/ppc64-dwarf.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/ppc64-soft-float.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/regcall.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/sanitize-thread-no-checking-at-run-time.m
  vendor/clang/dist/test/CodeGen/split-debug-inlining.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/vecshift.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/windows-on-arm-itanium-thread-local.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/windows-swiftcall.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/x86-inline-asm-v-constraint.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/x86_inlineasm_curly_bracket_escape.c   (contents, props changed)
  vendor/clang/dist/test/CodeGen/xray-attributes-supported-arm.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCUDA/kernel-args-alignment.cu
  vendor/clang/dist/test/CodeGenCUDA/nothrow.cu
  vendor/clang/dist/test/CodeGenCXX/alias-available-externally.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/alloc-size.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/builtins-arm-exclusive.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/cxx1z-aligned-allocation.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/cxx1z-copy-omission.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/cxx1z-decomposition.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/cxx1z-eval-order.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/cxx1z-noexcept-function-type.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/debug-info-codeview-injected-class.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/debug-info-dllimport-base-class.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/debug-info-loops.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/debug-info-ms-vbase.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/debug-info-thunk-msabi.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/debug-info-vla.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/mangle-exception-spec.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/modules-ts.cppm
  vendor/clang/dist/test/CodeGenCXX/naked.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/pr30731.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/pragma-loop-distribute.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/regcall.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/rtti-mingw64.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/rtti-qualfn.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/runtime-dllstorage.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/ubsan-devirtualized-calls.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/ubsan-vtable-checks.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/windows-implicit-dllexport-template-specialization.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/windows-itanium-dllexport.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCXX/windows-itanium-type-info.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCoroutines/
  vendor/clang/dist/test/CodeGenCoroutines/coro-alloc.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenCoroutines/coro-builtins-err.c   (contents, props changed)
  vendor/clang/dist/test/CodeGenCoroutines/coro-builtins.c   (contents, props changed)
  vendor/clang/dist/test/CodeGenCoroutines/microsoft-abi-operator-coawait.cpp   (contents, props changed)
  vendor/clang/dist/test/CodeGenObjC/nullptr-assert.m
  vendor/clang/dist/test/CodeGenObjC/os_log.m
  vendor/clang/dist/test/CodeGenObjC/protocol-comdat.m
  vendor/clang/dist/test/CodeGenObjC/runtime-abi-match.m
  vendor/clang/dist/test/CodeGenObjC/section-name.m
  vendor/clang/dist/test/CodeGenObjC/ubsan-array-bounds.m
  vendor/clang/dist/test/CodeGenObjC/ubsan-bool.m
  vendor/clang/dist/test/CodeGenObjC/unqual-copy-restore.m
  vendor/clang/dist/test/CodeGenObjCXX/arc-constexpr.mm
  vendor/clang/dist/test/CodeGenOpenCL/amdgpu-abi-struct-coerce.cl
  vendor/clang/dist/test/CodeGenOpenCL/amdgpu-attrs.cl
  vendor/clang/dist/test/CodeGenOpenCL/amdgpu-nullptr.cl
  vendor/clang/dist/test/CodeGenOpenCL/cast_image.cl
  vendor/clang/dist/test/CodeGenOpenCL/convergent.cl
  vendor/clang/dist/test/CodeGenOpenCL/extension-begin.cl
  vendor/clang/dist/test/CodeGenOpenCL/null_queue.cl
  vendor/clang/dist/test/CodeGenOpenCL/partial_initializer.cl
  vendor/clang/dist/test/CodeGenOpenCL/private-array-initialization.cl
  vendor/clang/dist/test/CodeGenOpenCL/sampler.cl
  vendor/clang/dist/test/CodeGenOpenCL/size_t.cl
  vendor/clang/dist/test/Coverage/ast-print-func.cpp   (contents, props changed)
  vendor/clang/dist/test/Coverage/ast-print-temp-class.cpp   (contents, props changed)
  vendor/clang/dist/test/Coverage/ast-print-temp-func.cpp   (contents, props changed)
  vendor/clang/dist/test/CoverageMapping/abspath.cpp   (contents, props changed)
  vendor/clang/dist/test/CoverageMapping/if.cpp   (contents, props changed)
  vendor/clang/dist/test/CoverageMapping/switch.cpp   (contents, props changed)
  vendor/clang/dist/test/Driver/Inputs/CUDA-macosx/
  vendor/clang/dist/test/Driver/Inputs/CUDA-macosx/usr/
  vendor/clang/dist/test/Driver/Inputs/CUDA-macosx/usr/local/
  vendor/clang/dist/test/Driver/Inputs/CUDA-macosx/usr/local/cuda/
  vendor/clang/dist/test/Driver/Inputs/CUDA-macosx/usr/local/cuda/bin/
  vendor/clang/dist/test/Driver/Inputs/CUDA-macosx/usr/local/cuda/bin/.keep
  vendor/clang/dist/test/Driver/Inputs/CUDA-macosx/usr/local/cuda/include/
  vendor/clang/dist/test/Driver/Inputs/CUDA-macosx/usr/local/cuda/include/.keep
  vendor/clang/dist/test/Driver/Inputs/CUDA-macosx/usr/local/cuda/lib/
  vendor/clang/dist/test/Driver/Inputs/CUDA-macosx/usr/local/cuda/lib/.keep
  vendor/clang/dist/test/Driver/Inputs/CUDA-macosx/usr/local/cuda/nvvm/
  vendor/clang/dist/test/Driver/Inputs/CUDA-macosx/usr/local/cuda/nvvm/libdevice/
  vendor/clang/dist/test/Driver/Inputs/CUDA-macosx/usr/local/cuda/nvvm/libdevice/libdevice.compute_30.10.bc
  vendor/clang/dist/test/Driver/Inputs/CUDA-macosx/usr/local/cuda/nvvm/libdevice/libdevice.compute_35.10.bc
  vendor/clang/dist/test/Driver/Inputs/CUDA/usr/local/cuda/nvvm/libdevice/libdevice.compute_30.10.bc
  vendor/clang/dist/test/Driver/Inputs/CUDA_80/usr/local/cuda/nvvm/libdevice/libdevice.compute_30.10.bc
  vendor/clang/dist/test/Driver/Inputs/CUDA_80/usr/local/cuda/nvvm/libdevice/libdevice.compute_50.10.bc
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mips64el-linux-android/
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mips64el-linux-android/4.9/
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mips64el-linux-android/4.9/32/
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mips64el-linux-android/4.9/32/mips-r1/
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mips64el-linux-android/4.9/32/mips-r1/crtbegin.o
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mips64el-linux-android/4.9/32/mips-r1/crtend.o
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mips64el-linux-android/4.9/32/mips-r2/
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mips64el-linux-android/4.9/32/mips-r2/crtbegin.o
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mips64el-linux-android/4.9/32/mips-r2/crtend.o
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mips64el-linux-android/4.9/32/mips-r6/
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mips64el-linux-android/4.9/32/mips-r6/crtbegin.o
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mips64el-linux-android/4.9/32/mips-r6/crtend.o
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mips64el-linux-android/4.9/crtbegin.o
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mips64el-linux-android/4.9/crtend.o
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mips64el-linux-android/4.9/include/
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mips64el-linux-android/4.9/include/.keep
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/mips64el-linux-android/
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/mips64el-linux-android/bin/
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/mips64el-linux-android/bin/.keep
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/mips64el-linux-android/lib/
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/mips64el-linux-android/lib/.keep
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/mips64el-linux-android/lib64/
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/mips64el-linux-android/lib64/.keep
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/mips64el-linux-android/libr2/
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/mips64el-linux-android/libr2/.keep
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/mips64el-linux-android/libr6/
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/mips64el-linux-android/libr6/.keep
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/mipsel-linux-android/libr2/
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/mipsel-linux-android/libr2/.keep
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/mipsel-linux-android/libr6/
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/mipsel-linux-android/libr6/.keep
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/sysroot/usr/libr2/
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/sysroot/usr/libr2/crtbegin_dynamic.o
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/sysroot/usr/libr2/crtbegin_so.o
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/sysroot/usr/libr2/crtbegin_static.o
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/sysroot/usr/libr2/crtend_android.o
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/sysroot/usr/libr2/crtend_so.o
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/sysroot/usr/libr6/
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/sysroot/usr/libr6/crtbegin_dynamic.o
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/sysroot/usr/libr6/crtbegin_so.o
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/sysroot/usr/libr6/crtbegin_static.o
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/sysroot/usr/libr6/crtend_android.o
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/sysroot/usr/libr6/crtend_so.o
  vendor/clang/dist/test/Driver/Inputs/basic_myriad_tree/bin/
  vendor/clang/dist/test/Driver/Inputs/basic_myriad_tree/bin/.keep
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/etc/
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/etc/env.d/
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/etc/env.d/gcc/
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/etc/env.d/gcc/config-x86_64-pc-linux-gnu
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/etc/env.d/gcc/x86_64-pc-linux-gnu-4.9.3   (contents, props changed)
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/etc/gentoo-release
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/include/
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/include/.keep
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/lib/
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/lib/gcc/
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/lib/gcc/x86_64-pc-linux-gnu/
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/32/
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/32/crtbegin.o
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/crtbegin.o
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4.9.3/
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4.9.3/.keep
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/x32/
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/x32/crtbegin.o
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/32/
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/32/crtbegin.o
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/crtbegin.o
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include/
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include/g++-v5.4.0/
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include/g++-v5.4.0/.keep
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/x32/
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/x32/crtbegin.o
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/x86_64-pc-linux-gnu/
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/x86_64-pc-linux-gnu/lib/
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/usr/x86_64-pc-linux-gnu/lib/.keep
  vendor/clang/dist/test/Driver/Inputs/hexagon_tree/Tools/bin/
  vendor/clang/dist/test/Driver/Inputs/hexagon_tree/Tools/bin/.keep
  vendor/clang/dist/test/Driver/Inputs/hexagon_tree/Tools/bin/readme
  vendor/clang/dist/test/Driver/Inputs/hexagon_tree/Tools/readme
  vendor/clang/dist/test/Driver/Inputs/hexagon_tree/Tools/target/.keep
  vendor/clang/dist/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/include/
  vendor/clang/dist/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/include/c++/
  vendor/clang/dist/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/include/c++/readme
  vendor/clang/dist/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/include/readme
  vendor/clang/dist/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/readme
  vendor/clang/dist/test/Driver/Inputs/hexagon_tree/Tools/target/readme
  vendor/clang/dist/test/Driver/Inputs/rewrite-1.map
  vendor/clang/dist/test/Driver/Inputs/rewrite-2.map
  vendor/clang/dist/test/Driver/Inputs/rewrite.map
  vendor/clang/dist/test/Driver/XRay/
  vendor/clang/dist/test/Driver/XRay/lit.local.cfg
  vendor/clang/dist/test/Driver/XRay/xray-instrument-cpu.c   (contents, props changed)
  vendor/clang/dist/test/Driver/XRay/xray-instrument-os.c   (contents, props changed)
  vendor/clang/dist/test/Driver/analyzer-target-enabled-checkers.cpp   (contents, props changed)
  vendor/clang/dist/test/Driver/android-aarch64-link.cpp   (contents, props changed)
  vendor/clang/dist/test/Driver/arm-execute-only.c   (contents, props changed)
  vendor/clang/dist/test/Driver/arm-implicit-it.s   (contents, props changed)
  vendor/clang/dist/test/Driver/clang-offload-bundler.c   (contents, props changed)
  vendor/clang/dist/test/Driver/clang-offload-bundler.c.o   (contents, props changed)
  vendor/clang/dist/test/Driver/compilation_database.c   (contents, props changed)
  vendor/clang/dist/test/Driver/coroutines.c   (contents, props changed)
  vendor/clang/dist/test/Driver/coroutines.cpp   (contents, props changed)
  vendor/clang/dist/test/Driver/crash-report-crashfile.m
  vendor/clang/dist/test/Driver/cuda-bindings.cu
  vendor/clang/dist/test/Driver/cuda-macosx.cu
  vendor/clang/dist/test/Driver/cuda-no-sanitizers.cu
  vendor/clang/dist/test/Driver/cuda-phases.cu
  vendor/clang/dist/test/Driver/cuda-ptxas-path.cu
  vendor/clang/dist/test/Driver/darwin-ld-dedup.c   (contents, props changed)
  vendor/clang/dist/test/Driver/defsym.s   (contents, props changed)
  vendor/clang/dist/test/Driver/denormal-fp-math.c   (contents, props changed)
  vendor/clang/dist/test/Driver/fuchsia.c   (contents, props changed)
  vendor/clang/dist/test/Driver/fuchsia.cpp   (contents, props changed)
  vendor/clang/dist/test/Driver/gold-lto-sections.c   (contents, props changed)
  vendor/clang/dist/test/Driver/hexagon-long-calls.c   (contents, props changed)
  vendor/clang/dist/test/Driver/lto-jobs.c   (contents, props changed)
  vendor/clang/dist/test/Driver/masm.s   (contents, props changed)
  vendor/clang/dist/test/Driver/modules-ts.cpp   (contents, props changed)
  vendor/clang/dist/test/Driver/offloading-interoperability.c   (contents, props changed)
  vendor/clang/dist/test/Driver/openmp-offload.c   (contents, props changed)
  vendor/clang/dist/test/Driver/opt-record.c   (contents, props changed)
  vendor/clang/dist/test/Driver/preserve-as-comments.c   (contents, props changed)
  vendor/clang/dist/test/Driver/print-libgcc-file-name-clangrt.c   (contents, props changed)
  vendor/clang/dist/test/Driver/print-libgcc-file-name-libgcc.c   (contents, props changed)
  vendor/clang/dist/test/Driver/rewrite-map-files.c   (contents, props changed)
  vendor/clang/dist/test/Driver/ropi-rwpi.c   (contents, props changed)
  vendor/clang/dist/test/Driver/save-stats.c   (contents, props changed)
  vendor/clang/dist/test/Driver/show-option-names.c   (contents, props changed)
  vendor/clang/dist/test/Driver/unsupported-target-arch.c   (contents, props changed)
  vendor/clang/dist/test/Driver/windows-pic.cpp   (contents, props changed)
  vendor/clang/dist/test/Driver/windows-thumb.s   (contents, props changed)
  vendor/clang/dist/test/FixIt/Inputs/
  vendor/clang/dist/test/FixIt/Inputs/nullability.h   (contents, props changed)
  vendor/clang/dist/test/FixIt/nullability.mm
  vendor/clang/dist/test/Format/remove-duplicate-includes.cpp   (contents, props changed)
  vendor/clang/dist/test/Frontend/Inputs/absolute-paths.h   (contents, props changed)
  vendor/clang/dist/test/Frontend/Inputs/optimization-remark-with-hotness.proftext
  vendor/clang/dist/test/Frontend/aarch64-target-cpu.c   (contents, props changed)
  vendor/clang/dist/test/Frontend/absolute-paths.c   (contents, props changed)
  vendor/clang/dist/test/Frontend/include-duplicate-removal.c   (contents, props changed)
  vendor/clang/dist/test/Frontend/int128.cpp   (contents, props changed)
  vendor/clang/dist/test/Frontend/objc-bool-is-bool.m
  vendor/clang/dist/test/Frontend/optimization-remark-with-hotness.c   (contents, props changed)
  vendor/clang/dist/test/Frontend/plugin-vs-debug-info.cpp   (contents, props changed)
  vendor/clang/dist/test/Frontend/stats-file.c   (contents, props changed)
  vendor/clang/dist/test/Headers/Inputs/usr/
  vendor/clang/dist/test/Headers/Inputs/usr/include/
  vendor/clang/dist/test/Headers/Inputs/usr/include/float.h   (contents, props changed)
  vendor/clang/dist/test/Headers/float-darwin.c   (contents, props changed)
  vendor/clang/dist/test/Headers/stdatomic.c   (contents, props changed)
  vendor/clang/dist/test/Headers/x86intrin.cpp   (contents, props changed)
  vendor/clang/dist/test/Import/
  vendor/clang/dist/test/Import/clang-flags/
  vendor/clang/dist/test/Import/clang-flags/Inputs/
  vendor/clang/dist/test/Import/clang-flags/Inputs/S.c   (contents, props changed)
  vendor/clang/dist/test/Import/clang-flags/test.c   (contents, props changed)
  vendor/clang/dist/test/Import/empty-struct/
  vendor/clang/dist/test/Import/empty-struct/Inputs/
  vendor/clang/dist/test/Import/empty-struct/Inputs/S.c   (contents, props changed)
  vendor/clang/dist/test/Import/empty-struct/test.c   (contents, props changed)
  vendor/clang/dist/test/Import/error-in-expression/
  vendor/clang/dist/test/Import/error-in-expression/Inputs/
  vendor/clang/dist/test/Import/error-in-expression/Inputs/S.c   (contents, props changed)
  vendor/clang/dist/test/Import/error-in-expression/test.c   (contents, props changed)
  vendor/clang/dist/test/Import/error-in-import/
  vendor/clang/dist/test/Import/error-in-import/Inputs/
  vendor/clang/dist/test/Import/error-in-import/Inputs/S.c   (contents, props changed)
  vendor/clang/dist/test/Import/error-in-import/test.c   (contents, props changed)
  vendor/clang/dist/test/Import/missing-import/
  vendor/clang/dist/test/Import/missing-import/test.c   (contents, props changed)
  vendor/clang/dist/test/Index/Core/designated-inits.c   (contents, props changed)
  vendor/clang/dist/test/Index/complete-block-properties.m
  vendor/clang/dist/test/Index/complete-block-property-assignment.m
  vendor/clang/dist/test/Index/load-staticassert.cpp   (contents, props changed)
  vendor/clang/dist/test/Index/pr20320.cpp   (contents, props changed)
  vendor/clang/dist/test/Index/pr20320.h   (contents, props changed)
  vendor/clang/dist/test/Lexer/modules-ts.cpp   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/DebugNestedA.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/DebugNestedB.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/DiagOutOfDate.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/GNUAsm/
  vendor/clang/dist/test/Modules/Inputs/GNUAsm/NeedsGNUInlineAsm.framework/
  vendor/clang/dist/test/Modules/Inputs/GNUAsm/NeedsGNUInlineAsm.framework/Headers/
  vendor/clang/dist/test/Modules/Inputs/GNUAsm/NeedsGNUInlineAsm.framework/Headers/NeedsGNUInlineAsm.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/GNUAsm/NeedsGNUInlineAsm.framework/Headers/asm.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/GNUAsm/NeedsGNUInlineAsm.framework/module.map
  vendor/clang/dist/test/Modules/Inputs/PR27699/
  vendor/clang/dist/test/Modules/Inputs/PR27699/Subdir/
  vendor/clang/dist/test/Modules/Inputs/PR27699/Subdir/a.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/PR27699/Subdir/b.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/PR27699/module.modulemap
  vendor/clang/dist/test/Modules/Inputs/PR27699/streambuf
  vendor/clang/dist/test/Modules/Inputs/PR28438/
  vendor/clang/dist/test/Modules/Inputs/PR28438/a.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/PR28438/b1.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/PR28438/b2.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/PR28438/module.modulemap
  vendor/clang/dist/test/Modules/Inputs/PR28752/
  vendor/clang/dist/test/Modules/Inputs/PR28752/Subdir1/
  vendor/clang/dist/test/Modules/Inputs/PR28752/Subdir1/b.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/PR28752/Subdir1/c.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/PR28752/Subdir1/module.modulemap
  vendor/clang/dist/test/Modules/Inputs/PR28752/a.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/PR28752/module.modulemap
  vendor/clang/dist/test/Modules/Inputs/PR28752/vector
  vendor/clang/dist/test/Modules/Inputs/PR28794/
  vendor/clang/dist/test/Modules/Inputs/PR28794/LibAHeader.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/PR28794/Subdir/
  vendor/clang/dist/test/Modules/Inputs/PR28794/Subdir/Empty.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/PR28794/Subdir/LibBHeader.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/PR28794/module.modulemap
  vendor/clang/dist/test/Modules/Inputs/PR28812/
  vendor/clang/dist/test/Modules/Inputs/PR28812/Textual.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/PR28812/a.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/PR28812/b.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/PR28812/module.modulemap
  vendor/clang/dist/test/Modules/Inputs/implicit-private-with-different-name/
  vendor/clang/dist/test/Modules/Inputs/implicit-private-with-different-name/A.framework/
  vendor/clang/dist/test/Modules/Inputs/implicit-private-with-different-name/A.framework/Headers/
  vendor/clang/dist/test/Modules/Inputs/implicit-private-with-different-name/A.framework/Headers/a.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/implicit-private-with-different-name/A.framework/Headers/aprivate.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/implicit-private-with-different-name/A.framework/Modules/
  vendor/clang/dist/test/Modules/Inputs/implicit-private-with-different-name/A.framework/Modules/module.modulemap
  vendor/clang/dist/test/Modules/Inputs/implicit-private-with-different-name/A.framework/Modules/module.private.modulemap
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/include/
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/include/c++/
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/include/c++/math.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/include/c++/module.modulemap
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/include/c++/stdlib.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/include/math.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/include/module.modulemap
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/include/stdlib.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/Frameworks/
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/Frameworks/A.framework/
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/Frameworks/A.framework/Headers/
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/Frameworks/A.framework/Headers/A.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/Frameworks/A.framework/Headers/int.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/Frameworks/A.framework/Modules/
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/Frameworks/A.framework/Modules/module.modulemap
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/usr/
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/__config
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/math.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/module.modulemap
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/stddef.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/stdint.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/stdio.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/stdlib.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/math.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/module.modulemap
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/stddef.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/stdint.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/stdio.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/stdlib.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/util.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/lookup-assert/
  vendor/clang/dist/test/Modules/Inputs/lookup-assert/Base.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/lookup-assert/Derive.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/lookup-assert/H3.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/lookup-assert/module.map
  vendor/clang/dist/test/Modules/Inputs/merge-fn-prototype-tags/
  vendor/clang/dist/test/Modules/Inputs/merge-fn-prototype-tags/a.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/merge-fn-prototype-tags/b.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/merge-fn-prototype-tags/c.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/merge-fn-prototype-tags/module.modulemap
  vendor/clang/dist/test/Modules/Inputs/merge-template-pattern-visibility/c.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/merge-template-pattern-visibility/d.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/merge-template-specializations/
  vendor/clang/dist/test/Modules/Inputs/merge-template-specializations/a.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/merge-template-specializations/b.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/merge-template-specializations/c.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/merge-template-specializations/module.modulemap
  vendor/clang/dist/test/Modules/Inputs/merge-var-template-def/
  vendor/clang/dist/test/Modules/Inputs/merge-var-template-def/a.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/merge-var-template-def/b1.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/merge-var-template-def/b2.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/merge-var-template-def/module.modulemap
  vendor/clang/dist/test/Modules/Inputs/objc-category/
  vendor/clang/dist/test/Modules/Inputs/objc-category-2/
  vendor/clang/dist/test/Modules/Inputs/objc-category-2/Base.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/objc-category-2/Category.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/objc-category-2/H3.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/objc-category-2/module.map
  vendor/clang/dist/test/Modules/Inputs/objc-category-3/
  vendor/clang/dist/test/Modules/Inputs/objc-category-3/Base.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/objc-category-3/Category.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/objc-category-3/Category_B.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/objc-category-3/H3.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/objc-category-3/module.map
  vendor/clang/dist/test/Modules/Inputs/objc-category/Base.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/objc-category/Category.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/objc-category/H3.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/objc-category/module.map
  vendor/clang/dist/test/Modules/Inputs/objc-hidden/
  vendor/clang/dist/test/Modules/Inputs/objc-hidden/FakeUnavailableObjCFramework.framework/
  vendor/clang/dist/test/Modules/Inputs/objc-hidden/FakeUnavailableObjCFramework.framework/Headers/
  vendor/clang/dist/test/Modules/Inputs/objc-hidden/FakeUnavailableObjCFramework.framework/Headers/FakeUnavailableObjCFramework.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/objc-hidden/FakeUnavailableObjCFramework.framework/Modules/
  vendor/clang/dist/test/Modules/Inputs/objc-hidden/FakeUnavailableObjCFramework.framework/Modules/module.modulemap
  vendor/clang/dist/test/Modules/Inputs/objc-hidden/System/
  vendor/clang/dist/test/Modules/Inputs/objc-hidden/System/X.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/objc-hidden/System/module.map
  vendor/clang/dist/test/Modules/Inputs/objc-initializer/
  vendor/clang/dist/test/Modules/Inputs/objc-initializer/X.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/objc-initializer/module.modulemap
  vendor/clang/dist/test/Modules/Inputs/objc-method-redecl.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/pch-import-module-out-of-date.pch
  vendor/clang/dist/test/Modules/Inputs/prebuilt-module/
  vendor/clang/dist/test/Modules/Inputs/prebuilt-module/a.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/prebuilt-module/module.modulemap
  vendor/clang/dist/test/Modules/Inputs/unused-global-init/
  vendor/clang/dist/test/Modules/Inputs/unused-global-init/init.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/unused-global-init/module.modulemap
  vendor/clang/dist/test/Modules/Inputs/unused-global-init/other.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/unused-global-init/unused.h   (contents, props changed)
  vendor/clang/dist/test/Modules/Inputs/unused-global-init/used.h   (contents, props changed)
  vendor/clang/dist/test/Modules/ModuleModuleDebugInfo.cpp   (contents, props changed)
  vendor/clang/dist/test/Modules/compiler_builtins_x86.c   (contents, props changed)
  vendor/clang/dist/test/Modules/config-mismatch.cpp   (contents, props changed)
  vendor/clang/dist/test/Modules/crash-vfs-headermaps.m
  vendor/clang/dist/test/Modules/crash-vfs-include-pch.m
  vendor/clang/dist/test/Modules/crash-vfs-ivfsoverlay.m
  vendor/clang/dist/test/Modules/crash-vfs-relative-incdir.m
  vendor/clang/dist/test/Modules/diagnostic-options-out-of-date.m
  vendor/clang/dist/test/Modules/global-init.cpp   (contents, props changed)
  vendor/clang/dist/test/Modules/implicit-private-with-different-name.m
  vendor/clang/dist/test/Modules/lambda-context.cpp   (contents, props changed)
  vendor/clang/dist/test/Modules/libc-libcxx.cpp   (contents, props changed)
  vendor/clang/dist/test/Modules/lookup-assert.m
  vendor/clang/dist/test/Modules/merge-fn-prototype-tags.c   (contents, props changed)
  vendor/clang/dist/test/Modules/merge-template-specializations.cpp   (contents, props changed)
  vendor/clang/dist/test/Modules/merge-var-template-def.cpp   (contents, props changed)
  vendor/clang/dist/test/Modules/module-file-modified.c   (contents, props changed)
  vendor/clang/dist/test/Modules/objc-category-2.m
  vendor/clang/dist/test/Modules/objc-category-3.m
  vendor/clang/dist/test/Modules/objc-category.m
  vendor/clang/dist/test/Modules/objc-hidden.m
  vendor/clang/dist/test/Modules/objc-initializer.m
  vendor/clang/dist/test/Modules/objc-method-redecl.m
  vendor/clang/dist/test/Modules/pr27699.cpp   (contents, props changed)
  vendor/clang/dist/test/Modules/pr28438.cpp   (contents, props changed)
  vendor/clang/dist/test/Modules/pr28752.cpp   (contents, props changed)
  vendor/clang/dist/test/Modules/pr28812.cpp   (contents, props changed)
  vendor/clang/dist/test/Modules/prebuilt-module.m
  vendor/clang/dist/test/Modules/redundant-include.mm
  vendor/clang/dist/test/Modules/requires-gnuinlineasm.m
  vendor/clang/dist/test/Modules/stress-objc.m
  vendor/clang/dist/test/Modules/umbrella-header-include-builtin.mm
  vendor/clang/dist/test/Modules/unused-global-init.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_data_use_device_ptr_codegen.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_is_device_ptr_codegen.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_parallel_is_device_ptr_ast_print.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_parallel_is_device_ptr_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_simd_aligned_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_simd_ast_print.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_simd_collapse_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_simd_defaultmap_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_simd_depend_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_simd_device_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_simd_firstprivate_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_simd_if_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_simd_is_device_ptr_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_simd_lastprivate_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_simd_linear_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_simd_loop_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_simd_map_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_simd_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_simd_misc_messages.c   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_simd_nowait_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_simd_private_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_simd_reduction_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_simd_safelen_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_simd_simdlen_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_ast_print.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_default_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_defaultmap_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_depend_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_device_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_ast_print.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_collapse_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_default_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_defaultmap_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_depend_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_device_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_dist_schedule_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_firstprivate_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_if_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_lastprivate_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_loop_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_map_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_misc_messages.c   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_nowait_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_num_teams_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_ast_print.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_collapse_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_default_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_defaultmap_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_depend_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_device_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_dist_schedule_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_firstprivate_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_if_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_is_device_ptr_ast_print.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_is_device_ptr_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_lastprivate_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_linear_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_loop_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_map_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_misc_messages.c   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_nowait_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_num_teams_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_num_threads_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_private_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_proc_bind_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_reduction_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_schedule_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_shared_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_parallel_for_thread_limit_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_private_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_reduction_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_distribute_shared_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_firstprivate_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_if_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_is_device_ptr_ast_print.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_is_device_ptr_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_map_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_nowait_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_num_teams_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_private_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_reduction_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_shared_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/target_teams_thread_limit_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_ast_print.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_collapse_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_default_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_dist_schedule_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_firstprivate_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_lastprivate_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_loop_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_num_teams_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_ast_print.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_collapse_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_default_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_dist_schedule_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_firstprivate_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_if_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_lastprivate_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_linear_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_loop_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_num_teams_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_private_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_proc_bind_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_reduction_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_schedule_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_shared_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_simd_aligned_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_simd_ast_print.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_simd_collapse_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_simd_default_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_simd_dist_schedule_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_simd_firstprivate_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_simd_if_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_simd_lastprivate_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_simd_linear_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_simd_loop_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_simd_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_simd_num_teams_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_simd_num_threads_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_simd_private_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_simd_proc_bind_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_simd_reduction_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_simd_safelen_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_simd_shared_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_simd_simdlen_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_simd_thread_limit_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_parallel_for_thread_limit_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_private_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_reduction_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_shared_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_simd_aligned_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_simd_ast_print.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_simd_collapse_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_simd_default_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_simd_dist_schedule_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_simd_firstprivate_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_simd_lastprivate_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_simd_linear_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_simd_loop_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_simd_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_simd_num_teams_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_simd_private_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_simd_reduction_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_simd_safelen_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_simd_shared_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_simd_simdlen_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_simd_thread_limit_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/OpenMP/teams_distribute_thread_limit_messages.cpp   (contents, props changed)
  vendor/clang/dist/test/PCH/builtin-macro.c   (contents, props changed)
  vendor/clang/dist/test/PCH/cxx1z-aligned-alloc.cpp   (contents, props changed)
  vendor/clang/dist/test/PCH/cxx1z-decomposition.cpp   (contents, props changed)
  vendor/clang/dist/test/PCH/cxx1z-using-declaration.cpp   (contents, props changed)
  vendor/clang/dist/test/PCH/decl-in-prototype.c   (contents, props changed)
  vendor/clang/dist/test/PCH/dllexport-default-arg-closure.cpp   (contents, props changed)
  vendor/clang/dist/test/PCH/no-validate-pch.cl
  vendor/clang/dist/test/PCH/pragma-cuda-force-host-device.cu
  vendor/clang/dist/test/Parser/backtrack-off-by-one.cpp   (contents, props changed)
  vendor/clang/dist/test/Parser/cuda-force-host-device-templates.cu
  vendor/clang/dist/test/Parser/cuda-force-host-device.cu
  vendor/clang/dist/test/Parser/cxx-modules-import.cpp   (contents, props changed)
  vendor/clang/dist/test/Parser/cxx-modules-interface.cppm
  vendor/clang/dist/test/Parser/cxx1z-constexpr-lambdas.cpp   (contents, props changed)
  vendor/clang/dist/test/Parser/cxx1z-decomposition.cpp   (contents, props changed)
  vendor/clang/dist/test/Parser/cxx1z-using-declaration.cpp   (contents, props changed)
  vendor/clang/dist/test/Parser/gcc-__final-compatibility.cpp   (contents, props changed)
  vendor/clang/dist/test/Parser/lambda-attr.cu
  vendor/clang/dist/test/Parser/ms-square-bracket-attributes.mm
  vendor/clang/dist/test/Parser/objc-at-directive-fixit.m
  vendor/clang/dist/test/Preprocessor/cuda-macos-includes.cu
  vendor/clang/dist/test/Preprocessor/dump_import.h   (contents, props changed)
  vendor/clang/dist/test/Preprocessor/dump_import.m
  vendor/clang/dist/test/Preprocessor/dump_include.c   (contents, props changed)
  vendor/clang/dist/test/Preprocessor/dump_include.h   (contents, props changed)
  vendor/clang/dist/test/Preprocessor/header_is_main_file.c   (contents, props changed)
  vendor/clang/dist/test/Preprocessor/missing-include-range-check.h   (contents, props changed)
  vendor/clang/dist/test/Profile/cxx-stmt-initializers.cpp   (contents, props changed)
  vendor/clang/dist/test/Sema/address-packed-member-memops.c   (contents, props changed)
  vendor/clang/dist/test/Sema/address-packed.c   (contents, props changed)
  vendor/clang/dist/test/Sema/alloc-size.c   (contents, props changed)
  vendor/clang/dist/test/Sema/attr-selectany.c   (contents, props changed)
  vendor/clang/dist/test/Sema/builtin-alloca-with-align.c   (contents, props changed)
  vendor/clang/dist/test/Sema/builtins-x86_64.c   (contents, props changed)
  vendor/clang/dist/test/Sema/implicit-intel-builtin-decl.c   (contents, props changed)
  vendor/clang/dist/test/Sema/implicit-ms-builtin-decl.c   (contents, props changed)
  vendor/clang/dist/test/Sema/incompatible-function-pointer-types.c   (contents, props changed)
  vendor/clang/dist/test/Sema/no-warn-unused-const-variables.c   (contents, props changed)
  vendor/clang/dist/test/Sema/pr30372.c   (contents, props changed)
  vendor/clang/dist/test/Sema/vecshift.c   (contents, props changed)
  vendor/clang/dist/test/Sema/warn-main-returns-bool-literal.cpp   (contents, props changed)
  vendor/clang/dist/test/Sema/warn-strict-prototypes.c   (contents, props changed)
  vendor/clang/dist/test/Sema/warn-strict-prototypes.m
  vendor/clang/dist/test/SemaCUDA/add-inline-in-definition.cu
  vendor/clang/dist/test/SemaCUDA/amdgpu-attrs.cu
  vendor/clang/dist/test/SemaCUDA/bad-calls-on-same-line.cu
  vendor/clang/dist/test/SemaCUDA/call-device-fn-from-host.cu
  vendor/clang/dist/test/SemaCUDA/call-host-fn-from-device.cu
  vendor/clang/dist/test/SemaCUDA/call-stack-for-deferred-err.cu
  vendor/clang/dist/test/SemaCUDA/exceptions.cu
  vendor/clang/dist/test/SemaCUDA/extern-shared.cu
  vendor/clang/dist/test/SemaCUDA/function-template-overload.cu
  vendor/clang/dist/test/SemaCUDA/global-initializers-host.cu
  vendor/clang/dist/test/SemaCUDA/gnu-inline.cu
  vendor/clang/dist/test/SemaCUDA/implicit-device-lambda.cu
  vendor/clang/dist/test/SemaCUDA/no-call-stack-for-immediate-errs.cu
  vendor/clang/dist/test/SemaCUDA/no-destructor-overload.cu
  vendor/clang/dist/test/SemaCUDA/reference-to-kernel-fn.cu
  vendor/clang/dist/test/SemaCUDA/trace-through-global.cu
  vendor/clang/dist/test/SemaCUDA/vla.cu
  vendor/clang/dist/test/SemaCXX/PR25848.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/PR29152.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/address-packed-member-memops.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/address-packed.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/aggregate-init-cxx98.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/attr-require-constant-initialization.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/constexpr-string.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/coreturn.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/cxx1z-constexpr-lambdas.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/cxx1z-copy-omission.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/cxx1z-decomposition.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/cxx1z-noexcept-function-type.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/cxx1z-user-defined-literals.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/default-arg-closures.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/designated-initializers.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/friend2.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/function-redecl-2.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/instantiate-template-fatal-error.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/libstdcxx_libcxx_less_hack.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/modules-ts.cppm
  vendor/clang/dist/test/SemaCXX/ms-uuid.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/pr28050.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/template-ambiguous-overload.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/warn-c++1z-extensions.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/warn-max-unsigned-zero.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/warn-msvc-enum-bitfield.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaCXX/warn-shadow-in-lambdas.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaObjC/crash-on-type-args-protocols.m
  vendor/clang/dist/test/SemaObjC/format-strings-oslog.m
  vendor/clang/dist/test/SemaObjC/method-redecls-invalid-interface.m
  vendor/clang/dist/test/SemaObjC/subclassing-restricted-attr.m
  vendor/clang/dist/test/SemaObjC/unguarded-availability.m
  vendor/clang/dist/test/SemaObjCXX/Inputs/nullability-consistency-arrays.h   (contents, props changed)
  vendor/clang/dist/test/SemaObjCXX/nullability-consistency-arrays.mm
  vendor/clang/dist/test/SemaOpenCL/amdgpu-attrs.cl
  vendor/clang/dist/test/SemaOpenCL/builtins-amdgcn-error-f16.cl
  vendor/clang/dist/test/SemaOpenCL/builtins-amdgcn-error.cl
  vendor/clang/dist/test/SemaOpenCL/convergent.cl
  vendor/clang/dist/test/SemaOpenCL/ext_vectors.cl
  vendor/clang/dist/test/SemaOpenCL/extension-begin.cl
  vendor/clang/dist/test/SemaOpenCL/func.cl
  vendor/clang/dist/test/SemaOpenCL/invalid-clk-events-cl2.0.cl
  vendor/clang/dist/test/SemaOpenCL/null_queue.cl
  vendor/clang/dist/test/SemaOpenCL/queue_t_overload.cl
  vendor/clang/dist/test/SemaTemplate/array-redeclaration.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaTemplate/cxx1z-decomposition.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaTemplate/cxx1z-using-declaration.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaTemplate/default-expr-arguments-3.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaTemplate/instantiation-depth-default.cpp   (contents, props changed)
  vendor/clang/dist/test/SemaTemplate/temp_arg_template_cxx1z.cpp   (contents, props changed)
  vendor/clang/dist/test/VFS/Inputs/Bar.framework/
  vendor/clang/dist/test/VFS/Inputs/Bar.framework/Headers/
  vendor/clang/dist/test/VFS/Inputs/Bar.framework/Headers/A.h   (contents, props changed)
  vendor/clang/dist/test/VFS/Inputs/Bar.framework/Headers/B.h   (contents, props changed)
  vendor/clang/dist/test/VFS/Inputs/Bar.framework/Headers/C.h   (contents, props changed)
  vendor/clang/dist/test/VFS/Inputs/Bar.framework/Modules/
  vendor/clang/dist/test/VFS/Inputs/Bar.framework/Modules/module.modulemap
  vendor/clang/dist/test/VFS/Inputs/Nonmodular/
  vendor/clang/dist/test/VFS/Inputs/Nonmodular/A.h   (contents, props changed)
  vendor/clang/dist/test/VFS/Inputs/Nonmodular/Nonmodular.modulemap
  vendor/clang/dist/test/VFS/Inputs/Nonmodular/nonmodular-headers.yaml
  vendor/clang/dist/test/VFS/Inputs/Nonmodular/test.c   (contents, props changed)
  vendor/clang/dist/test/VFS/Inputs/Nonmodular/umbrella.h   (contents, props changed)
  vendor/clang/dist/test/VFS/Inputs/bar-headers.yaml
  vendor/clang/dist/test/VFS/test_nonmodular.c   (contents, props changed)
  vendor/clang/dist/test/VFS/umbrella-framework-import-skipnonexist.m
  vendor/clang/dist/tools/clang-format-vs/.gitignore
  vendor/clang/dist/tools/clang-format-vs/ClangFormat/packages.config
  vendor/clang/dist/tools/clang-import-test/
  vendor/clang/dist/tools/clang-import-test/CMakeLists.txt   (contents, props changed)
  vendor/clang/dist/tools/clang-import-test/clang-import-test.cpp   (contents, props changed)
  vendor/clang/dist/tools/clang-offload-bundler/
  vendor/clang/dist/tools/clang-offload-bundler/CMakeLists.txt   (contents, props changed)
  vendor/clang/dist/tools/clang-offload-bundler/ClangOffloadBundler.cpp   (contents, props changed)
  vendor/clang/dist/unittests/Driver/DistroTest.cpp   (contents, props changed)
  vendor/clang/dist/unittests/Format/FormatTestObjC.cpp   (contents, props changed)
  vendor/clang/dist/unittests/Tooling/ReplacementTest.h   (contents, props changed)
Deleted:
  vendor/clang/dist/lib/Headers/cuda_builtin_vars.h
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.h
  vendor/clang/dist/test/ASTMerge/Inputs/
  vendor/clang/dist/test/ASTMerge/anonymous-fields.cpp
  vendor/clang/dist/test/ASTMerge/category.m
  vendor/clang/dist/test/ASTMerge/class-template.cpp
  vendor/clang/dist/test/ASTMerge/class.cpp
  vendor/clang/dist/test/ASTMerge/codegen-body.c
  vendor/clang/dist/test/ASTMerge/codegen-exprs.c
  vendor/clang/dist/test/ASTMerge/enum.c
  vendor/clang/dist/test/ASTMerge/exprs.c
  vendor/clang/dist/test/ASTMerge/function.c
  vendor/clang/dist/test/ASTMerge/inheritance.cpp
  vendor/clang/dist/test/ASTMerge/init-ctors.cpp
  vendor/clang/dist/test/ASTMerge/interface.m
  vendor/clang/dist/test/ASTMerge/namespace.cpp
  vendor/clang/dist/test/ASTMerge/property.m
  vendor/clang/dist/test/ASTMerge/struct.c
  vendor/clang/dist/test/ASTMerge/typedef.c
  vendor/clang/dist/test/ASTMerge/var.c
  vendor/clang/dist/test/Analysis/analyze_display_progress.cpp
  vendor/clang/dist/test/CodeGenCUDA/host-device-calls-host.cu
  vendor/clang/dist/test/CodeGenCXX/debug-info-flex-member.cpp
  vendor/clang/dist/test/CodeGenOpenCL/amdgpu-num-gpr-attr.cl
  vendor/clang/dist/test/CodeGenOpenCL/builtins-amdgcn-error.cl
  vendor/clang/dist/test/CoverageMapping/if.c
  vendor/clang/dist/test/CoverageMapping/switch.c
  vendor/clang/dist/test/Driver/Inputs/CUDA/usr/local/cuda/nvvm/libdevice/libdevice.compute_20.10.bc
  vendor/clang/dist/test/Driver/Inputs/basic_android_tree/lib/gcc/mipsel-linux-android/4.4.3/mips-r6/
  vendor/clang/dist/test/Driver/cuda_phases.cu
  vendor/clang/dist/test/Driver/darwin-objc-gc.m
  vendor/clang/dist/test/SemaCUDA/amdgpu-num-gpr-attr.cu
  vendor/clang/dist/test/SemaCUDA/call-overloaded-destructor.cu
  vendor/clang/dist/test/SemaCXX/constexpr-strlen.cpp
  vendor/clang/dist/test/SemaOpenCL/amdgpu-num-register-attrs.cl
  vendor/clang/dist/test/SemaOpenCL/func_ptr.cl
  vendor/clang/dist/utils/clang-completion-mode.el
Modified:
  vendor/clang/dist/CMakeLists.txt
  vendor/clang/dist/bindings/python/clang/cindex.py
  vendor/clang/dist/bindings/python/tests/cindex/test_cursor.py
  vendor/clang/dist/bindings/python/tests/cindex/test_cursor_kind.py
  vendor/clang/dist/bindings/python/tests/cindex/test_tokens.py
  vendor/clang/dist/bindings/python/tests/cindex/test_translation_unit.py
  vendor/clang/dist/cmake/caches/Apple-stage1.cmake
  vendor/clang/dist/cmake/caches/Apple-stage2.cmake
  vendor/clang/dist/cmake/caches/PGO-stage2-instrumented.cmake
  vendor/clang/dist/cmake/caches/PGO.cmake
  vendor/clang/dist/cmake/modules/AddClang.cmake
  vendor/clang/dist/cmake/modules/CMakeLists.txt
  vendor/clang/dist/docs/AddressSanitizer.rst
  vendor/clang/dist/docs/AttributeReference.rst
  vendor/clang/dist/docs/AutomaticReferenceCounting.rst
  vendor/clang/dist/docs/Block-ABI-Apple.rst
  vendor/clang/dist/docs/ClangCheck.rst
  vendor/clang/dist/docs/ClangFormat.rst
  vendor/clang/dist/docs/ClangFormatStyleOptions.rst
  vendor/clang/dist/docs/CommandGuide/clang.rst
  vendor/clang/dist/docs/ControlFlowIntegrityDesign.rst
  vendor/clang/dist/docs/CrossCompilation.rst
  vendor/clang/dist/docs/HowToSetupToolingForLLVM.rst
  vendor/clang/dist/docs/JSONCompilationDatabase.rst
  vendor/clang/dist/docs/LanguageExtensions.rst
  vendor/clang/dist/docs/LibASTMatchers.rst
  vendor/clang/dist/docs/LibASTMatchersReference.html
  vendor/clang/dist/docs/LibASTMatchersTutorial.rst
  vendor/clang/dist/docs/MSVCCompatibility.rst
  vendor/clang/dist/docs/MemorySanitizer.rst
  vendor/clang/dist/docs/Modules.rst
  vendor/clang/dist/docs/ReleaseNotes.rst
  vendor/clang/dist/docs/SanitizerCoverage.rst
  vendor/clang/dist/docs/SourceBasedCodeCoverage.rst
  vendor/clang/dist/docs/ThreadSanitizer.rst
  vendor/clang/dist/docs/UndefinedBehaviorSanitizer.rst
  vendor/clang/dist/docs/UsersManual.rst
  vendor/clang/dist/docs/analyzer/DebugChecks.rst
  vendor/clang/dist/docs/analyzer/IPA.txt
  vendor/clang/dist/docs/analyzer/conf.py
  vendor/clang/dist/docs/conf.py
  vendor/clang/dist/docs/index.rst
  vendor/clang/dist/examples/AnnotateFunctions/CMakeLists.txt
  vendor/clang/dist/examples/PrintFunctionNames/CMakeLists.txt
  vendor/clang/dist/examples/PrintFunctionNames/PrintFunctionNames.cpp
  vendor/clang/dist/include/clang-c/Index.h
  vendor/clang/dist/include/clang/AST/APValue.h
  vendor/clang/dist/include/clang/AST/ASTConsumer.h
  vendor/clang/dist/include/clang/AST/ASTContext.h
  vendor/clang/dist/include/clang/AST/ASTImporter.h
  vendor/clang/dist/include/clang/AST/ASTMutationListener.h
  vendor/clang/dist/include/clang/AST/ASTTypeTraits.h
  vendor/clang/dist/include/clang/AST/ASTVector.h
  vendor/clang/dist/include/clang/AST/Attr.h
  vendor/clang/dist/include/clang/AST/AttrIterator.h
  vendor/clang/dist/include/clang/AST/CXXInheritance.h
  vendor/clang/dist/include/clang/AST/CanonicalType.h
  vendor/clang/dist/include/clang/AST/CommentLexer.h
  vendor/clang/dist/include/clang/AST/Decl.h
  vendor/clang/dist/include/clang/AST/DeclBase.h
  vendor/clang/dist/include/clang/AST/DeclCXX.h
  vendor/clang/dist/include/clang/AST/DeclFriend.h
  vendor/clang/dist/include/clang/AST/DeclGroup.h
  vendor/clang/dist/include/clang/AST/DeclObjC.h
  vendor/clang/dist/include/clang/AST/DeclOpenMP.h
  vendor/clang/dist/include/clang/AST/DeclTemplate.h
  vendor/clang/dist/include/clang/AST/Expr.h
  vendor/clang/dist/include/clang/AST/ExprCXX.h
  vendor/clang/dist/include/clang/AST/ExprObjC.h
  vendor/clang/dist/include/clang/AST/Mangle.h
  vendor/clang/dist/include/clang/AST/MangleNumberingContext.h
  vendor/clang/dist/include/clang/AST/OpenMPClause.h
  vendor/clang/dist/include/clang/AST/OperationKinds.def
  vendor/clang/dist/include/clang/AST/RecursiveASTVisitor.h
  vendor/clang/dist/include/clang/AST/Redeclarable.h
  vendor/clang/dist/include/clang/AST/Stmt.h
  vendor/clang/dist/include/clang/AST/StmtCXX.h
  vendor/clang/dist/include/clang/AST/StmtGraphTraits.h
  vendor/clang/dist/include/clang/AST/StmtOpenMP.h
  vendor/clang/dist/include/clang/AST/TemplateBase.h
  vendor/clang/dist/include/clang/AST/Type.h
  vendor/clang/dist/include/clang/AST/TypeLoc.h
  vendor/clang/dist/include/clang/AST/TypeNodes.def
  vendor/clang/dist/include/clang/AST/UnresolvedSet.h
  vendor/clang/dist/include/clang/AST/VTTBuilder.h
  vendor/clang/dist/include/clang/AST/VTableBuilder.h
  vendor/clang/dist/include/clang/ASTMatchers/ASTMatchFinder.h
  vendor/clang/dist/include/clang/ASTMatchers/ASTMatchers.h
  vendor/clang/dist/include/clang/ASTMatchers/ASTMatchersInternal.h
  vendor/clang/dist/include/clang/ASTMatchers/ASTMatchersMacros.h
  vendor/clang/dist/include/clang/ASTMatchers/Dynamic/Registry.h
  vendor/clang/dist/include/clang/ASTMatchers/Dynamic/VariantValue.h
  vendor/clang/dist/include/clang/Analysis/Analyses/Consumed.h
  vendor/clang/dist/include/clang/Analysis/Analyses/Dominators.h
  vendor/clang/dist/include/clang/Analysis/Analyses/FormatString.h
  vendor/clang/dist/include/clang/Analysis/Analyses/LiveVariables.h
  vendor/clang/dist/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
  vendor/clang/dist/include/clang/Analysis/Analyses/ThreadSafetyUtil.h
  vendor/clang/dist/include/clang/Analysis/AnalysisContext.h
  vendor/clang/dist/include/clang/Analysis/CFG.h
  vendor/clang/dist/include/clang/Analysis/CallGraph.h
  vendor/clang/dist/include/clang/Analysis/ProgramPoint.h
  vendor/clang/dist/include/clang/Basic/Attr.td
  vendor/clang/dist/include/clang/Basic/AttrDocs.td
  vendor/clang/dist/include/clang/Basic/Attributes.h
  vendor/clang/dist/include/clang/Basic/Builtins.def
  vendor/clang/dist/include/clang/Basic/Builtins.h
  vendor/clang/dist/include/clang/Basic/BuiltinsAMDGPU.def
  vendor/clang/dist/include/clang/Basic/BuiltinsARM.def
  vendor/clang/dist/include/clang/Basic/BuiltinsNVPTX.def
  vendor/clang/dist/include/clang/Basic/BuiltinsPPC.def
  vendor/clang/dist/include/clang/Basic/BuiltinsX86.def
  vendor/clang/dist/include/clang/Basic/DeclNodes.td
  vendor/clang/dist/include/clang/Basic/Diagnostic.h
  vendor/clang/dist/include/clang/Basic/Diagnostic.td
  vendor/clang/dist/include/clang/Basic/DiagnosticASTKinds.td
  vendor/clang/dist/include/clang/Basic/DiagnosticCommonKinds.td
  vendor/clang/dist/include/clang/Basic/DiagnosticDriverKinds.td
  vendor/clang/dist/include/clang/Basic/DiagnosticFrontendKinds.td
  vendor/clang/dist/include/clang/Basic/DiagnosticGroups.td
  vendor/clang/dist/include/clang/Basic/DiagnosticLexKinds.td
  vendor/clang/dist/include/clang/Basic/DiagnosticOptions.def
  vendor/clang/dist/include/clang/Basic/DiagnosticParseKinds.td
  vendor/clang/dist/include/clang/Basic/DiagnosticSemaKinds.td
  vendor/clang/dist/include/clang/Basic/DiagnosticSerializationKinds.td
  vendor/clang/dist/include/clang/Basic/FileManager.h
  vendor/clang/dist/include/clang/Basic/FileSystemStatCache.h
  vendor/clang/dist/include/clang/Basic/IdentifierTable.h
  vendor/clang/dist/include/clang/Basic/LLVM.h
  vendor/clang/dist/include/clang/Basic/LangOptions.def
  vendor/clang/dist/include/clang/Basic/LangOptions.h
  vendor/clang/dist/include/clang/Basic/Linkage.h
  vendor/clang/dist/include/clang/Basic/Module.h
  vendor/clang/dist/include/clang/Basic/ObjCRuntime.h
  vendor/clang/dist/include/clang/Basic/OpenCLExtensions.def
  vendor/clang/dist/include/clang/Basic/OpenCLImageTypes.def
  vendor/clang/dist/include/clang/Basic/OpenCLOptions.h
  vendor/clang/dist/include/clang/Basic/OpenMPKinds.def
  vendor/clang/dist/include/clang/Basic/OpenMPKinds.h
  vendor/clang/dist/include/clang/Basic/PlistSupport.h
  vendor/clang/dist/include/clang/Basic/SourceManager.h
  vendor/clang/dist/include/clang/Basic/SourceManagerInternals.h
  vendor/clang/dist/include/clang/Basic/Specifiers.h
  vendor/clang/dist/include/clang/Basic/StmtNodes.td
  vendor/clang/dist/include/clang/Basic/TargetBuiltins.h
  vendor/clang/dist/include/clang/Basic/TargetCXXABI.h
  vendor/clang/dist/include/clang/Basic/TargetInfo.h
  vendor/clang/dist/include/clang/Basic/TargetOptions.h
  vendor/clang/dist/include/clang/Basic/TokenKinds.def
  vendor/clang/dist/include/clang/Basic/Version.h
  vendor/clang/dist/include/clang/Basic/Version.inc.in
  vendor/clang/dist/include/clang/Basic/VirtualFileSystem.h
  vendor/clang/dist/include/clang/CodeGen/CGFunctionInfo.h
  vendor/clang/dist/include/clang/CodeGen/ModuleBuilder.h
  vendor/clang/dist/include/clang/CodeGen/ObjectFilePCHContainerOperations.h
  vendor/clang/dist/include/clang/CodeGen/SwiftCallingConv.h
  vendor/clang/dist/include/clang/Config/config.h.cmake
  vendor/clang/dist/include/clang/Driver/Action.h
  vendor/clang/dist/include/clang/Driver/CC1Options.td
  vendor/clang/dist/include/clang/Driver/CLCompatOptions.td
  vendor/clang/dist/include/clang/Driver/Compilation.h
  vendor/clang/dist/include/clang/Driver/Driver.h
  vendor/clang/dist/include/clang/Driver/Job.h
  vendor/clang/dist/include/clang/Driver/Multilib.h
  vendor/clang/dist/include/clang/Driver/Options.td
  vendor/clang/dist/include/clang/Driver/SanitizerArgs.h
  vendor/clang/dist/include/clang/Driver/Tool.h
  vendor/clang/dist/include/clang/Driver/ToolChain.h
  vendor/clang/dist/include/clang/Driver/Types.def
  vendor/clang/dist/include/clang/Driver/Types.h
  vendor/clang/dist/include/clang/Edit/Rewriters.h
  vendor/clang/dist/include/clang/Format/Format.h
  vendor/clang/dist/include/clang/Frontend/ASTUnit.h
  vendor/clang/dist/include/clang/Frontend/CodeGenOptions.def
  vendor/clang/dist/include/clang/Frontend/CodeGenOptions.h
  vendor/clang/dist/include/clang/Frontend/CompilerInstance.h
  vendor/clang/dist/include/clang/Frontend/CompilerInvocation.h
  vendor/clang/dist/include/clang/Frontend/DiagnosticRenderer.h
  vendor/clang/dist/include/clang/Frontend/FrontendActions.h
  vendor/clang/dist/include/clang/Frontend/FrontendOptions.h
  vendor/clang/dist/include/clang/Frontend/FrontendPluginRegistry.h
  vendor/clang/dist/include/clang/Frontend/LangStandards.def
  vendor/clang/dist/include/clang/Frontend/PCHContainerOperations.h
  vendor/clang/dist/include/clang/Frontend/PreprocessorOutputOptions.h
  vendor/clang/dist/include/clang/Frontend/SerializedDiagnosticReader.h
  vendor/clang/dist/include/clang/Frontend/TextDiagnostic.h
  vendor/clang/dist/include/clang/Frontend/Utils.h
  vendor/clang/dist/include/clang/Index/CommentToXML.h
  vendor/clang/dist/include/clang/Index/IndexSymbol.h
  vendor/clang/dist/include/clang/Lex/DirectoryLookup.h
  vendor/clang/dist/include/clang/Lex/HeaderMap.h
  vendor/clang/dist/include/clang/Lex/HeaderSearch.h
  vendor/clang/dist/include/clang/Lex/HeaderSearchOptions.h
  vendor/clang/dist/include/clang/Lex/LiteralSupport.h
  vendor/clang/dist/include/clang/Lex/ModuleLoader.h
  vendor/clang/dist/include/clang/Lex/ModuleMap.h
  vendor/clang/dist/include/clang/Lex/PPCallbacks.h
  vendor/clang/dist/include/clang/Lex/PTHManager.h
  vendor/clang/dist/include/clang/Lex/PreprocessingRecord.h
  vendor/clang/dist/include/clang/Lex/Preprocessor.h
  vendor/clang/dist/include/clang/Lex/PreprocessorOptions.h
  vendor/clang/dist/include/clang/Parse/Parser.h
  vendor/clang/dist/include/clang/Rewrite/Core/HTMLRewrite.h
  vendor/clang/dist/include/clang/Sema/AttributeList.h
  vendor/clang/dist/include/clang/Sema/CodeCompleteConsumer.h
  vendor/clang/dist/include/clang/Sema/DeclSpec.h
  vendor/clang/dist/include/clang/Sema/DelayedDiagnostic.h
  vendor/clang/dist/include/clang/Sema/ExternalSemaSource.h
  vendor/clang/dist/include/clang/Sema/Initialization.h
  vendor/clang/dist/include/clang/Sema/MultiplexExternalSemaSource.h
  vendor/clang/dist/include/clang/Sema/Overload.h
  vendor/clang/dist/include/clang/Sema/Ownership.h
  vendor/clang/dist/include/clang/Sema/ScopeInfo.h
  vendor/clang/dist/include/clang/Sema/Sema.h
  vendor/clang/dist/include/clang/Sema/SemaInternal.h
  vendor/clang/dist/include/clang/Sema/Template.h
  vendor/clang/dist/include/clang/Sema/TemplateDeduction.h
  vendor/clang/dist/include/clang/Sema/TypoCorrection.h
  vendor/clang/dist/include/clang/Serialization/ASTBitCodes.h
  vendor/clang/dist/include/clang/Serialization/ASTReader.h
  vendor/clang/dist/include/clang/Serialization/ASTWriter.h
  vendor/clang/dist/include/clang/Serialization/Module.h
  vendor/clang/dist/include/clang/Serialization/ModuleManager.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Checkers/Checkers.td
  vendor/clang/dist/include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Checkers/SValExplainer.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/Checker.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/CheckerManager.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/CheckerRegistry.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Frontend/FrontendActions.h
  vendor/clang/dist/include/clang/Tooling/CompilationDatabase.h
  vendor/clang/dist/include/clang/Tooling/Core/Replacement.h
  vendor/clang/dist/include/clang/Tooling/FileMatchTrie.h
  vendor/clang/dist/include/clang/Tooling/JSONCompilationDatabase.h
  vendor/clang/dist/include/clang/Tooling/Refactoring.h
  vendor/clang/dist/include/clang/Tooling/ReplacementsYaml.h
  vendor/clang/dist/include/clang/module.modulemap
  vendor/clang/dist/lib/ARCMigrate/ARCMT.cpp
  vendor/clang/dist/lib/ARCMigrate/FileRemapper.cpp
  vendor/clang/dist/lib/ARCMigrate/Transforms.cpp
  vendor/clang/dist/lib/AST/APValue.cpp
  vendor/clang/dist/lib/AST/ASTContext.cpp
  vendor/clang/dist/lib/AST/ASTDiagnostic.cpp
  vendor/clang/dist/lib/AST/ASTDumper.cpp
  vendor/clang/dist/lib/AST/ASTImporter.cpp
  vendor/clang/dist/lib/AST/ASTTypeTraits.cpp
  vendor/clang/dist/lib/AST/AttrImpl.cpp
  vendor/clang/dist/lib/AST/CXXABI.h
  vendor/clang/dist/lib/AST/CXXInheritance.cpp
  vendor/clang/dist/lib/AST/Comment.cpp
  vendor/clang/dist/lib/AST/CommentBriefParser.cpp
  vendor/clang/dist/lib/AST/CommentLexer.cpp
  vendor/clang/dist/lib/AST/CommentParser.cpp
  vendor/clang/dist/lib/AST/CommentSema.cpp
  vendor/clang/dist/lib/AST/Decl.cpp
  vendor/clang/dist/lib/AST/DeclBase.cpp
  vendor/clang/dist/lib/AST/DeclCXX.cpp
  vendor/clang/dist/lib/AST/DeclGroup.cpp
  vendor/clang/dist/lib/AST/DeclObjC.cpp
  vendor/clang/dist/lib/AST/DeclOpenMP.cpp
  vendor/clang/dist/lib/AST/DeclPrinter.cpp
  vendor/clang/dist/lib/AST/DeclTemplate.cpp
  vendor/clang/dist/lib/AST/DeclarationName.cpp
  vendor/clang/dist/lib/AST/Expr.cpp
  vendor/clang/dist/lib/AST/ExprCXX.cpp
  vendor/clang/dist/lib/AST/ExprClassification.cpp
  vendor/clang/dist/lib/AST/ExprConstant.cpp
  vendor/clang/dist/lib/AST/ExprObjC.cpp
  vendor/clang/dist/lib/AST/ItaniumCXXABI.cpp
  vendor/clang/dist/lib/AST/ItaniumMangle.cpp
  vendor/clang/dist/lib/AST/Mangle.cpp
  vendor/clang/dist/lib/AST/MicrosoftCXXABI.cpp
  vendor/clang/dist/lib/AST/MicrosoftMangle.cpp
  vendor/clang/dist/lib/AST/NestedNameSpecifier.cpp
  vendor/clang/dist/lib/AST/OpenMPClause.cpp
  vendor/clang/dist/lib/AST/RawCommentList.cpp
  vendor/clang/dist/lib/AST/Stmt.cpp
  vendor/clang/dist/lib/AST/StmtCXX.cpp
  vendor/clang/dist/lib/AST/StmtObjC.cpp
  vendor/clang/dist/lib/AST/StmtOpenMP.cpp
  vendor/clang/dist/lib/AST/StmtPrinter.cpp
  vendor/clang/dist/lib/AST/StmtProfile.cpp
  vendor/clang/dist/lib/AST/TemplateBase.cpp
  vendor/clang/dist/lib/AST/Type.cpp
  vendor/clang/dist/lib/AST/TypeLoc.cpp
  vendor/clang/dist/lib/AST/TypePrinter.cpp
  vendor/clang/dist/lib/AST/VTableBuilder.cpp
  vendor/clang/dist/lib/ASTMatchers/ASTMatchFinder.cpp
  vendor/clang/dist/lib/ASTMatchers/ASTMatchersInternal.cpp
  vendor/clang/dist/lib/ASTMatchers/Dynamic/Marshallers.h
  vendor/clang/dist/lib/ASTMatchers/Dynamic/Parser.cpp
  vendor/clang/dist/lib/ASTMatchers/Dynamic/Registry.cpp
  vendor/clang/dist/lib/Analysis/AnalysisDeclContext.cpp
  vendor/clang/dist/lib/Analysis/CFG.cpp
  vendor/clang/dist/lib/Analysis/CMakeLists.txt
  vendor/clang/dist/lib/Analysis/CallGraph.cpp
  vendor/clang/dist/lib/Analysis/Consumed.cpp
  vendor/clang/dist/lib/Analysis/FormatString.cpp
  vendor/clang/dist/lib/Analysis/FormatStringParsing.h
  vendor/clang/dist/lib/Analysis/LiveVariables.cpp
  vendor/clang/dist/lib/Analysis/PrintfFormatString.cpp
  vendor/clang/dist/lib/Analysis/ReachableCode.cpp
  vendor/clang/dist/lib/Analysis/ScanfFormatString.cpp
  vendor/clang/dist/lib/Analysis/ThreadSafety.cpp
  vendor/clang/dist/lib/Analysis/ThreadSafetyCommon.cpp
  vendor/clang/dist/lib/Analysis/UninitializedValues.cpp
  vendor/clang/dist/lib/Basic/CMakeLists.txt
  vendor/clang/dist/lib/Basic/Diagnostic.cpp
  vendor/clang/dist/lib/Basic/DiagnosticOptions.cpp
  vendor/clang/dist/lib/Basic/FileManager.cpp
  vendor/clang/dist/lib/Basic/FileSystemStatCache.cpp
  vendor/clang/dist/lib/Basic/IdentifierTable.cpp
  vendor/clang/dist/lib/Basic/LangOptions.cpp
  vendor/clang/dist/lib/Basic/Module.cpp
  vendor/clang/dist/lib/Basic/OpenMPKinds.cpp
  vendor/clang/dist/lib/Basic/SourceLocation.cpp
  vendor/clang/dist/lib/Basic/SourceManager.cpp
  vendor/clang/dist/lib/Basic/TargetInfo.cpp
  vendor/clang/dist/lib/Basic/Targets.cpp
  vendor/clang/dist/lib/Basic/Version.cpp
  vendor/clang/dist/lib/Basic/VirtualFileSystem.cpp
  vendor/clang/dist/lib/CodeGen/ABIInfo.h
  vendor/clang/dist/lib/CodeGen/BackendUtil.cpp
  vendor/clang/dist/lib/CodeGen/CGAtomic.cpp
  vendor/clang/dist/lib/CodeGen/CGBlocks.cpp
  vendor/clang/dist/lib/CodeGen/CGBlocks.h
  vendor/clang/dist/lib/CodeGen/CGBuilder.h
  vendor/clang/dist/lib/CodeGen/CGBuiltin.cpp
  vendor/clang/dist/lib/CodeGen/CGCUDABuiltin.cpp
  vendor/clang/dist/lib/CodeGen/CGCUDANV.cpp
  vendor/clang/dist/lib/CodeGen/CGCUDARuntime.cpp
  vendor/clang/dist/lib/CodeGen/CGCXX.cpp
  vendor/clang/dist/lib/CodeGen/CGCXXABI.cpp
  vendor/clang/dist/lib/CodeGen/CGCXXABI.h
  vendor/clang/dist/lib/CodeGen/CGCall.cpp
  vendor/clang/dist/lib/CodeGen/CGCall.h
  vendor/clang/dist/lib/CodeGen/CGClass.cpp
  vendor/clang/dist/lib/CodeGen/CGCleanup.cpp
  vendor/clang/dist/lib/CodeGen/CGCleanup.h
  vendor/clang/dist/lib/CodeGen/CGDebugInfo.cpp
  vendor/clang/dist/lib/CodeGen/CGDebugInfo.h
  vendor/clang/dist/lib/CodeGen/CGDecl.cpp
  vendor/clang/dist/lib/CodeGen/CGDeclCXX.cpp
  vendor/clang/dist/lib/CodeGen/CGException.cpp
  vendor/clang/dist/lib/CodeGen/CGExpr.cpp
  vendor/clang/dist/lib/CodeGen/CGExprAgg.cpp
  vendor/clang/dist/lib/CodeGen/CGExprCXX.cpp
  vendor/clang/dist/lib/CodeGen/CGExprComplex.cpp
  vendor/clang/dist/lib/CodeGen/CGExprConstant.cpp
  vendor/clang/dist/lib/CodeGen/CGExprScalar.cpp
  vendor/clang/dist/lib/CodeGen/CGLoopInfo.cpp
  vendor/clang/dist/lib/CodeGen/CGLoopInfo.h
  vendor/clang/dist/lib/CodeGen/CGObjC.cpp
  vendor/clang/dist/lib/CodeGen/CGObjCGNU.cpp
  vendor/clang/dist/lib/CodeGen/CGObjCMac.cpp
  vendor/clang/dist/lib/CodeGen/CGObjCRuntime.cpp
  vendor/clang/dist/lib/CodeGen/CGObjCRuntime.h
  vendor/clang/dist/lib/CodeGen/CGOpenCLRuntime.cpp
  vendor/clang/dist/lib/CodeGen/CGOpenCLRuntime.h
  vendor/clang/dist/lib/CodeGen/CGOpenMPRuntime.cpp
  vendor/clang/dist/lib/CodeGen/CGOpenMPRuntime.h
  vendor/clang/dist/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  vendor/clang/dist/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
  vendor/clang/dist/lib/CodeGen/CGStmt.cpp
  vendor/clang/dist/lib/CodeGen/CGStmtOpenMP.cpp
  vendor/clang/dist/lib/CodeGen/CGVTT.cpp
  vendor/clang/dist/lib/CodeGen/CGVTables.cpp
  vendor/clang/dist/lib/CodeGen/CGVTables.h
  vendor/clang/dist/lib/CodeGen/CMakeLists.txt
  vendor/clang/dist/lib/CodeGen/CodeGenAction.cpp
  vendor/clang/dist/lib/CodeGen/CodeGenFunction.cpp
  vendor/clang/dist/lib/CodeGen/CodeGenFunction.h
  vendor/clang/dist/lib/CodeGen/CodeGenModule.cpp
  vendor/clang/dist/lib/CodeGen/CodeGenModule.h
  vendor/clang/dist/lib/CodeGen/CodeGenPGO.cpp
  vendor/clang/dist/lib/CodeGen/CodeGenPGO.h
  vendor/clang/dist/lib/CodeGen/CodeGenTypeCache.h
  vendor/clang/dist/lib/CodeGen/CodeGenTypes.cpp
  vendor/clang/dist/lib/CodeGen/CodeGenTypes.h
  vendor/clang/dist/lib/CodeGen/CoverageMappingGen.cpp
  vendor/clang/dist/lib/CodeGen/CoverageMappingGen.h
  vendor/clang/dist/lib/CodeGen/EHScopeStack.h
  vendor/clang/dist/lib/CodeGen/ItaniumCXXABI.cpp
  vendor/clang/dist/lib/CodeGen/MicrosoftCXXABI.cpp
  vendor/clang/dist/lib/CodeGen/ModuleBuilder.cpp
  vendor/clang/dist/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
  vendor/clang/dist/lib/CodeGen/SanitizerMetadata.cpp
  vendor/clang/dist/lib/CodeGen/SwiftCallingConv.cpp
  vendor/clang/dist/lib/CodeGen/TargetInfo.cpp
  vendor/clang/dist/lib/CodeGen/TargetInfo.h
  vendor/clang/dist/lib/Driver/Action.cpp
  vendor/clang/dist/lib/Driver/CMakeLists.txt
  vendor/clang/dist/lib/Driver/Compilation.cpp
  vendor/clang/dist/lib/Driver/CrossWindowsToolChain.cpp
  vendor/clang/dist/lib/Driver/Driver.cpp
  vendor/clang/dist/lib/Driver/Job.cpp
  vendor/clang/dist/lib/Driver/MSVCToolChain.cpp
  vendor/clang/dist/lib/Driver/Multilib.cpp
  vendor/clang/dist/lib/Driver/SanitizerArgs.cpp
  vendor/clang/dist/lib/Driver/Tool.cpp
  vendor/clang/dist/lib/Driver/ToolChain.cpp
  vendor/clang/dist/lib/Driver/ToolChains.cpp
  vendor/clang/dist/lib/Driver/ToolChains.h
  vendor/clang/dist/lib/Driver/Tools.cpp
  vendor/clang/dist/lib/Driver/Tools.h
  vendor/clang/dist/lib/Driver/Types.cpp
  vendor/clang/dist/lib/Edit/RewriteObjCFoundationAPI.cpp
  vendor/clang/dist/lib/Format/BreakableToken.cpp
  vendor/clang/dist/lib/Format/CMakeLists.txt
  vendor/clang/dist/lib/Format/ContinuationIndenter.cpp
  vendor/clang/dist/lib/Format/Encoding.h
  vendor/clang/dist/lib/Format/Format.cpp
  vendor/clang/dist/lib/Format/FormatToken.cpp
  vendor/clang/dist/lib/Format/FormatToken.h
  vendor/clang/dist/lib/Format/FormatTokenLexer.cpp
  vendor/clang/dist/lib/Format/FormatTokenLexer.h
  vendor/clang/dist/lib/Format/SortJavaScriptImports.cpp
  vendor/clang/dist/lib/Format/TokenAnalyzer.cpp
  vendor/clang/dist/lib/Format/TokenAnalyzer.h
  vendor/clang/dist/lib/Format/TokenAnnotator.cpp
  vendor/clang/dist/lib/Format/TokenAnnotator.h
  vendor/clang/dist/lib/Format/UnwrappedLineFormatter.cpp
  vendor/clang/dist/lib/Format/UnwrappedLineFormatter.h
  vendor/clang/dist/lib/Format/UnwrappedLineParser.cpp
  vendor/clang/dist/lib/Format/WhitespaceManager.cpp
  vendor/clang/dist/lib/Format/WhitespaceManager.h
  vendor/clang/dist/lib/Frontend/ASTConsumers.cpp
  vendor/clang/dist/lib/Frontend/ASTUnit.cpp
  vendor/clang/dist/lib/Frontend/CacheTokens.cpp
  vendor/clang/dist/lib/Frontend/ChainedIncludesSource.cpp
  vendor/clang/dist/lib/Frontend/CompilerInstance.cpp
  vendor/clang/dist/lib/Frontend/CompilerInvocation.cpp
  vendor/clang/dist/lib/Frontend/DependencyFile.cpp
  vendor/clang/dist/lib/Frontend/DiagnosticRenderer.cpp
  vendor/clang/dist/lib/Frontend/FrontendAction.cpp
  vendor/clang/dist/lib/Frontend/FrontendActions.cpp
  vendor/clang/dist/lib/Frontend/FrontendOptions.cpp
  vendor/clang/dist/lib/Frontend/InitHeaderSearch.cpp
  vendor/clang/dist/lib/Frontend/InitPreprocessor.cpp
  vendor/clang/dist/lib/Frontend/ModuleDependencyCollector.cpp
  vendor/clang/dist/lib/Frontend/MultiplexConsumer.cpp
  vendor/clang/dist/lib/Frontend/PCHContainerOperations.cpp
  vendor/clang/dist/lib/Frontend/PrintPreprocessedOutput.cpp
  vendor/clang/dist/lib/Frontend/Rewrite/FrontendActions.cpp
  vendor/clang/dist/lib/Frontend/Rewrite/HTMLPrint.cpp
  vendor/clang/dist/lib/Frontend/Rewrite/InclusionRewriter.cpp
  vendor/clang/dist/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  vendor/clang/dist/lib/Frontend/Rewrite/RewriteObjC.cpp
  vendor/clang/dist/lib/Frontend/Rewrite/RewriteTest.cpp
  vendor/clang/dist/lib/Frontend/SerializedDiagnosticPrinter.cpp
  vendor/clang/dist/lib/Frontend/SerializedDiagnosticReader.cpp
  vendor/clang/dist/lib/Frontend/TextDiagnostic.cpp
  vendor/clang/dist/lib/Frontend/TextDiagnosticPrinter.cpp
  vendor/clang/dist/lib/Frontend/VerifyDiagnosticConsumer.cpp
  vendor/clang/dist/lib/FrontendTool/ExecuteCompilerInvocation.cpp
  vendor/clang/dist/lib/Headers/CMakeLists.txt
  vendor/clang/dist/lib/Headers/__clang_cuda_cmath.h
  vendor/clang/dist/lib/Headers/__clang_cuda_math_forward_declares.h
  vendor/clang/dist/lib/Headers/__clang_cuda_runtime_wrapper.h
  vendor/clang/dist/lib/Headers/__wmmintrin_aes.h
  vendor/clang/dist/lib/Headers/__wmmintrin_pclmul.h
  vendor/clang/dist/lib/Headers/altivec.h
  vendor/clang/dist/lib/Headers/ammintrin.h
  vendor/clang/dist/lib/Headers/avx512bwintrin.h
  vendor/clang/dist/lib/Headers/avx512dqintrin.h
  vendor/clang/dist/lib/Headers/avx512fintrin.h
  vendor/clang/dist/lib/Headers/avx512vlbwintrin.h
  vendor/clang/dist/lib/Headers/avx512vldqintrin.h
  vendor/clang/dist/lib/Headers/avx512vlintrin.h
  vendor/clang/dist/lib/Headers/avxintrin.h
  vendor/clang/dist/lib/Headers/bmiintrin.h
  vendor/clang/dist/lib/Headers/emmintrin.h
  vendor/clang/dist/lib/Headers/f16cintrin.h
  vendor/clang/dist/lib/Headers/float.h
  vendor/clang/dist/lib/Headers/fxsrintrin.h
  vendor/clang/dist/lib/Headers/ia32intrin.h
  vendor/clang/dist/lib/Headers/immintrin.h
  vendor/clang/dist/lib/Headers/intrin.h
  vendor/clang/dist/lib/Headers/lzcntintrin.h
  vendor/clang/dist/lib/Headers/mmintrin.h
  vendor/clang/dist/lib/Headers/module.modulemap
  vendor/clang/dist/lib/Headers/opencl-c.h
  vendor/clang/dist/lib/Headers/pmmintrin.h
  vendor/clang/dist/lib/Headers/popcntintrin.h
  vendor/clang/dist/lib/Headers/stdatomic.h
  vendor/clang/dist/lib/Headers/tmmintrin.h
  vendor/clang/dist/lib/Headers/xmmintrin.h
  vendor/clang/dist/lib/Index/CommentToXML.cpp
  vendor/clang/dist/lib/Index/IndexBody.cpp
  vendor/clang/dist/lib/Index/IndexDecl.cpp
  vendor/clang/dist/lib/Index/IndexSymbol.cpp
  vendor/clang/dist/lib/Index/IndexingContext.cpp
  vendor/clang/dist/lib/Index/USRGeneration.cpp
  vendor/clang/dist/lib/Lex/HeaderMap.cpp
  vendor/clang/dist/lib/Lex/HeaderSearch.cpp
  vendor/clang/dist/lib/Lex/Lexer.cpp
  vendor/clang/dist/lib/Lex/LiteralSupport.cpp
  vendor/clang/dist/lib/Lex/MacroInfo.cpp
  vendor/clang/dist/lib/Lex/ModuleMap.cpp
  vendor/clang/dist/lib/Lex/PPCaching.cpp
  vendor/clang/dist/lib/Lex/PPDirectives.cpp
  vendor/clang/dist/lib/Lex/PPExpressions.cpp
  vendor/clang/dist/lib/Lex/PPLexerChange.cpp
  vendor/clang/dist/lib/Lex/PPMacroExpansion.cpp
  vendor/clang/dist/lib/Lex/PTHLexer.cpp
  vendor/clang/dist/lib/Lex/Pragma.cpp
  vendor/clang/dist/lib/Lex/PreprocessingRecord.cpp
  vendor/clang/dist/lib/Lex/Preprocessor.cpp
  vendor/clang/dist/lib/Lex/TokenConcatenation.cpp
  vendor/clang/dist/lib/Lex/TokenLexer.cpp
  vendor/clang/dist/lib/Parse/ParseAST.cpp
  vendor/clang/dist/lib/Parse/ParseCXXInlineMethods.cpp
  vendor/clang/dist/lib/Parse/ParseDecl.cpp
  vendor/clang/dist/lib/Parse/ParseDeclCXX.cpp
  vendor/clang/dist/lib/Parse/ParseExpr.cpp
  vendor/clang/dist/lib/Parse/ParseExprCXX.cpp
  vendor/clang/dist/lib/Parse/ParseInit.cpp
  vendor/clang/dist/lib/Parse/ParseObjc.cpp
  vendor/clang/dist/lib/Parse/ParseOpenMP.cpp
  vendor/clang/dist/lib/Parse/ParsePragma.cpp
  vendor/clang/dist/lib/Parse/ParseStmt.cpp
  vendor/clang/dist/lib/Parse/ParseStmtAsm.cpp
  vendor/clang/dist/lib/Parse/ParseTemplate.cpp
  vendor/clang/dist/lib/Parse/ParseTentative.cpp
  vendor/clang/dist/lib/Parse/Parser.cpp
  vendor/clang/dist/lib/Rewrite/HTMLRewrite.cpp
  vendor/clang/dist/lib/Sema/AnalysisBasedWarnings.cpp
  vendor/clang/dist/lib/Sema/AttributeList.cpp
  vendor/clang/dist/lib/Sema/CodeCompleteConsumer.cpp
  vendor/clang/dist/lib/Sema/DeclSpec.cpp
  vendor/clang/dist/lib/Sema/DelayedDiagnostic.cpp
  vendor/clang/dist/lib/Sema/JumpDiagnostics.cpp
  vendor/clang/dist/lib/Sema/MultiplexExternalSemaSource.cpp
  vendor/clang/dist/lib/Sema/ScopeInfo.cpp
  vendor/clang/dist/lib/Sema/Sema.cpp
  vendor/clang/dist/lib/Sema/SemaAttr.cpp
  vendor/clang/dist/lib/Sema/SemaCUDA.cpp
  vendor/clang/dist/lib/Sema/SemaCXXScopeSpec.cpp
  vendor/clang/dist/lib/Sema/SemaCast.cpp
  vendor/clang/dist/lib/Sema/SemaChecking.cpp
  vendor/clang/dist/lib/Sema/SemaCodeComplete.cpp
  vendor/clang/dist/lib/Sema/SemaCoroutine.cpp
  vendor/clang/dist/lib/Sema/SemaDecl.cpp
  vendor/clang/dist/lib/Sema/SemaDeclAttr.cpp
  vendor/clang/dist/lib/Sema/SemaDeclCXX.cpp
  vendor/clang/dist/lib/Sema/SemaDeclObjC.cpp
  vendor/clang/dist/lib/Sema/SemaExceptionSpec.cpp
  vendor/clang/dist/lib/Sema/SemaExpr.cpp
  vendor/clang/dist/lib/Sema/SemaExprCXX.cpp
  vendor/clang/dist/lib/Sema/SemaExprMember.cpp
  vendor/clang/dist/lib/Sema/SemaExprObjC.cpp
  vendor/clang/dist/lib/Sema/SemaInit.cpp
  vendor/clang/dist/lib/Sema/SemaLambda.cpp
  vendor/clang/dist/lib/Sema/SemaLookup.cpp
  vendor/clang/dist/lib/Sema/SemaObjCProperty.cpp
  vendor/clang/dist/lib/Sema/SemaOpenMP.cpp
  vendor/clang/dist/lib/Sema/SemaOverload.cpp
  vendor/clang/dist/lib/Sema/SemaPseudoObject.cpp
  vendor/clang/dist/lib/Sema/SemaStmt.cpp
  vendor/clang/dist/lib/Sema/SemaStmtAsm.cpp
  vendor/clang/dist/lib/Sema/SemaStmtAttr.cpp
  vendor/clang/dist/lib/Sema/SemaTemplate.cpp
  vendor/clang/dist/lib/Sema/SemaTemplateDeduction.cpp
  vendor/clang/dist/lib/Sema/SemaTemplateInstantiate.cpp
  vendor/clang/dist/lib/Sema/SemaTemplateInstantiateDecl.cpp
  vendor/clang/dist/lib/Sema/SemaTemplateVariadic.cpp
  vendor/clang/dist/lib/Sema/SemaType.cpp
  vendor/clang/dist/lib/Sema/TreeTransform.h
  vendor/clang/dist/lib/Sema/TypeLocBuilder.h
  vendor/clang/dist/lib/Serialization/ASTCommon.cpp
  vendor/clang/dist/lib/Serialization/ASTCommon.h
  vendor/clang/dist/lib/Serialization/ASTReader.cpp
  vendor/clang/dist/lib/Serialization/ASTReaderDecl.cpp
  vendor/clang/dist/lib/Serialization/ASTReaderInternals.h
  vendor/clang/dist/lib/Serialization/ASTReaderStmt.cpp
  vendor/clang/dist/lib/Serialization/ASTWriter.cpp
  vendor/clang/dist/lib/Serialization/ASTWriterDecl.cpp
  vendor/clang/dist/lib/Serialization/ASTWriterStmt.cpp
  vendor/clang/dist/lib/Serialization/GeneratePCH.cpp
  vendor/clang/dist/lib/Serialization/GlobalModuleIndex.cpp
  vendor/clang/dist/lib/Serialization/Module.cpp
  vendor/clang/dist/lib/Serialization/ModuleFileExtension.cpp
  vendor/clang/dist/lib/Serialization/ModuleManager.cpp
  vendor/clang/dist/lib/Serialization/MultiOnDiskHashTable.h
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/CMakeLists.txt
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.h
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/MPI-Checker/MPITypes.h
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/BugReporter.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/CallEvent.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/CheckerManager.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/CheckerRegistry.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/CoreEngine.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/ExprEngine.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/IssueHash.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/MemRegion.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/ProgramState.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/RegionStore.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/SValBuilder.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/SVals.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/SimpleConstraintManager.h
  vendor/clang/dist/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/Store.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/SymbolManager.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Frontend/ModelInjector.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Frontend/ModelInjector.h
  vendor/clang/dist/lib/Tooling/ArgumentsAdjusters.cpp
  vendor/clang/dist/lib/Tooling/CMakeLists.txt
  vendor/clang/dist/lib/Tooling/CompilationDatabase.cpp
  vendor/clang/dist/lib/Tooling/Core/Lookup.cpp
  vendor/clang/dist/lib/Tooling/Core/QualTypeNames.cpp
  vendor/clang/dist/lib/Tooling/Core/Replacement.cpp
  vendor/clang/dist/lib/Tooling/JSONCompilationDatabase.cpp
  vendor/clang/dist/lib/Tooling/Refactoring.cpp
  vendor/clang/dist/lib/Tooling/RefactoringCallbacks.cpp
  vendor/clang/dist/lib/Tooling/Tooling.cpp
  vendor/clang/dist/runtime/CMakeLists.txt
  vendor/clang/dist/test/Analysis/CFDateGC.m
  vendor/clang/dist/test/Analysis/CFNumber.c
  vendor/clang/dist/test/Analysis/CFRetainRelease_NSAssertionHandler.m
  vendor/clang/dist/test/Analysis/CGColorSpace.c
  vendor/clang/dist/test/Analysis/CheckNSError.m
  vendor/clang/dist/test/Analysis/DeallocMissingRelease.m
  vendor/clang/dist/test/Analysis/DeallocUseAfterFreeErrors.m
  vendor/clang/dist/test/Analysis/Inputs/qt-simulator.h
  vendor/clang/dist/test/Analysis/Inputs/system-header-simulator-cxx.h
  vendor/clang/dist/test/Analysis/Inputs/system-header-simulator-objc.h
  vendor/clang/dist/test/Analysis/Inputs/system-header-simulator.h
  vendor/clang/dist/test/Analysis/NSPanel.m
  vendor/clang/dist/test/Analysis/NSString.m
  vendor/clang/dist/test/Analysis/NSWindow.m
  vendor/clang/dist/test/Analysis/NewDelete-checker-test.cpp
  vendor/clang/dist/test/Analysis/ObjCProperties.m
  vendor/clang/dist/test/Analysis/PR2599.m
  vendor/clang/dist/test/Analysis/PR3991.m
  vendor/clang/dist/test/Analysis/additive-folding-range-constraints.c
  vendor/clang/dist/test/Analysis/additive-folding.cpp
  vendor/clang/dist/test/Analysis/analyzeOneFunction.m
  vendor/clang/dist/test/Analysis/array-struct-region.c
  vendor/clang/dist/test/Analysis/array-struct.c
  vendor/clang/dist/test/Analysis/blocks.m
  vendor/clang/dist/test/Analysis/casts.c
  vendor/clang/dist/test/Analysis/cfg.cpp
  vendor/clang/dist/test/Analysis/cfref_PR2519.c
  vendor/clang/dist/test/Analysis/cfref_rdar6080742.c
  vendor/clang/dist/test/Analysis/comparison-implicit-casts.cpp
  vendor/clang/dist/test/Analysis/complex.c
  vendor/clang/dist/test/Analysis/conditional-path-notes.c
  vendor/clang/dist/test/Analysis/dead-stores.c
  vendor/clang/dist/test/Analysis/dead-stores.cpp
  vendor/clang/dist/test/Analysis/edges-new.mm
  vendor/clang/dist/test/Analysis/explain-svals.cpp
  vendor/clang/dist/test/Analysis/generics.m
  vendor/clang/dist/test/Analysis/inline.c
  vendor/clang/dist/test/Analysis/inline.cpp
  vendor/clang/dist/test/Analysis/inlining/InlineObjCClassMethod.m
  vendor/clang/dist/test/Analysis/inlining/false-positive-suppression.m
  vendor/clang/dist/test/Analysis/inlining/path-notes.m
  vendor/clang/dist/test/Analysis/localization-aggressive.m
  vendor/clang/dist/test/Analysis/localization.m
  vendor/clang/dist/test/Analysis/malloc-plist.c
  vendor/clang/dist/test/Analysis/malloc.c
  vendor/clang/dist/test/Analysis/malloc.cpp
  vendor/clang/dist/test/Analysis/misc-ps-64.m
  vendor/clang/dist/test/Analysis/misc-ps-eager-assume.m
  vendor/clang/dist/test/Analysis/misc-ps-ranges.m
  vendor/clang/dist/test/Analysis/misc-ps-region-store.cpp
  vendor/clang/dist/test/Analysis/misc-ps.c
  vendor/clang/dist/test/Analysis/misc-ps.m
  vendor/clang/dist/test/Analysis/model-file.cpp
  vendor/clang/dist/test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret-region.m
  vendor/clang/dist/test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret.m
  vendor/clang/dist/test/Analysis/null-deref-ps.c
  vendor/clang/dist/test/Analysis/nullability-no-arc.mm
  vendor/clang/dist/test/Analysis/nullability.mm
  vendor/clang/dist/test/Analysis/nullability_nullonly.mm
  vendor/clang/dist/test/Analysis/objc-arc.m
  vendor/clang/dist/test/Analysis/out-of-bounds.c
  vendor/clang/dist/test/Analysis/padding_message.cpp
  vendor/clang/dist/test/Analysis/plist-html-macros.c
  vendor/clang/dist/test/Analysis/plist-output-alternate.m
  vendor/clang/dist/test/Analysis/plist-output.m
  vendor/clang/dist/test/Analysis/pointer-to-member.cpp
  vendor/clang/dist/test/Analysis/qt_malloc.cpp
  vendor/clang/dist/test/Analysis/rdar-6562655.m
  vendor/clang/dist/test/Analysis/rdar-6600344-nil-receiver-undefined-struct-ret.m
  vendor/clang/dist/test/Analysis/reference.cpp
  vendor/clang/dist/test/Analysis/retain-release-path-notes-gc.m
  vendor/clang/dist/test/Analysis/retain-release-path-notes.m
  vendor/clang/dist/test/Analysis/retain-release.m
  vendor/clang/dist/test/Analysis/string.c
  vendor/clang/dist/test/Analysis/symbol-reaper.c
  vendor/clang/dist/test/Analysis/temp-obj-dtors-cfg-output.cpp
  vendor/clang/dist/test/Analysis/temporaries.cpp
  vendor/clang/dist/test/Analysis/unions-region.m
  vendor/clang/dist/test/Analysis/unix-api.c
  vendor/clang/dist/test/Analysis/unix-fns.c
  vendor/clang/dist/test/Analysis/unreachable-code-path.c
  vendor/clang/dist/test/Analysis/virtualcall.cpp
  vendor/clang/dist/test/Analysis/virtualcall.h
  vendor/clang/dist/test/CMakeLists.txt
  vendor/clang/dist/test/CXX/basic/basic.lookup/basic.lookup.elab/p2.cpp
  vendor/clang/dist/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-noexceptions.cpp
  vendor/clang/dist/test/CXX/basic/basic.stc/basic.stc.dynamic/p2.cpp
  vendor/clang/dist/test/CXX/class.access/class.friend/p1.cpp
  vendor/clang/dist/test/CXX/class.access/p4.cpp
  vendor/clang/dist/test/CXX/class.derived/class.abstract/p16.cpp
  vendor/clang/dist/test/CXX/class/class.union/p1.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/basic.namespace/namespace.def/p7.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p8-cxx0x.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/p2-0x.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/p1.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.init/dcl.init.list/p7-0x-fixits.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-cxx03-extra-copy.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-examples.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.init/p5.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.init/p7.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.meaning/dcl.fct/p6-0x.cpp
  vendor/clang/dist/test/CXX/drs/dr0xx.cpp
  vendor/clang/dist/test/CXX/drs/dr10xx.cpp
  vendor/clang/dist/test/CXX/drs/dr12xx.cpp
  vendor/clang/dist/test/CXX/drs/dr13xx.cpp
  vendor/clang/dist/test/CXX/drs/dr14xx.cpp
  vendor/clang/dist/test/CXX/drs/dr15xx.cpp
  vendor/clang/dist/test/CXX/drs/dr16xx.cpp
  vendor/clang/dist/test/CXX/drs/dr18xx.cpp
  vendor/clang/dist/test/CXX/drs/dr1xx.cpp
  vendor/clang/dist/test/CXX/drs/dr2xx.cpp
  vendor/clang/dist/test/CXX/drs/dr4xx.cpp
  vendor/clang/dist/test/CXX/drs/dr5xx.cpp
  vendor/clang/dist/test/CXX/drs/dr6xx.cpp
  vendor/clang/dist/test/CXX/except/except.spec/p2-places.cpp
  vendor/clang/dist/test/CXX/except/except.spec/p5-pointers.cpp
  vendor/clang/dist/test/CXX/expr/expr.const/p2-0x.cpp
  vendor/clang/dist/test/CXX/expr/expr.const/p3-0x.cpp
  vendor/clang/dist/test/CXX/expr/expr.prim/expr.prim.lambda/p19.cpp
  vendor/clang/dist/test/CXX/expr/expr.prim/expr.prim.lambda/p6.cpp
  vendor/clang/dist/test/CXX/expr/expr.unary/expr.new/p20-0x.cpp
  vendor/clang/dist/test/CXX/over/over.oper/over.literal/p6.cpp
  vendor/clang/dist/test/CXX/over/over.over/p1.cpp
  vendor/clang/dist/test/CXX/special/class.copy/implicit-move-def.cpp
  vendor/clang/dist/test/CXX/special/class.copy/p20.cpp
  vendor/clang/dist/test/CXX/special/class.dtor/p3-0x.cpp
  vendor/clang/dist/test/CXX/special/class.dtor/p5-0x.cpp
  vendor/clang/dist/test/CXX/special/class.dtor/p9.cpp
  vendor/clang/dist/test/CXX/special/class.init/class.inhctor.init/p1.cpp
  vendor/clang/dist/test/CXX/stmt.stmt/stmt.select/stmt.if/p2.cpp
  vendor/clang/dist/test/CXX/temp/temp.arg/temp.arg.nontype/p5.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.class.spec/p8-0x.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.class.spec/p8-1y.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.class/temp.static/p1.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.friend/p1.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.variadic/fixed-expansion.cpp
  vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.deduct/p9.cpp
  vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p4.cpp
  vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/p4.cpp
  vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/p9-0x.cpp
  vendor/clang/dist/test/CXX/temp/temp.spec/no-body.cpp
  vendor/clang/dist/test/CXX/temp/temp.spec/temp.expl.spec/examples.cpp
  vendor/clang/dist/test/CXX/temp/temp.spec/temp.expl.spec/p4.cpp
  vendor/clang/dist/test/CXX/temp/temp.spec/temp.explicit/p4.cpp
  vendor/clang/dist/test/CXX/temp/temp.spec/temp.explicit/p9-linkage.cpp
  vendor/clang/dist/test/CodeCompletion/ctor-initializer.cpp
  vendor/clang/dist/test/CodeCompletion/objc-message.mm
  vendor/clang/dist/test/CodeGen/2008-04-08-NoExceptions.c
  vendor/clang/dist/test/CodeGen/2009-10-20-GlobalDebug.c
  vendor/clang/dist/test/CodeGen/2010-08-10-DbgConstant.c
  vendor/clang/dist/test/CodeGen/3dnow-builtins.c
  vendor/clang/dist/test/CodeGen/CFStrings.c
  vendor/clang/dist/test/CodeGen/aarch64-neon-2velem.c
  vendor/clang/dist/test/CodeGen/aarch64-neon-across.c
  vendor/clang/dist/test/CodeGen/aarch64-neon-fma.c
  vendor/clang/dist/test/CodeGen/aarch64-neon-intrinsics.c
  vendor/clang/dist/test/CodeGen/aarch64-neon-misc.c
  vendor/clang/dist/test/CodeGen/aarch64-neon-perm.c
  vendor/clang/dist/test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c
  vendor/clang/dist/test/CodeGen/aarch64-poly64.c
  vendor/clang/dist/test/CodeGen/address-safety-attr-kasan.cpp
  vendor/clang/dist/test/CodeGen/address-safety-attr.cpp
  vendor/clang/dist/test/CodeGen/address-space-field1.c
  vendor/clang/dist/test/CodeGen/alias.c
  vendor/clang/dist/test/CodeGen/always_inline.c
  vendor/clang/dist/test/CodeGen/arm-neon-directed-rounding.c
  vendor/clang/dist/test/CodeGen/arm-neon-fma.c
  vendor/clang/dist/test/CodeGen/arm-neon-numeric-maxmin.c
  vendor/clang/dist/test/CodeGen/arm-neon-vcvtX.c
  vendor/clang/dist/test/CodeGen/arm-swiftcall.c
  vendor/clang/dist/test/CodeGen/arm-target-features.c
  vendor/clang/dist/test/CodeGen/arm64_crypto.c
  vendor/clang/dist/test/CodeGen/arm_neon_intrinsics.c
  vendor/clang/dist/test/CodeGen/asan-globals.cpp
  vendor/clang/dist/test/CodeGen/atomics-inlining.c
  vendor/clang/dist/test/CodeGen/attr-minsize.cpp
  vendor/clang/dist/test/CodeGen/attributes.c
  vendor/clang/dist/test/CodeGen/avx-builtins.c
  vendor/clang/dist/test/CodeGen/avx-cmp-builtins.c
  vendor/clang/dist/test/CodeGen/avx-shuffle-builtins.c
  vendor/clang/dist/test/CodeGen/avx2-builtins.c
  vendor/clang/dist/test/CodeGen/avx512bw-builtins.c
  vendor/clang/dist/test/CodeGen/avx512cdintrin.c
  vendor/clang/dist/test/CodeGen/avx512dq-builtins.c
  vendor/clang/dist/test/CodeGen/avx512er-builtins.c
  vendor/clang/dist/test/CodeGen/avx512f-builtins.c
  vendor/clang/dist/test/CodeGen/avx512ifma-builtins.c
  vendor/clang/dist/test/CodeGen/avx512ifmavl-builtins.c
  vendor/clang/dist/test/CodeGen/avx512pf-builtins.c
  vendor/clang/dist/test/CodeGen/avx512vbmi-builtins.c
  vendor/clang/dist/test/CodeGen/avx512vbmivl-builtin.c
  vendor/clang/dist/test/CodeGen/avx512vl-builtins.c
  vendor/clang/dist/test/CodeGen/avx512vlbw-builtins.c
  vendor/clang/dist/test/CodeGen/avx512vlcd-builtins.c
  vendor/clang/dist/test/CodeGen/avx512vldq-builtins.c
  vendor/clang/dist/test/CodeGen/bitscan-builtins.c
  vendor/clang/dist/test/CodeGen/blocks-opencl.cl
  vendor/clang/dist/test/CodeGen/bmi-builtins.c
  vendor/clang/dist/test/CodeGen/bmi2-builtins.c
  vendor/clang/dist/test/CodeGen/bool_test.c
  vendor/clang/dist/test/CodeGen/builtin-clflushopt.c
  vendor/clang/dist/test/CodeGen/builtin-expect.c
  vendor/clang/dist/test/CodeGen/builtin-unpredictable.c
  vendor/clang/dist/test/CodeGen/builtins-ms.c
  vendor/clang/dist/test/CodeGen/builtins-nvptx.c
  vendor/clang/dist/test/CodeGen/builtins-ppc-altivec.c
  vendor/clang/dist/test/CodeGen/builtins-ppc-crypto.c
  vendor/clang/dist/test/CodeGen/builtins-ppc-p8vector.c
  vendor/clang/dist/test/CodeGen/builtins-ppc-quadword.c
  vendor/clang/dist/test/CodeGen/builtins-ppc-vsx.c
  vendor/clang/dist/test/CodeGen/builtins-systemz-zvector-error.c
  vendor/clang/dist/test/CodeGen/builtins-x86.c
  vendor/clang/dist/test/CodeGen/builtins.c
  vendor/clang/dist/test/CodeGen/captured-statements-nested.c
  vendor/clang/dist/test/CodeGen/cleanup-destslot-simple.c
  vendor/clang/dist/test/CodeGen/code-coverage.c
  vendor/clang/dist/test/CodeGen/compound-literal.c
  vendor/clang/dist/test/CodeGen/debug-info-imported-entity.cpp
  vendor/clang/dist/test/CodeGen/debug-info-packed-struct.c
  vendor/clang/dist/test/CodeGen/debug-info-static.c
  vendor/clang/dist/test/CodeGen/debug-info-vector.c
  vendor/clang/dist/test/CodeGen/decl-in-prototype.c
  vendor/clang/dist/test/CodeGen/dwarf-version.c
  vendor/clang/dist/test/CodeGen/ext-vector.c
  vendor/clang/dist/test/CodeGen/f16c-builtins.c
  vendor/clang/dist/test/CodeGen/fixup-depth-overflow.c
  vendor/clang/dist/test/CodeGen/fma-builtins.c
  vendor/clang/dist/test/CodeGen/fma4-builtins.c
  vendor/clang/dist/test/CodeGen/fsgsbase-builtins.c
  vendor/clang/dist/test/CodeGen/func-in-block.c
  vendor/clang/dist/test/CodeGen/function-attributes.c
  vendor/clang/dist/test/CodeGen/incomplete-function-type-2.c
  vendor/clang/dist/test/CodeGen/inline-optim.c
  vendor/clang/dist/test/CodeGen/inline.c
  vendor/clang/dist/test/CodeGen/lifetime2.c
  vendor/clang/dist/test/CodeGen/lzcnt-builtins.c
  vendor/clang/dist/test/CodeGen/mangle-blocks.c
  vendor/clang/dist/test/CodeGen/may-alias.c
  vendor/clang/dist/test/CodeGen/mcount.c
  vendor/clang/dist/test/CodeGen/mips16-attr.c
  vendor/clang/dist/test/CodeGen/mmx-builtins.c
  vendor/clang/dist/test/CodeGen/mozilla-ms-inline-asm.c
  vendor/clang/dist/test/CodeGen/mrtd.c
  vendor/clang/dist/test/CodeGen/ms-declspecs.c
  vendor/clang/dist/test/CodeGen/ms-inline-asm.c
  vendor/clang/dist/test/CodeGen/ms-inline-asm.cpp
  vendor/clang/dist/test/CodeGen/ms-intrinsics.c
  vendor/clang/dist/test/CodeGen/ms-mm-align.c
  vendor/clang/dist/test/CodeGen/ms_abi.c
  vendor/clang/dist/test/CodeGen/nobuiltin.c
  vendor/clang/dist/test/CodeGen/object-size.c
  vendor/clang/dist/test/CodeGen/overloadable.c
  vendor/clang/dist/test/CodeGen/pass-object-size.c
  vendor/clang/dist/test/CodeGen/pclmul-builtins.c
  vendor/clang/dist/test/CodeGen/pgo-sample.c
  vendor/clang/dist/test/CodeGen/pku.c
  vendor/clang/dist/test/CodeGen/popcnt-builtins.c
  vendor/clang/dist/test/CodeGen/ppc64-complex-parms.c
  vendor/clang/dist/test/CodeGen/ppc64-complex-return.c
  vendor/clang/dist/test/CodeGen/ppc64-extend.c
  vendor/clang/dist/test/CodeGen/ppc64-struct-onevect.c
  vendor/clang/dist/test/CodeGen/pr27892.c
  vendor/clang/dist/test/CodeGen/prefetchw-builtins.c
  vendor/clang/dist/test/CodeGen/rd-builtins.c
  vendor/clang/dist/test/CodeGen/rdrand-builtins.c
  vendor/clang/dist/test/CodeGen/renderscript.c
  vendor/clang/dist/test/CodeGen/rtm-builtins.c
  vendor/clang/dist/test/CodeGen/sanitize-init-order.cpp
  vendor/clang/dist/test/CodeGen/sanitize-thread-attr.cpp
  vendor/clang/dist/test/CodeGen/sha-builtins.c
  vendor/clang/dist/test/CodeGen/split-debug-filename.c
  vendor/clang/dist/test/CodeGen/sse-builtins.c
  vendor/clang/dist/test/CodeGen/sse.c
  vendor/clang/dist/test/CodeGen/sse2-builtins.c
  vendor/clang/dist/test/CodeGen/sse3-builtins.c
  vendor/clang/dist/test/CodeGen/sse41-builtins.c
  vendor/clang/dist/test/CodeGen/sse42-builtins.c
  vendor/clang/dist/test/CodeGen/sse4a-builtins.c
  vendor/clang/dist/test/CodeGen/ssse3-builtins.c
  vendor/clang/dist/test/CodeGen/systemz-abi-vector.c
  vendor/clang/dist/test/CodeGen/systemz-abi.c
  vendor/clang/dist/test/CodeGen/target-data.c
  vendor/clang/dist/test/CodeGen/tbaa-class.cpp
  vendor/clang/dist/test/CodeGen/tbaa-ms-abi.cpp
  vendor/clang/dist/test/CodeGen/tbaa.cpp
  vendor/clang/dist/test/CodeGen/tbm-builtins.c
  vendor/clang/dist/test/CodeGen/temporary-lifetime-exceptions.cpp
  vendor/clang/dist/test/CodeGen/temporary-lifetime.cpp
  vendor/clang/dist/test/CodeGen/thinlto_backend.ll
  vendor/clang/dist/test/CodeGen/ubsan-blacklist.c
  vendor/clang/dist/test/CodeGen/unwind-attr.c
  vendor/clang/dist/test/CodeGen/vector.c
  vendor/clang/dist/test/CodeGen/windows-on-arm-stack-probe-size.c
  vendor/clang/dist/test/CodeGen/x86_32-xsave.c
  vendor/clang/dist/test/CodeGen/x86_64-arguments.c
  vendor/clang/dist/test/CodeGen/x86_64-xsave.c
  vendor/clang/dist/test/CodeGen/xop-builtins.c
  vendor/clang/dist/test/CodeGenCUDA/convergent.cu
  vendor/clang/dist/test/CodeGenCUDA/cuda-builtin-vars.cu
  vendor/clang/dist/test/CodeGenCUDA/device-stub.cu
  vendor/clang/dist/test/CodeGenCUDA/device-var-init.cu
  vendor/clang/dist/test/CodeGenCUDA/function-overload.cu
  vendor/clang/dist/test/CodeGenCUDA/launch-bounds.cu
  vendor/clang/dist/test/CodeGenCXX/PR26569.cpp
  vendor/clang/dist/test/CodeGenCXX/apple-kext-indirect-call-2.cpp
  vendor/clang/dist/test/CodeGenCXX/apple-kext-indirect-call.cpp
  vendor/clang/dist/test/CodeGenCXX/apple-kext-indirect-virtual-dtor-call.cpp
  vendor/clang/dist/test/CodeGenCXX/arm-swiftcall.cpp
  vendor/clang/dist/test/CodeGenCXX/arm64.cpp
  vendor/clang/dist/test/CodeGenCXX/atomicinit.cpp
  vendor/clang/dist/test/CodeGenCXX/attr.cpp
  vendor/clang/dist/test/CodeGenCXX/block-in-ctor-dtor.cpp
  vendor/clang/dist/test/CodeGenCXX/catch-undef-behavior.cpp
  vendor/clang/dist/test/CodeGenCXX/cfi-cross-dso.cpp
  vendor/clang/dist/test/CodeGenCXX/compound-literals.cpp
  vendor/clang/dist/test/CodeGenCXX/const-init-cxx11.cpp
  vendor/clang/dist/test/CodeGenCXX/constructor-destructor-return-this.cpp
  vendor/clang/dist/test/CodeGenCXX/constructor-init.cpp
  vendor/clang/dist/test/CodeGenCXX/copy-constructor-elim-2.cpp
  vendor/clang/dist/test/CodeGenCXX/copy-constructor-synthesis-2.cpp
  vendor/clang/dist/test/CodeGenCXX/copy-constructor-synthesis.cpp
  vendor/clang/dist/test/CodeGenCXX/ctor-dtor-alias.cpp
  vendor/clang/dist/test/CodeGenCXX/cxx11-exception-spec.cpp
  vendor/clang/dist/test/CodeGenCXX/cxx11-noreturn.cpp
  vendor/clang/dist/test/CodeGenCXX/cxx1y-initializer-aggregate.cpp
  vendor/clang/dist/test/CodeGenCXX/cxx1y-variable-template-linkage.cpp
  vendor/clang/dist/test/CodeGenCXX/cxx1z-constexpr-if.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-access.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-alias.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-anon-namespace.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-anon-union-vars.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-calling-conventions.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-class-nolimit.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-class.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-cxx1y.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-enum-class.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-global.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-indirect-field-decl.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-line-if.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-line.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-method.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-ms-abi.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-ms-anonymous-tag.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-ms-bitfields.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-ms-ptr-to-member.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-namespace.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-rvalue-ref.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-static-member.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-template-member.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-template-quals.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-template.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-thunk.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-union.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-uuid.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-windows-dtor.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-zero-length-arrays.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-lambda-expressions.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-lambda-this.cpp
  vendor/clang/dist/test/CodeGenCXX/default-arg-temps.cpp
  vendor/clang/dist/test/CodeGenCXX/derived-to-base.cpp
  vendor/clang/dist/test/CodeGenCXX/destructors.cpp
  vendor/clang/dist/test/CodeGenCXX/devirtualize-virtual-function-calls-final.cpp
  vendor/clang/dist/test/CodeGenCXX/devirtualize-virtual-function-calls.cpp
  vendor/clang/dist/test/CodeGenCXX/dllexport.cpp
  vendor/clang/dist/test/CodeGenCXX/dllimport-members.cpp
  vendor/clang/dist/test/CodeGenCXX/dllimport-rtti.cpp
  vendor/clang/dist/test/CodeGenCXX/dllimport.cpp
  vendor/clang/dist/test/CodeGenCXX/empty-classes.cpp
  vendor/clang/dist/test/CodeGenCXX/enable_if.cpp
  vendor/clang/dist/test/CodeGenCXX/exceptions-seh.cpp
  vendor/clang/dist/test/CodeGenCXX/explicit-instantiation.cpp
  vendor/clang/dist/test/CodeGenCXX/global-dtor-no-atexit.cpp
  vendor/clang/dist/test/CodeGenCXX/global-init.cpp
  vendor/clang/dist/test/CodeGenCXX/implicit-copy-constructor.cpp
  vendor/clang/dist/test/CodeGenCXX/init-invariant.cpp
  vendor/clang/dist/test/CodeGenCXX/inline-dllexport-member.cpp
  vendor/clang/dist/test/CodeGenCXX/inline-hint.cpp
  vendor/clang/dist/test/CodeGenCXX/invariant.group-for-vptrs.cpp
  vendor/clang/dist/test/CodeGenCXX/key-function-vtable.cpp
  vendor/clang/dist/test/CodeGenCXX/lambda-expressions.cpp
  vendor/clang/dist/test/CodeGenCXX/linkage.cpp
  vendor/clang/dist/test/CodeGenCXX/main-norecurse.cpp
  vendor/clang/dist/test/CodeGenCXX/mangle-abi-tag.cpp
  vendor/clang/dist/test/CodeGenCXX/mangle-lambdas.cpp
  vendor/clang/dist/test/CodeGenCXX/mangle-ms-cxx11.cpp
  vendor/clang/dist/test/CodeGenCXX/mangle-unnamed.cpp
  vendor/clang/dist/test/CodeGenCXX/mangle.cpp
  vendor/clang/dist/test/CodeGenCXX/microsoft-abi-array-cookies.cpp
  vendor/clang/dist/test/CodeGenCXX/microsoft-abi-constexpr-vs-inheritance.cpp
  vendor/clang/dist/test/CodeGenCXX/microsoft-abi-eh-catch.cpp
  vendor/clang/dist/test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp
  vendor/clang/dist/test/CodeGenCXX/microsoft-abi-extern-template.cpp
  vendor/clang/dist/test/CodeGenCXX/microsoft-abi-multiple-nonvirtual-inheritance.cpp
  vendor/clang/dist/test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp
  vendor/clang/dist/test/CodeGenCXX/microsoft-abi-structors-alias.cpp
  vendor/clang/dist/test/CodeGenCXX/microsoft-abi-structors.cpp
  vendor/clang/dist/test/CodeGenCXX/microsoft-abi-vftables.cpp
  vendor/clang/dist/test/CodeGenCXX/microsoft-abi-virtual-inheritance.cpp
  vendor/clang/dist/test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-this-adjustment.cpp
  vendor/clang/dist/test/CodeGenCXX/microsoft-abi-vtables-return-thunks.cpp
  vendor/clang/dist/test/CodeGenCXX/microsoft-abi-vtables-single-inheritance.cpp
  vendor/clang/dist/test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance.cpp
  vendor/clang/dist/test/CodeGenCXX/microsoft-interface.cpp
  vendor/clang/dist/test/CodeGenCXX/microsoft-no-rtti-data.cpp
  vendor/clang/dist/test/CodeGenCXX/microsoft-uuidof.cpp
  vendor/clang/dist/test/CodeGenCXX/ms-inline-asm-return.cpp
  vendor/clang/dist/test/CodeGenCXX/ms-thread_local.cpp
  vendor/clang/dist/test/CodeGenCXX/new-array-init.cpp
  vendor/clang/dist/test/CodeGenCXX/no-exceptions.cpp
  vendor/clang/dist/test/CodeGenCXX/nrvo.cpp
  vendor/clang/dist/test/CodeGenCXX/optnone-class-members.cpp
  vendor/clang/dist/test/CodeGenCXX/optnone-def-decl.cpp
  vendor/clang/dist/test/CodeGenCXX/partial-destruction.cpp
  vendor/clang/dist/test/CodeGenCXX/pr24097.cpp
  vendor/clang/dist/test/CodeGenCXX/pragma-loop-safety.cpp
  vendor/clang/dist/test/CodeGenCXX/predefined-expr-cxx14.cpp
  vendor/clang/dist/test/CodeGenCXX/reference-cast.cpp
  vendor/clang/dist/test/CodeGenCXX/sanitize-dtor-bit-field.cpp
  vendor/clang/dist/test/CodeGenCXX/sanitize-dtor-derived-class.cpp
  vendor/clang/dist/test/CodeGenCXX/sanitize-dtor-tail-call.cpp
  vendor/clang/dist/test/CodeGenCXX/sanitize-dtor-trivial.cpp
  vendor/clang/dist/test/CodeGenCXX/sanitize-dtor-vtable.cpp
  vendor/clang/dist/test/CodeGenCXX/skip-vtable-pointer-initialization.cpp
  vendor/clang/dist/test/CodeGenCXX/stack-reuse-miscompile.cpp
  vendor/clang/dist/test/CodeGenCXX/stack-reuse.cpp
  vendor/clang/dist/test/CodeGenCXX/strict-vtable-pointers.cpp
  vendor/clang/dist/test/CodeGenCXX/template-instantiation.cpp
  vendor/clang/dist/test/CodeGenCXX/temporaries.cpp
  vendor/clang/dist/test/CodeGenCXX/threadsafe-statics.cpp
  vendor/clang/dist/test/CodeGenCXX/thunks.cpp
  vendor/clang/dist/test/CodeGenCXX/uncopyable-args.cpp
  vendor/clang/dist/test/CodeGenCXX/value-init.cpp
  vendor/clang/dist/test/CodeGenCXX/virtual-base-cast.cpp
  vendor/clang/dist/test/CodeGenCXX/virtual-destructor-calls.cpp
  vendor/clang/dist/test/CodeGenCXX/virtual-function-calls.cpp
  vendor/clang/dist/test/CodeGenCXX/visibility-inlines-hidden.cpp
  vendor/clang/dist/test/CodeGenCXX/vla-lambda-capturing.cpp
  vendor/clang/dist/test/CodeGenCXX/vtable-align.cpp
  vendor/clang/dist/test/CodeGenCXX/vtable-assume-load.cpp
  vendor/clang/dist/test/CodeGenCXX/vtable-available-externally.cpp
  vendor/clang/dist/test/CodeGenCXX/vtable-layout.cpp
  vendor/clang/dist/test/CodeGenCXX/vtable-linkage.cpp
  vendor/clang/dist/test/CodeGenCXX/vtable-pointer-initialization.cpp
  vendor/clang/dist/test/CodeGenCXX/vtt-layout.cpp
  vendor/clang/dist/test/CodeGenCXX/wasm-args-returns.cpp
  vendor/clang/dist/test/CodeGenObjC/2010-02-01-utf16-with-null.m
  vendor/clang/dist/test/CodeGenObjC/arc-blocks.m
  vendor/clang/dist/test/CodeGenObjC/arc-bridged-cast.m
  vendor/clang/dist/test/CodeGenObjC/arc-linetable-autorelease.m
  vendor/clang/dist/test/CodeGenObjC/arc-literals.m
  vendor/clang/dist/test/CodeGenObjC/arc-no-arc-exceptions.m
  vendor/clang/dist/test/CodeGenObjC/arc-precise-lifetime.m
  vendor/clang/dist/test/CodeGenObjC/arc-ternary-op.m
  vendor/clang/dist/test/CodeGenObjC/arc-unsafeclaim.m
  vendor/clang/dist/test/CodeGenObjC/arc.m
  vendor/clang/dist/test/CodeGenObjC/block-byref-debuginfo.m
  vendor/clang/dist/test/CodeGenObjC/boxing.m
  vendor/clang/dist/test/CodeGenObjC/complex-property.m
  vendor/clang/dist/test/CodeGenObjC/debug-info-block-type.m
  vendor/clang/dist/test/CodeGenObjC/debug-info-ivars-extension.m
  vendor/clang/dist/test/CodeGenObjC/debug-info-ivars-private.m
  vendor/clang/dist/test/CodeGenObjC/debug-info-ivars.m
  vendor/clang/dist/test/CodeGenObjC/encode-cstyle-method.m
  vendor/clang/dist/test/CodeGenObjC/encode-test-6.m
  vendor/clang/dist/test/CodeGenObjC/encode-test.m
  vendor/clang/dist/test/CodeGenObjC/exceptions.m
  vendor/clang/dist/test/CodeGenObjC/fragile-arc.m
  vendor/clang/dist/test/CodeGenObjC/gnu-exceptions.m
  vendor/clang/dist/test/CodeGenObjC/ivar-layout-64.m
  vendor/clang/dist/test/CodeGenObjC/mangle-blocks.m
  vendor/clang/dist/test/CodeGenObjC/metadata-symbols-32.m
  vendor/clang/dist/test/CodeGenObjC/metadata-symbols-64.m
  vendor/clang/dist/test/CodeGenObjC/nsvalue-objc-boxable-ios-arc.m
  vendor/clang/dist/test/CodeGenObjC/nsvalue-objc-boxable-ios.m
  vendor/clang/dist/test/CodeGenObjC/nsvalue-objc-boxable-mac-arc.m
  vendor/clang/dist/test/CodeGenObjC/nsvalue-objc-boxable-mac.m
  vendor/clang/dist/test/CodeGenObjC/objc-asm-attribute-test.m
  vendor/clang/dist/test/CodeGenObjC/objc-literal-tests.m
  vendor/clang/dist/test/CodeGenObjC/property-list-in-extension.m
  vendor/clang/dist/test/CodeGenObjC/reorder-synthesized-ivars.m
  vendor/clang/dist/test/CodeGenObjC/tentative-cfconstantstring.m
  vendor/clang/dist/test/CodeGenObjCXX/arc-attrs.mm
  vendor/clang/dist/test/CodeGenObjCXX/arc-blocks.mm
  vendor/clang/dist/test/CodeGenObjCXX/arc-cxx11-init-list.mm
  vendor/clang/dist/test/CodeGenObjCXX/arc-globals.mm
  vendor/clang/dist/test/CodeGenObjCXX/arc-move.mm
  vendor/clang/dist/test/CodeGenObjCXX/arc-new-delete.mm
  vendor/clang/dist/test/CodeGenObjCXX/arc-references.mm
  vendor/clang/dist/test/CodeGenObjCXX/arc-special-member-functions.mm
  vendor/clang/dist/test/CodeGenObjCXX/arc.mm
  vendor/clang/dist/test/CodeGenObjCXX/debug-info-cyclic.mm
  vendor/clang/dist/test/CodeGenObjCXX/destroy.mm
  vendor/clang/dist/test/CodeGenObjCXX/encode.mm
  vendor/clang/dist/test/CodeGenObjCXX/exceptions-legacy.mm
  vendor/clang/dist/test/CodeGenObjCXX/implicit-copy-constructor.mm
  vendor/clang/dist/test/CodeGenObjCXX/lambda-expressions.mm
  vendor/clang/dist/test/CodeGenObjCXX/literals.mm
  vendor/clang/dist/test/CodeGenObjCXX/property-object-reference-2.mm
  vendor/clang/dist/test/CodeGenOpenCL/address-space-constant-initializers.cl
  vendor/clang/dist/test/CodeGenOpenCL/address-spaces-mangling.cl
  vendor/clang/dist/test/CodeGenOpenCL/address-spaces.cl
  vendor/clang/dist/test/CodeGenOpenCL/as_type.cl
  vendor/clang/dist/test/CodeGenOpenCL/builtins-amdgcn-vi.cl
  vendor/clang/dist/test/CodeGenOpenCL/builtins-amdgcn.cl
  vendor/clang/dist/test/CodeGenOpenCL/cl20-device-side-enqueue.cl
  vendor/clang/dist/test/CodeGenOpenCL/const-str-array-decay.cl
  vendor/clang/dist/test/CodeGenOpenCL/constant-addr-space-globals.cl
  vendor/clang/dist/test/CodeGenOpenCL/denorms-are-zero.cl
  vendor/clang/dist/test/CodeGenOpenCL/fpmath.cl
  vendor/clang/dist/test/CodeGenOpenCL/kernel-arg-info.cl
  vendor/clang/dist/test/CodeGenOpenCL/local-initializer-undef.cl
  vendor/clang/dist/test/CodeGenOpenCL/local.cl
  vendor/clang/dist/test/CodeGenOpenCL/memcpy.cl
  vendor/clang/dist/test/CodeGenOpenCL/opencl_types.cl
  vendor/clang/dist/test/CodeGenOpenCL/pipe_builtin.cl
  vendor/clang/dist/test/CodeGenOpenCL/pipe_types.cl
  vendor/clang/dist/test/CodeGenOpenCL/spir_version.cl
  vendor/clang/dist/test/CodeGenOpenCL/str_literals.cl
  vendor/clang/dist/test/CodeGenOpenCL/unroll-hint.cl
  vendor/clang/dist/test/Coverage/ast-printing.c
  vendor/clang/dist/test/Coverage/ast-printing.cpp
  vendor/clang/dist/test/CoverageMapping/macroception.c
  vendor/clang/dist/test/CoverageMapping/macros.c
  vendor/clang/dist/test/CoverageMapping/switchmacro.c
  vendor/clang/dist/test/Driver/aarch64-cpus.c
  vendor/clang/dist/test/Driver/android-ndk-standalone.cpp
  vendor/clang/dist/test/Driver/android-standalone.cpp
  vendor/clang/dist/test/Driver/arm-cortex-cpus.c
  vendor/clang/dist/test/Driver/cc1-response-files.c
  vendor/clang/dist/test/Driver/cl-fallback.c
  vendor/clang/dist/test/Driver/cl-link.c
  vendor/clang/dist/test/Driver/cl-options.c
  vendor/clang/dist/test/Driver/cl-outputs.c
  vendor/clang/dist/test/Driver/cl-pch.c
  vendor/clang/dist/test/Driver/cl-pch.cpp
  vendor/clang/dist/test/Driver/clang-g-opts.c
  vendor/clang/dist/test/Driver/clang-translation.c
  vendor/clang/dist/test/Driver/clang_f_opts.c
  vendor/clang/dist/test/Driver/coverage_no_integrated_as.c
  vendor/clang/dist/test/Driver/cuda-bad-arch.cu
  vendor/clang/dist/test/Driver/cuda-detect.cu
  vendor/clang/dist/test/Driver/cuda-external-tools.cu
  vendor/clang/dist/test/Driver/cuda-options.cu
  vendor/clang/dist/test/Driver/cuda-output-asm.cu
  vendor/clang/dist/test/Driver/cuda-simple.cu
  vendor/clang/dist/test/Driver/cuda-version-check.cu
  vendor/clang/dist/test/Driver/darwin-debug-flags.c
  vendor/clang/dist/test/Driver/darwin-iphone-defaults.m
  vendor/clang/dist/test/Driver/darwin-ld-lto.c
  vendor/clang/dist/test/Driver/darwin-ld.c
  vendor/clang/dist/test/Driver/darwin-multiarch-arm.c
  vendor/clang/dist/test/Driver/darwin-stdlib.cpp
  vendor/clang/dist/test/Driver/debug-options.c
  vendor/clang/dist/test/Driver/embed-bitcode.c
  vendor/clang/dist/test/Driver/esan.c
  vendor/clang/dist/test/Driver/fast-math.c
  vendor/clang/dist/test/Driver/frame-pointer-elim.c
  vendor/clang/dist/test/Driver/fsanitize-blacklist.c
  vendor/clang/dist/test/Driver/fsanitize-coverage.c
  vendor/clang/dist/test/Driver/fsanitize.c
  vendor/clang/dist/test/Driver/integrated-as.s
  vendor/clang/dist/test/Driver/linux-header-search.cpp
  vendor/clang/dist/test/Driver/linux-ld.c
  vendor/clang/dist/test/Driver/miamcu-opt.c
  vendor/clang/dist/test/Driver/miamcu-opt.cpp
  vendor/clang/dist/test/Driver/mingw-libgcc.c
  vendor/clang/dist/test/Driver/mingw.cpp
  vendor/clang/dist/test/Driver/mips-cs.cpp
  vendor/clang/dist/test/Driver/mips-fsf.cpp
  vendor/clang/dist/test/Driver/mips-img-v2.cpp
  vendor/clang/dist/test/Driver/mips-img.cpp
  vendor/clang/dist/test/Driver/mips-mti-linux.c
  vendor/clang/dist/test/Driver/modules.m
  vendor/clang/dist/test/Driver/montavista-gcc-toolchain.c
  vendor/clang/dist/test/Driver/msc-version.c
  vendor/clang/dist/test/Driver/msvc-triple.c
  vendor/clang/dist/test/Driver/myriad-toolchain.c
  vendor/clang/dist/test/Driver/nostdlib.c
  vendor/clang/dist/test/Driver/opencl.cl
  vendor/clang/dist/test/Driver/ppc-abi.c
  vendor/clang/dist/test/Driver/ppc-dependent-options.cpp
  vendor/clang/dist/test/Driver/ppc-features.cpp
  vendor/clang/dist/test/Driver/response-file-extra-whitespace.c
  vendor/clang/dist/test/Driver/sanitizer-ld.c
  vendor/clang/dist/test/Driver/split-debug.c
  vendor/clang/dist/test/Driver/stack-protector.c
  vendor/clang/dist/test/Driver/sysroot.c
  vendor/clang/dist/test/Driver/systemz-march.c
  vendor/clang/dist/test/Driver/warning-options.cpp
  vendor/clang/dist/test/Driver/windows-cross.c
  vendor/clang/dist/test/FixIt/fixit.cpp
  vendor/clang/dist/test/Frontend/gnu-mcount.c
  vendor/clang/dist/test/Headers/ms-intrin.cpp
  vendor/clang/dist/test/Headers/opencl-c-header.cl
  vendor/clang/dist/test/Index/Core/index-source.cpp
  vendor/clang/dist/test/Index/Core/index-source.m
  vendor/clang/dist/test/Index/Core/index-subkinds.m
  vendor/clang/dist/test/Index/annotate-tokens.c
  vendor/clang/dist/test/Index/comment-cplus-decls.cpp
  vendor/clang/dist/test/Index/comment-to-html-xml-conversion.cpp
  vendor/clang/dist/test/Index/complete-kvc.m
  vendor/clang/dist/test/Index/complete-method-decls.m
  vendor/clang/dist/test/Index/complete-objc-message-id.m
  vendor/clang/dist/test/Index/complete-objc-message.m
  vendor/clang/dist/test/Index/complete-properties.m
  vendor/clang/dist/test/Index/complete-recovery.m
  vendor/clang/dist/test/Index/complete-super.m
  vendor/clang/dist/test/Index/evaluate-cursor.cpp
  vendor/clang/dist/test/Index/get-cursor.cpp
  vendor/clang/dist/test/Index/keep-going.cpp
  vendor/clang/dist/test/Index/load-classes.cpp
  vendor/clang/dist/test/Index/print-type.cpp
  vendor/clang/dist/test/Lexer/coroutines.cpp
  vendor/clang/dist/test/Lexer/cxx-features.cpp
  vendor/clang/dist/test/Misc/amdgcn.languageOptsOpenCL.cl
  vendor/clang/dist/test/Misc/ast-dump-color.cpp
  vendor/clang/dist/test/Misc/ast-dump-decl.c
  vendor/clang/dist/test/Misc/ast-dump-decl.cpp
  vendor/clang/dist/test/Misc/ast-dump-pipe.cl
  vendor/clang/dist/test/Misc/ast-dump-stmt.cpp
  vendor/clang/dist/test/Misc/ast-dump-templates.cpp
  vendor/clang/dist/test/Misc/ast-dump-wchar.cpp
  vendor/clang/dist/test/Misc/ast-print-objectivec.m
  vendor/clang/dist/test/Misc/backend-optimization-failure-nodbg.cpp
  vendor/clang/dist/test/Misc/backend-optimization-failure.cpp
  vendor/clang/dist/test/Misc/backend-stack-frame-diagnostics.cpp
  vendor/clang/dist/test/Misc/diag-template-diffing.cpp
  vendor/clang/dist/test/Misc/warning-flags.c
  vendor/clang/dist/test/Modules/ExtDebugInfo.cpp
  vendor/clang/dist/test/Modules/ExtDebugInfo.m
  vendor/clang/dist/test/Modules/Inputs/DebugCXX.h
  vendor/clang/dist/test/Modules/Inputs/cxx-header.h
  vendor/clang/dist/test/Modules/Inputs/merge-decl-context/a.h
  vendor/clang/dist/test/Modules/Inputs/merge-template-pattern-visibility/a.h
  vendor/clang/dist/test/Modules/Inputs/merge-template-pattern-visibility/b.h
  vendor/clang/dist/test/Modules/Inputs/merge-template-pattern-visibility/module.modulemap
  vendor/clang/dist/test/Modules/Inputs/module.map
  vendor/clang/dist/test/Modules/Inputs/templates-left.h
  vendor/clang/dist/test/Modules/Inputs/templates-right.h
  vendor/clang/dist/test/Modules/Inputs/templates-top.h
  vendor/clang/dist/test/Modules/ModuleDebugInfo.cpp
  vendor/clang/dist/test/Modules/ModuleDebugInfo.m
  vendor/clang/dist/test/Modules/compiler_builtins.m
  vendor/clang/dist/test/Modules/crash-vfs-path-emptydir-entries.m
  vendor/clang/dist/test/Modules/crash-vfs-path-symlink-component.m
  vendor/clang/dist/test/Modules/crash-vfs-path-symlink-topheader.m
  vendor/clang/dist/test/Modules/crash-vfs-path-traversal.m
  vendor/clang/dist/test/Modules/crash-vfs-relative-overlay.m
  vendor/clang/dist/test/Modules/crash-vfs-run-reproducer.m
  vendor/clang/dist/test/Modules/cstd.m
  vendor/clang/dist/test/Modules/cxx-irgen.cpp
  vendor/clang/dist/test/Modules/cxx-templates.cpp
  vendor/clang/dist/test/Modules/dependency-dump-dependent-module.m
  vendor/clang/dist/test/Modules/embed-files.cpp
  vendor/clang/dist/test/Modules/empty.modulemap
  vendor/clang/dist/test/Modules/explicit-build-extra-files.cpp
  vendor/clang/dist/test/Modules/explicit-build.cpp
  vendor/clang/dist/test/Modules/incomplete-module.m
  vendor/clang/dist/test/Modules/merge-name-for-linkage.cpp
  vendor/clang/dist/test/Modules/merge-template-pattern-visibility.cpp
  vendor/clang/dist/test/Modules/module_file_info.m
  vendor/clang/dist/test/Modules/no-stale-modtime.m
  vendor/clang/dist/test/Modules/odr.cpp
  vendor/clang/dist/test/Modules/prune.m
  vendor/clang/dist/test/Modules/signal.m
  vendor/clang/dist/test/Modules/templates.mm
  vendor/clang/dist/test/OpenMP/atomic_ast_print.cpp
  vendor/clang/dist/test/OpenMP/atomic_capture_codegen.cpp
  vendor/clang/dist/test/OpenMP/atomic_messages.c
  vendor/clang/dist/test/OpenMP/atomic_messages.cpp
  vendor/clang/dist/test/OpenMP/atomic_update_codegen.cpp
  vendor/clang/dist/test/OpenMP/barrier_ast_print.cpp
  vendor/clang/dist/test/OpenMP/barrier_codegen.cpp
  vendor/clang/dist/test/OpenMP/cancel_ast_print.cpp
  vendor/clang/dist/test/OpenMP/cancel_codegen.cpp
  vendor/clang/dist/test/OpenMP/cancel_if_messages.cpp
  vendor/clang/dist/test/OpenMP/cancellation_point_codegen.cpp
  vendor/clang/dist/test/OpenMP/critical_ast_print.cpp
  vendor/clang/dist/test/OpenMP/critical_codegen.cpp
  vendor/clang/dist/test/OpenMP/declare_reduction_ast_print.cpp
  vendor/clang/dist/test/OpenMP/declare_reduction_codegen.c
  vendor/clang/dist/test/OpenMP/declare_reduction_codegen.cpp
  vendor/clang/dist/test/OpenMP/declare_simd_ast_print.cpp
  vendor/clang/dist/test/OpenMP/declare_simd_codegen.cpp
  vendor/clang/dist/test/OpenMP/declare_target_ast_print.cpp
  vendor/clang/dist/test/OpenMP/distribute_ast_print.cpp
  vendor/clang/dist/test/OpenMP/distribute_dist_schedule_ast_print.cpp
  vendor/clang/dist/test/OpenMP/distribute_parallel_for_ast_print.cpp
  vendor/clang/dist/test/OpenMP/distribute_parallel_for_if_messages.cpp
  vendor/clang/dist/test/OpenMP/distribute_parallel_for_simd_aligned_messages.cpp
  vendor/clang/dist/test/OpenMP/distribute_parallel_for_simd_ast_print.cpp
  vendor/clang/dist/test/OpenMP/distribute_parallel_for_simd_if_messages.cpp
  vendor/clang/dist/test/OpenMP/distribute_simd_aligned_messages.cpp
  vendor/clang/dist/test/OpenMP/distribute_simd_ast_print.cpp
  vendor/clang/dist/test/OpenMP/flush_ast_print.cpp
  vendor/clang/dist/test/OpenMP/flush_codegen.cpp
  vendor/clang/dist/test/OpenMP/for_ast_print.cpp
  vendor/clang/dist/test/OpenMP/for_codegen.cpp
  vendor/clang/dist/test/OpenMP/for_firstprivate_codegen.cpp
  vendor/clang/dist/test/OpenMP/for_lastprivate_codegen.cpp
  vendor/clang/dist/test/OpenMP/for_linear_codegen.cpp
  vendor/clang/dist/test/OpenMP/for_private_codegen.cpp
  vendor/clang/dist/test/OpenMP/for_reduction_codegen.cpp
  vendor/clang/dist/test/OpenMP/for_reduction_codegen_UDR.cpp
  vendor/clang/dist/test/OpenMP/for_simd_aligned_messages.cpp
  vendor/clang/dist/test/OpenMP/for_simd_ast_print.cpp
  vendor/clang/dist/test/OpenMP/for_simd_codegen.cpp
  vendor/clang/dist/test/OpenMP/linking.c
  vendor/clang/dist/test/OpenMP/master_codegen.cpp
  vendor/clang/dist/test/OpenMP/nesting_of_regions.cpp
  vendor/clang/dist/test/OpenMP/nvptx_target_codegen.cpp
  vendor/clang/dist/test/OpenMP/ordered_ast_print.cpp
  vendor/clang/dist/test/OpenMP/ordered_codegen.cpp
  vendor/clang/dist/test/OpenMP/ordered_doacross_codegen.cpp
  vendor/clang/dist/test/OpenMP/parallel_ast_print.cpp
  vendor/clang/dist/test/OpenMP/parallel_codegen.cpp
  vendor/clang/dist/test/OpenMP/parallel_for_ast_print.cpp
  vendor/clang/dist/test/OpenMP/parallel_for_codegen.cpp
  vendor/clang/dist/test/OpenMP/parallel_for_if_messages.cpp
  vendor/clang/dist/test/OpenMP/parallel_for_linear_codegen.cpp
  vendor/clang/dist/test/OpenMP/parallel_for_simd_aligned_messages.cpp
  vendor/clang/dist/test/OpenMP/parallel_for_simd_ast_print.cpp
  vendor/clang/dist/test/OpenMP/parallel_for_simd_codegen.cpp
  vendor/clang/dist/test/OpenMP/parallel_for_simd_if_messages.cpp
  vendor/clang/dist/test/OpenMP/parallel_if_codegen.cpp
  vendor/clang/dist/test/OpenMP/parallel_if_messages.cpp
  vendor/clang/dist/test/OpenMP/parallel_private_codegen.cpp
  vendor/clang/dist/test/OpenMP/parallel_reduction_codegen.cpp
  vendor/clang/dist/test/OpenMP/parallel_sections_ast_print.cpp
  vendor/clang/dist/test/OpenMP/parallel_sections_codegen.cpp
  vendor/clang/dist/test/OpenMP/parallel_sections_if_messages.cpp
  vendor/clang/dist/test/OpenMP/sections_ast_print.cpp
  vendor/clang/dist/test/OpenMP/sections_codegen.cpp
  vendor/clang/dist/test/OpenMP/sections_firstprivate_codegen.cpp
  vendor/clang/dist/test/OpenMP/sections_lastprivate_codegen.cpp
  vendor/clang/dist/test/OpenMP/sections_private_codegen.cpp
  vendor/clang/dist/test/OpenMP/sections_reduction_codegen.cpp
  vendor/clang/dist/test/OpenMP/simd_aligned_messages.cpp
  vendor/clang/dist/test/OpenMP/simd_ast_print.cpp
  vendor/clang/dist/test/OpenMP/simd_codegen.cpp
  vendor/clang/dist/test/OpenMP/single_ast_print.cpp
  vendor/clang/dist/test/OpenMP/single_codegen.cpp
  vendor/clang/dist/test/OpenMP/single_firstprivate_codegen.cpp
  vendor/clang/dist/test/OpenMP/single_private_codegen.cpp
  vendor/clang/dist/test/OpenMP/target_ast_print.cpp
  vendor/clang/dist/test/OpenMP/target_data_ast_print.cpp
  vendor/clang/dist/test/OpenMP/target_data_if_messages.cpp
  vendor/clang/dist/test/OpenMP/target_data_use_device_ptr_ast_print.cpp
  vendor/clang/dist/test/OpenMP/target_depend_messages.cpp
  vendor/clang/dist/test/OpenMP/target_enter_data_ast_print.cpp
  vendor/clang/dist/test/OpenMP/target_enter_data_depend_messages.cpp
  vendor/clang/dist/test/OpenMP/target_enter_data_if_messages.cpp
  vendor/clang/dist/test/OpenMP/target_exit_data_ast_print.cpp
  vendor/clang/dist/test/OpenMP/target_exit_data_depend_messages.cpp
  vendor/clang/dist/test/OpenMP/target_exit_data_if_messages.cpp
  vendor/clang/dist/test/OpenMP/target_if_messages.cpp
  vendor/clang/dist/test/OpenMP/target_is_device_ptr_ast_print.cpp
  vendor/clang/dist/test/OpenMP/target_is_device_ptr_messages.cpp
  vendor/clang/dist/test/OpenMP/target_map_codegen.cpp
  vendor/clang/dist/test/OpenMP/target_map_messages.cpp
  vendor/clang/dist/test/OpenMP/target_parallel_ast_print.cpp
  vendor/clang/dist/test/OpenMP/target_parallel_depend_messages.cpp
  vendor/clang/dist/test/OpenMP/target_parallel_for_ast_print.cpp
  vendor/clang/dist/test/OpenMP/target_parallel_for_depend_messages.cpp
  vendor/clang/dist/test/OpenMP/target_parallel_for_if_messages.cpp
  vendor/clang/dist/test/OpenMP/target_parallel_for_map_messages.cpp
  vendor/clang/dist/test/OpenMP/target_parallel_for_simd_aligned_messages.cpp
  vendor/clang/dist/test/OpenMP/target_parallel_for_simd_ast_print.cpp
  vendor/clang/dist/test/OpenMP/target_parallel_for_simd_depend_messages.cpp
  vendor/clang/dist/test/OpenMP/target_parallel_for_simd_if_messages.cpp
  vendor/clang/dist/test/OpenMP/target_parallel_for_simd_map_messages.cpp
  vendor/clang/dist/test/OpenMP/target_parallel_if_messages.cpp
  vendor/clang/dist/test/OpenMP/target_parallel_map_messages.cpp
  vendor/clang/dist/test/OpenMP/target_update_ast_print.cpp
  vendor/clang/dist/test/OpenMP/target_update_depend_messages.cpp
  vendor/clang/dist/test/OpenMP/target_update_if_messages.cpp
  vendor/clang/dist/test/OpenMP/task_ast_print.cpp
  vendor/clang/dist/test/OpenMP/task_codegen.cpp
  vendor/clang/dist/test/OpenMP/task_depend_messages.cpp
  vendor/clang/dist/test/OpenMP/task_firstprivate_codegen.cpp
  vendor/clang/dist/test/OpenMP/task_if_codegen.cpp
  vendor/clang/dist/test/OpenMP/task_if_messages.cpp
  vendor/clang/dist/test/OpenMP/task_private_codegen.cpp
  vendor/clang/dist/test/OpenMP/taskgroup_codegen.cpp
  vendor/clang/dist/test/OpenMP/taskloop_ast_print.cpp
  vendor/clang/dist/test/OpenMP/taskloop_codegen.cpp
  vendor/clang/dist/test/OpenMP/taskloop_firstprivate_codegen.cpp
  vendor/clang/dist/test/OpenMP/taskloop_lastprivate_codegen.cpp
  vendor/clang/dist/test/OpenMP/taskloop_private_codegen.cpp
  vendor/clang/dist/test/OpenMP/taskloop_simd_aligned_messages.cpp
  vendor/clang/dist/test/OpenMP/taskloop_simd_ast_print.cpp
  vendor/clang/dist/test/OpenMP/taskloop_simd_codegen.cpp
  vendor/clang/dist/test/OpenMP/taskloop_simd_firstprivate_codegen.cpp
  vendor/clang/dist/test/OpenMP/taskloop_simd_lastprivate_codegen.cpp
  vendor/clang/dist/test/OpenMP/taskloop_simd_private_codegen.cpp
  vendor/clang/dist/test/OpenMP/taskwait_ast_print.cpp
  vendor/clang/dist/test/OpenMP/taskwait_codegen.cpp
  vendor/clang/dist/test/OpenMP/taskyield_ast_print.cpp
  vendor/clang/dist/test/OpenMP/taskyield_codegen.cpp
  vendor/clang/dist/test/OpenMP/teams_ast_print.cpp
  vendor/clang/dist/test/OpenMP/threadprivate_ast_print.cpp
  vendor/clang/dist/test/OpenMP/threadprivate_codegen.cpp
  vendor/clang/dist/test/PCH/cxx11-lambdas.mm
  vendor/clang/dist/test/PCH/cxx1y-default-initializer.cpp
  vendor/clang/dist/test/PCH/debug-info-pch-path.c
  vendor/clang/dist/test/PCH/objc_container.m
  vendor/clang/dist/test/PCH/ocl_types.cl
  vendor/clang/dist/test/Parser/MicrosoftExtensions.c
  vendor/clang/dist/test/Parser/MicrosoftExtensions.cpp
  vendor/clang/dist/test/Parser/colon-colon-parentheses.cpp
  vendor/clang/dist/test/Parser/cxx0x-decl.cpp
  vendor/clang/dist/test/Parser/cxx1z-coroutines.cpp
  vendor/clang/dist/test/Parser/cxx1z-fold-expressions.cpp
  vendor/clang/dist/test/Parser/ms-inline-asm.c
  vendor/clang/dist/test/Parser/nullability.c
  vendor/clang/dist/test/Parser/objc-available.m
  vendor/clang/dist/test/Parser/objc-property-syntax.m
  vendor/clang/dist/test/Parser/opencl-atomics-cl20.cl
  vendor/clang/dist/test/Parser/opencl-pragma.cl
  vendor/clang/dist/test/Preprocessor/aarch64-target-features.c
  vendor/clang/dist/test/Preprocessor/arm-target-features.c
  vendor/clang/dist/test/Preprocessor/cuda-approx-transcendentals.cu
  vendor/clang/dist/test/Preprocessor/cuda-preprocess.cu
  vendor/clang/dist/test/Preprocessor/cuda-types.cu
  vendor/clang/dist/test/Preprocessor/init.c
  vendor/clang/dist/test/Preprocessor/pragma_microsoft.c
  vendor/clang/dist/test/Preprocessor/predefined-arch-macros.c
  vendor/clang/dist/test/Preprocessor/x86_target_features.c
  vendor/clang/dist/test/Profile/c-generate.c
  vendor/clang/dist/test/Profile/c-indirect-call.c
  vendor/clang/dist/test/Profile/c-linkage-available_externally.c
  vendor/clang/dist/test/Profile/cxx-indirect-call.cpp
  vendor/clang/dist/test/Profile/func-entry.c
  vendor/clang/dist/test/Profile/gcc-flag-compatibility.c
  vendor/clang/dist/test/Profile/profile-summary.c
  vendor/clang/dist/test/Rewriter/modern-write-bf-abi.mm
  vendor/clang/dist/test/Rewriter/objc-modern-property-bitfield.m
  vendor/clang/dist/test/Rewriter/property-dot-syntax.mm
  vendor/clang/dist/test/Rewriter/rewrite-block-literal-1.mm
  vendor/clang/dist/test/Rewriter/rewrite-block-pointer.mm
  vendor/clang/dist/test/Rewriter/rewrite-byref-in-nested-blocks.mm
  vendor/clang/dist/test/Rewriter/rewrite-byref-vars.mm
  vendor/clang/dist/test/Rewriter/rewrite-cast-ivar-modern-access.mm
  vendor/clang/dist/test/Rewriter/rewrite-elaborated-type.mm
  vendor/clang/dist/test/Rewriter/rewrite-foreach-in-block.mm
  vendor/clang/dist/test/Rewriter/rewrite-foreach-protocol-id.m
  vendor/clang/dist/test/Rewriter/rewrite-forward-class.m
  vendor/clang/dist/test/Rewriter/rewrite-forward-class.mm
  vendor/clang/dist/test/Rewriter/rewrite-ivar-use.m
  vendor/clang/dist/test/Rewriter/rewrite-modern-atautoreleasepool.mm
  vendor/clang/dist/test/Rewriter/rewrite-modern-block-ivar-call.mm
  vendor/clang/dist/test/Rewriter/rewrite-modern-class.mm
  vendor/clang/dist/test/Rewriter/rewrite-modern-default-property-synthesis.mm
  vendor/clang/dist/test/Rewriter/rewrite-modern-extern-c-func-decl.mm
  vendor/clang/dist/test/Rewriter/rewrite-modern-ivar-use.mm
  vendor/clang/dist/test/Rewriter/rewrite-modern-ivars-2.mm
  vendor/clang/dist/test/Rewriter/rewrite-modern-ivars.mm
  vendor/clang/dist/test/Rewriter/rewrite-modern-nested-ivar.mm
  vendor/clang/dist/test/Rewriter/rewrite-modern-throw.m
  vendor/clang/dist/test/Rewriter/rewrite-nested-blocks-1.mm
  vendor/clang/dist/test/Rewriter/rewrite-nested-blocks.mm
  vendor/clang/dist/test/Rewriter/rewrite-nested-ivar.mm
  vendor/clang/dist/test/Rewriter/rewrite-property-attributes.mm
  vendor/clang/dist/test/Rewriter/rewrite-property-set-cfstring.mm
  vendor/clang/dist/test/Rewriter/rewrite-protocol-property.mm
  vendor/clang/dist/test/Rewriter/rewrite-user-defined-accessors.mm
  vendor/clang/dist/test/Rewriter/rewrite-vararg.m
  vendor/clang/dist/test/Sema/MicrosoftExtensions.c
  vendor/clang/dist/test/Sema/aarch64-special-register.c
  vendor/clang/dist/test/Sema/arm-interrupt-attr.c
  vendor/clang/dist/test/Sema/arm-special-register.c
  vendor/clang/dist/test/Sema/asm.c
  vendor/clang/dist/test/Sema/atomic-ops.c
  vendor/clang/dist/test/Sema/attr-availability.c
  vendor/clang/dist/test/Sema/attr-naked.c
  vendor/clang/dist/test/Sema/attr-section.c
  vendor/clang/dist/test/Sema/attr-swiftcall.c
  vendor/clang/dist/test/Sema/attr-unavailable-message.c
  vendor/clang/dist/test/Sema/builtin-unary-fp.c
  vendor/clang/dist/test/Sema/builtins-x86.c
  vendor/clang/dist/test/Sema/builtins.cl
  vendor/clang/dist/test/Sema/compound-literal.c
  vendor/clang/dist/test/Sema/constant-conversion.c
  vendor/clang/dist/test/Sema/decl-in-prototype.c
  vendor/clang/dist/test/Sema/dllimport.c
  vendor/clang/dist/test/Sema/ext_vector_components.c
  vendor/clang/dist/test/Sema/format-strings-enum.c
  vendor/clang/dist/test/Sema/format-strings.c
  vendor/clang/dist/test/Sema/generic-selection.c
  vendor/clang/dist/test/Sema/initialize-noreturn.c
  vendor/clang/dist/test/Sema/nullability.c
  vendor/clang/dist/test/Sema/overloadable.c
  vendor/clang/dist/test/Sema/pass-object-size.c
  vendor/clang/dist/test/Sema/shift.c
  vendor/clang/dist/test/Sema/transparent-union.c
  vendor/clang/dist/test/Sema/varargs.c
  vendor/clang/dist/test/Sema/vector-cast.c
  vendor/clang/dist/test/Sema/vfprintf-invalid-redecl.c
  vendor/clang/dist/test/Sema/vfprintf-valid-redecl.c
  vendor/clang/dist/test/Sema/warn-cast-align.c
  vendor/clang/dist/test/Sema/warn-documentation-unknown-command.cpp
  vendor/clang/dist/test/Sema/warn-documentation.cpp
  vendor/clang/dist/test/SemaCUDA/Inputs/cuda.h
  vendor/clang/dist/test/SemaCUDA/bad-attributes.cu
  vendor/clang/dist/test/SemaCUDA/cuda-builtin-vars.cu
  vendor/clang/dist/test/SemaCUDA/device-var-init.cu
  vendor/clang/dist/test/SemaCUDA/function-overload.cu
  vendor/clang/dist/test/SemaCUDA/method-target.cu
  vendor/clang/dist/test/SemaCUDA/overloaded-delete.cu
  vendor/clang/dist/test/SemaCXX/MicrosoftCompatibility.cpp
  vendor/clang/dist/test/SemaCXX/MicrosoftExtensions.cpp
  vendor/clang/dist/test/SemaCXX/PR8755.cpp
  vendor/clang/dist/test/SemaCXX/aggregate-initialization.cpp
  vendor/clang/dist/test/SemaCXX/ambig-user-defined-conversions.cpp
  vendor/clang/dist/test/SemaCXX/attr-gnu.cpp
  vendor/clang/dist/test/SemaCXX/attr-no-sanitize-address.cpp
  vendor/clang/dist/test/SemaCXX/attr-no-sanitize.cpp
  vendor/clang/dist/test/SemaCXX/attr-noreturn.cpp
  vendor/clang/dist/test/SemaCXX/attr-swiftcall.cpp
  vendor/clang/dist/test/SemaCXX/builtin-exception-spec.cpp
  vendor/clang/dist/test/SemaCXX/builtins.cpp
  vendor/clang/dist/test/SemaCXX/compare.cpp
  vendor/clang/dist/test/SemaCXX/composite-pointer-type.cpp
  vendor/clang/dist/test/SemaCXX/compound-literal.cpp
  vendor/clang/dist/test/SemaCXX/conditional-expr.cpp
  vendor/clang/dist/test/SemaCXX/constant-expression-cxx11.cpp
  vendor/clang/dist/test/SemaCXX/constant-expression-cxx1y.cpp
  vendor/clang/dist/test/SemaCXX/constant-expression-cxx1z.cpp
  vendor/clang/dist/test/SemaCXX/constexpr-value-init.cpp
  vendor/clang/dist/test/SemaCXX/conversion-function.cpp
  vendor/clang/dist/test/SemaCXX/conversion.cpp
  vendor/clang/dist/test/SemaCXX/copy-assignment.cpp
  vendor/clang/dist/test/SemaCXX/copy-initialization.cpp
  vendor/clang/dist/test/SemaCXX/coroutines.cpp
  vendor/clang/dist/test/SemaCXX/cxx0x-defaulted-functions.cpp
  vendor/clang/dist/test/SemaCXX/cxx0x-initializer-constructor.cpp
  vendor/clang/dist/test/SemaCXX/cxx0x-initializer-references.cpp
  vendor/clang/dist/test/SemaCXX/cxx0x-initializer-scalars.cpp
  vendor/clang/dist/test/SemaCXX/cxx11-ast-print.cpp
  vendor/clang/dist/test/SemaCXX/cxx11-inheriting-ctors.cpp
  vendor/clang/dist/test/SemaCXX/cxx1y-initializer-aggregates.cpp
  vendor/clang/dist/test/SemaCXX/cxx1y-variable-templates_in_class.cpp
  vendor/clang/dist/test/SemaCXX/cxx1y-variable-templates_top_level.cpp
  vendor/clang/dist/test/SemaCXX/cxx98-compat-flags.cpp
  vendor/clang/dist/test/SemaCXX/cxx98-compat-pedantic.cpp
  vendor/clang/dist/test/SemaCXX/cxx98-compat.cpp
  vendor/clang/dist/test/SemaCXX/deprecated.cpp
  vendor/clang/dist/test/SemaCXX/derived-to-base-ambig.cpp
  vendor/clang/dist/test/SemaCXX/elaborated-type-specifier.cpp
  vendor/clang/dist/test/SemaCXX/enable_if.cpp
  vendor/clang/dist/test/SemaCXX/expression-traits.cpp
  vendor/clang/dist/test/SemaCXX/friend.cpp
  vendor/clang/dist/test/SemaCXX/implicit-exception-spec.cpp
  vendor/clang/dist/test/SemaCXX/lambda-expressions.cpp
  vendor/clang/dist/test/SemaCXX/libstdcxx_pair_swap_hack.cpp
  vendor/clang/dist/test/SemaCXX/member-init.cpp
  vendor/clang/dist/test/SemaCXX/member-pointer-ms.cpp
  vendor/clang/dist/test/SemaCXX/microsoft-new-delete.cpp
  vendor/clang/dist/test/SemaCXX/new-delete-cxx0x.cpp
  vendor/clang/dist/test/SemaCXX/null_in_arithmetic_ops.cpp
  vendor/clang/dist/test/SemaCXX/nullability.cpp
  vendor/clang/dist/test/SemaCXX/nullptr.cpp
  vendor/clang/dist/test/SemaCXX/nullptr_in_arithmetic_ops.cpp
  vendor/clang/dist/test/SemaCXX/overload-call.cpp
  vendor/clang/dist/test/SemaCXX/predefined-expr.cpp
  vendor/clang/dist/test/SemaCXX/reinterpret-cast.cpp
  vendor/clang/dist/test/SemaCXX/rval-references.cpp
  vendor/clang/dist/test/SemaCXX/switch.cpp
  vendor/clang/dist/test/SemaCXX/type-definition-in-specifier.cpp
  vendor/clang/dist/test/SemaCXX/unknown-anytype.cpp
  vendor/clang/dist/test/SemaCXX/using-decl-templates.cpp
  vendor/clang/dist/test/SemaCXX/vartemplate-lambda.cpp
  vendor/clang/dist/test/SemaCXX/warn-everthing.cpp
  vendor/clang/dist/test/SemaCXX/warn-logical-not-compare.cpp
  vendor/clang/dist/test/SemaCXX/warn-memset-bad-sizeof.cpp
  vendor/clang/dist/test/SemaCXX/warn-memsize-comparison.cpp
  vendor/clang/dist/test/SemaCXX/warn-missing-variable-declarations.cpp
  vendor/clang/dist/test/SemaCXX/warn-range-loop-analysis.cpp
  vendor/clang/dist/test/SemaCXX/warn-unused-variables.cpp
  vendor/clang/dist/test/SemaCXX/warn-weak-vtables.cpp
  vendor/clang/dist/test/SemaObjC/arc.m
  vendor/clang/dist/test/SemaObjC/assign-rvalue-message.m
  vendor/clang/dist/test/SemaObjC/attr-availability.m
  vendor/clang/dist/test/SemaObjC/call-super-2.m
  vendor/clang/dist/test/SemaObjC/check-dup-objc-decls-1.m
  vendor/clang/dist/test/SemaObjC/class-unavail-warning.m
  vendor/clang/dist/test/SemaObjC/format-strings-objc.m
  vendor/clang/dist/test/SemaObjC/kindof.m
  vendor/clang/dist/test/SemaObjC/nsobject-attribute.m
  vendor/clang/dist/test/SemaObjC/nullability.m
  vendor/clang/dist/test/SemaObjC/objc-array-literal.m
  vendor/clang/dist/test/SemaObjC/objc-dictionary-literal.m
  vendor/clang/dist/test/SemaObjC/objcbridge-attribute-arc.m
  vendor/clang/dist/test/SemaObjC/parameterized_classes_subst.m
  vendor/clang/dist/test/SemaObjC/property-deprecated-warning.m
  vendor/clang/dist/test/SemaObjC/typo-correction.m
  vendor/clang/dist/test/SemaObjCXX/Inputs/nullability-consistency-1.h
  vendor/clang/dist/test/SemaObjCXX/Inputs/nullability-consistency-2.h
  vendor/clang/dist/test/SemaObjCXX/Inputs/nullability-consistency-3.h
  vendor/clang/dist/test/SemaObjCXX/Inputs/nullability-consistency-4.h
  vendor/clang/dist/test/SemaObjCXX/Inputs/nullability-consistency-5.h
  vendor/clang/dist/test/SemaObjCXX/Inputs/nullability-consistency-6.h
  vendor/clang/dist/test/SemaObjCXX/Inputs/nullability-consistency-7.h
  vendor/clang/dist/test/SemaObjCXX/Inputs/nullability-consistency-8.h
  vendor/clang/dist/test/SemaObjCXX/Inputs/nullability-consistency-system/nullability-consistency-system.h
  vendor/clang/dist/test/SemaObjCXX/Inputs/nullability-pragmas-1.h
  vendor/clang/dist/test/SemaObjCXX/crash.mm
  vendor/clang/dist/test/SemaObjCXX/null_objc_pointer.mm
  vendor/clang/dist/test/SemaOpenCL/access-qualifier.cl
  vendor/clang/dist/test/SemaOpenCL/builtin.cl
  vendor/clang/dist/test/SemaOpenCL/cl20-device-side-enqueue.cl
  vendor/clang/dist/test/SemaOpenCL/event_t.cl
  vendor/clang/dist/test/SemaOpenCL/event_t_overload.cl
  vendor/clang/dist/test/SemaOpenCL/extension-version.cl
  vendor/clang/dist/test/SemaOpenCL/extensions.cl
  vendor/clang/dist/test/SemaOpenCL/extern.cl
  vendor/clang/dist/test/SemaOpenCL/half.cl
  vendor/clang/dist/test/SemaOpenCL/invalid-block.cl
  vendor/clang/dist/test/SemaOpenCL/invalid-image.cl
  vendor/clang/dist/test/SemaOpenCL/invalid-kernel-parameters.cl
  vendor/clang/dist/test/SemaOpenCL/invalid-kernel.cl
  vendor/clang/dist/test/SemaOpenCL/invalid-pipes-cl2.0.cl
  vendor/clang/dist/test/SemaOpenCL/sampler_t.cl
  vendor/clang/dist/test/SemaOpenCL/unroll-hint.cl
  vendor/clang/dist/test/SemaOpenCL/unsupported.cl
  vendor/clang/dist/test/SemaTemplate/alias-templates.cpp
  vendor/clang/dist/test/SemaTemplate/class-template-decl.cpp
  vendor/clang/dist/test/SemaTemplate/class-template-spec.cpp
  vendor/clang/dist/test/SemaTemplate/deduction.cpp
  vendor/clang/dist/test/SemaTemplate/dependent-type-identity.cpp
  vendor/clang/dist/test/SemaTemplate/instantiate-exception-spec-cxx11.cpp
  vendor/clang/dist/test/SemaTemplate/instantiation-default-1.cpp
  vendor/clang/dist/test/SemaTemplate/ms-class-specialization-class-scope.cpp
  vendor/clang/dist/test/SemaTemplate/temp_arg_enum_printing.cpp
  vendor/clang/dist/test/SemaTemplate/temp_arg_nontype.cpp
  vendor/clang/dist/test/SemaTemplate/temp_arg_nontype_cxx11.cpp
  vendor/clang/dist/test/SemaTemplate/temp_arg_nontype_cxx1z.cpp
  vendor/clang/dist/test/SemaTemplate/temp_arg_template.cpp
  vendor/clang/dist/test/SemaTemplate/temp_class_spec_neg.cpp
  vendor/clang/dist/test/SemaTemplate/temp_explicit.cpp
  vendor/clang/dist/test/SemaTemplate/template-id-expr.cpp
  vendor/clang/dist/test/Unit/lit.cfg
  vendor/clang/dist/test/VFS/Inputs/vfsoverlay2.yaml
  vendor/clang/dist/test/lit.cfg
  vendor/clang/dist/test/lit.site.cfg.in
  vendor/clang/dist/tools/CMakeLists.txt
  vendor/clang/dist/tools/arcmt-test/arcmt-test.cpp
  vendor/clang/dist/tools/c-index-test/c-index-test.c
  vendor/clang/dist/tools/c-index-test/core_main.cpp
  vendor/clang/dist/tools/clang-format-vs/CMakeLists.txt
  vendor/clang/dist/tools/clang-format-vs/ClangFormat.sln
  vendor/clang/dist/tools/clang-format-vs/ClangFormat/ClangFormat.csproj
  vendor/clang/dist/tools/clang-format-vs/ClangFormat/ClangFormat.vsct
  vendor/clang/dist/tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs
  vendor/clang/dist/tools/clang-format-vs/ClangFormat/PkgCmdID.cs
  vendor/clang/dist/tools/clang-format-vs/ClangFormat/Resources.Designer.cs
  vendor/clang/dist/tools/clang-format-vs/README.txt
  vendor/clang/dist/tools/clang-format/ClangFormat.cpp
  vendor/clang/dist/tools/clang-format/clang-format-diff.py
  vendor/clang/dist/tools/clang-format/clang-format.el
  vendor/clang/dist/tools/clang-format/clang-format.py
  vendor/clang/dist/tools/clang-format/git-clang-format
  vendor/clang/dist/tools/clang-fuzzer/ClangFuzzer.cpp
  vendor/clang/dist/tools/diagtool/DiagTool.cpp
  vendor/clang/dist/tools/diagtool/TreeView.cpp
  vendor/clang/dist/tools/driver/CMakeLists.txt
  vendor/clang/dist/tools/driver/Info.plist.in
  vendor/clang/dist/tools/driver/cc1_main.cpp
  vendor/clang/dist/tools/driver/cc1as_main.cpp
  vendor/clang/dist/tools/driver/driver.cpp
  vendor/clang/dist/tools/libclang/ARCMigrate.cpp
  vendor/clang/dist/tools/libclang/BuildSystem.cpp
  vendor/clang/dist/tools/libclang/CIndex.cpp
  vendor/clang/dist/tools/libclang/CIndexCXX.cpp
  vendor/clang/dist/tools/libclang/CIndexCodeCompletion.cpp
  vendor/clang/dist/tools/libclang/CIndexDiagnostic.cpp
  vendor/clang/dist/tools/libclang/CIndexHigh.cpp
  vendor/clang/dist/tools/libclang/CIndexInclusionStack.cpp
  vendor/clang/dist/tools/libclang/CIndexUSRs.cpp
  vendor/clang/dist/tools/libclang/CIndexer.cpp
  vendor/clang/dist/tools/libclang/CIndexer.h
  vendor/clang/dist/tools/libclang/CLog.h
  vendor/clang/dist/tools/libclang/CMakeLists.txt
  vendor/clang/dist/tools/libclang/CXComment.cpp
  vendor/clang/dist/tools/libclang/CXCompilationDatabase.cpp
  vendor/clang/dist/tools/libclang/CXCursor.cpp
  vendor/clang/dist/tools/libclang/CXIndexDataConsumer.cpp
  vendor/clang/dist/tools/libclang/CXIndexDataConsumer.h
  vendor/clang/dist/tools/libclang/CXLoadedDiagnostic.cpp
  vendor/clang/dist/tools/libclang/CXLoadedDiagnostic.h
  vendor/clang/dist/tools/libclang/CXSourceLocation.cpp
  vendor/clang/dist/tools/libclang/CXStoredDiagnostic.cpp
  vendor/clang/dist/tools/libclang/CXString.cpp
  vendor/clang/dist/tools/libclang/CXType.cpp
  vendor/clang/dist/tools/libclang/CursorVisitor.h
  vendor/clang/dist/tools/libclang/Indexing.cpp
  vendor/clang/dist/tools/libclang/libclang.exports
  vendor/clang/dist/tools/scan-build-py/libscanbuild/analyze.py
  vendor/clang/dist/tools/scan-build-py/libscanbuild/clang.py
  vendor/clang/dist/tools/scan-build-py/libscanbuild/report.py
  vendor/clang/dist/tools/scan-build-py/libscanbuild/runner.py
  vendor/clang/dist/tools/scan-build-py/tests/unit/test_clang.py
  vendor/clang/dist/tools/scan-build-py/tests/unit/test_report.py
  vendor/clang/dist/tools/scan-build-py/tests/unit/test_runner.py
  vendor/clang/dist/tools/scan-build/bin/scan-build
  vendor/clang/dist/unittests/AST/ASTImporterTest.cpp
  vendor/clang/dist/unittests/AST/ASTTypeTraitsTest.cpp
  vendor/clang/dist/unittests/AST/ASTVectorTest.cpp
  vendor/clang/dist/unittests/AST/CommentParser.cpp
  vendor/clang/dist/unittests/AST/DeclPrinterTest.cpp
  vendor/clang/dist/unittests/AST/ExternalASTSourceTest.cpp
  vendor/clang/dist/unittests/AST/PostOrderASTVisitor.cpp
  vendor/clang/dist/unittests/AST/SourceLocationTest.cpp
  vendor/clang/dist/unittests/AST/StmtPrinterTest.cpp
  vendor/clang/dist/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
  vendor/clang/dist/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
  vendor/clang/dist/unittests/ASTMatchers/ASTMatchersTest.h
  vendor/clang/dist/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
  vendor/clang/dist/unittests/ASTMatchers/Dynamic/ParserTest.cpp
  vendor/clang/dist/unittests/Analysis/CFGTest.cpp
  vendor/clang/dist/unittests/Basic/FileManagerTest.cpp
  vendor/clang/dist/unittests/Basic/VirtualFileSystemTest.cpp
  vendor/clang/dist/unittests/Driver/CMakeLists.txt
  vendor/clang/dist/unittests/Driver/ToolChainTest.cpp
  vendor/clang/dist/unittests/Format/CMakeLists.txt
  vendor/clang/dist/unittests/Format/CleanupTest.cpp
  vendor/clang/dist/unittests/Format/FormatTest.cpp
  vendor/clang/dist/unittests/Format/FormatTestJS.cpp
  vendor/clang/dist/unittests/Format/SortImportsTestJS.cpp
  vendor/clang/dist/unittests/Format/SortIncludesTest.cpp
  vendor/clang/dist/unittests/Frontend/CodeGenActionTest.cpp
  vendor/clang/dist/unittests/Frontend/FrontendActionTest.cpp
  vendor/clang/dist/unittests/StaticAnalyzer/AnalyzerOptionsTest.cpp
  vendor/clang/dist/unittests/Tooling/CMakeLists.txt
  vendor/clang/dist/unittests/Tooling/CompilationDatabaseTest.cpp
  vendor/clang/dist/unittests/Tooling/LookupTest.cpp
  vendor/clang/dist/unittests/Tooling/RecursiveASTVisitorTest.cpp
  vendor/clang/dist/unittests/Tooling/RecursiveASTVisitorTestCallVisitor.cpp
  vendor/clang/dist/unittests/Tooling/RecursiveASTVisitorTestDeclVisitor.cpp
  vendor/clang/dist/unittests/Tooling/RecursiveASTVisitorTestExprVisitor.cpp
  vendor/clang/dist/unittests/Tooling/RecursiveASTVisitorTestTypeLocVisitor.cpp
  vendor/clang/dist/unittests/Tooling/RefactoringTest.cpp
  vendor/clang/dist/unittests/Tooling/RewriterTest.cpp
  vendor/clang/dist/unittests/Tooling/TestVisitor.h
  vendor/clang/dist/unittests/Tooling/ToolingTest.cpp
  vendor/clang/dist/unittests/libclang/LibclangTest.cpp
  vendor/clang/dist/utils/TableGen/ClangASTNodesEmitter.cpp
  vendor/clang/dist/utils/TableGen/ClangAttrEmitter.cpp
  vendor/clang/dist/utils/TableGen/ClangDiagnosticsEmitter.cpp
  vendor/clang/dist/utils/TableGen/NeonEmitter.cpp
  vendor/clang/dist/utils/TableGen/TableGen.cpp
  vendor/clang/dist/utils/TableGen/TableGenBackends.h
  vendor/clang/dist/utils/analyzer/SATestBuild.py
  vendor/clang/dist/utils/perf-training/CMakeLists.txt
  vendor/clang/dist/utils/perf-training/order-files.lit.cfg
  vendor/clang/dist/utils/perf-training/perf-helper.py
  vendor/clang/dist/www/analyzer/alpha_checks.html
  vendor/clang/dist/www/analyzer/annotations.html
  vendor/clang/dist/www/analyzer/checker_dev_manual.html
  vendor/clang/dist/www/analyzer/faq.html
  vendor/clang/dist/www/analyzer/index.html
  vendor/clang/dist/www/analyzer/latest_checker.html.incl
  vendor/clang/dist/www/analyzer/potential_checkers.html
  vendor/clang/dist/www/analyzer/release_notes.html
  vendor/clang/dist/www/cxx_dr_status.html
  vendor/clang/dist/www/cxx_status.html
  vendor/clang/dist/www/get_started.html
  vendor/clang/dist/www/make_cxx_dr_status
  vendor/clang/dist/www/menu.html.incl
  vendor/clang/dist/www/related.html
Directory Properties:
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/aarch64-linux-android/4.9/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/aarch64-linux-android/4.9/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/arm-linux-androideabi/4.9/armv7-a/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/arm-linux-androideabi/4.9/armv7-a/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/arm-linux-androideabi/4.9/armv7-a/thumb/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/arm-linux-androideabi/4.9/armv7-a/thumb/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/arm-linux-androideabi/4.9/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/arm-linux-androideabi/4.9/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/arm-linux-androideabi/4.9/thumb/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/arm-linux-androideabi/4.9/thumb/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/i686-linux-android/4.9/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/i686-linux-android/4.9/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mipsel-linux-android/4.9/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mipsel-linux-android/4.9/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mipsel-linux-android/4.9/mips-r2/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mipsel-linux-android/4.9/mips-r2/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mipsel-linux-android/4.9/mips-r6/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/lib/gcc/mipsel-linux-android/4.9/mips-r6/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/sysroot/usr/lib/crtbegin_dynamic.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/sysroot/usr/lib/crtbegin_so.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/sysroot/usr/lib/crtbegin_static.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/sysroot/usr/lib/crtend_android.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_android_ndk_tree/sysroot/usr/lib/crtend_so.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_myriad_tree/lib/gcc/sparc-myriad-elf/4.8.2/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_myriad_tree/lib/gcc/sparc-myriad-elf/4.8.2/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_myriad_tree/lib/gcc/sparc-myriad-elf/4.8.2/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_myriad_tree/lib/gcc/sparc-myriad-elf/4.8.2/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_myriad_tree/sparc-myriad-elf/lib/crt0.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_netbsd_tree/usr/lib/eabihf/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/basic_netbsd_tree/usr/lib/powerpc/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/debian_8_sparc64_tree/usr/lib/gcc/sparc64-linux-gnu/4.9/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/debian_8_sparc64_tree/usr/lib/gcc/sparc64-linux-gnu/4.9/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/debian_8_sparc64_tree/usr/lib/sparc64-linux-gnu/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/debian_8_sparc64_tree/usr/lib/sparc64-linux-gnu/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/debian_8_sparc64_tree/usr/lib/sparc64-linux-gnu/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/debian_8_sparc_multilib_tree/usr/lib/gcc/sparc-linux-gnu/4.9/64/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/debian_8_sparc_multilib_tree/usr/lib/gcc/sparc-linux-gnu/4.9/64/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/debian_8_sparc_multilib_tree/usr/lib/gcc/sparc-linux-gnu/4.9/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/debian_8_sparc_multilib_tree/usr/lib/gcc/sparc-linux-gnu/4.9/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/debian_8_sparc_multilib_tree/usr/lib/sparc-linux-gnu/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/debian_8_sparc_multilib_tree/usr/lib/sparc-linux-gnu/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/debian_8_sparc_multilib_tree/usr/lib/sparc-linux-gnu/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/debian_8_sparc_multilib_tree/usr/lib64/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/debian_8_sparc_multilib_tree/usr/lib64/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/debian_8_sparc_multilib_tree/usr/lib64/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/debian_multiarch_tree/usr/lib/gcc/powerpc64le-linux-gnu/4.5/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing5/lib/gcc/i386-unknown-linux/4.9.2/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing5/lib/gcc/i386-unknown-linux/5/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/gentoo_linux_gcc_4.9.3_tree/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/uclibc/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/uclibc/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/uclibc/el/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/uclibc/el/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/uclibc/nan2008/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/uclibc/nan2008/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/uclibc/nan2008/el/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/uclibc/nan2008/el/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/uclibc/soft-float/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/uclibc/soft-float/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/uclibc/soft-float/el/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/uclibc/soft-float/el/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/uclibc/el/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/uclibc/el/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/uclibc/el/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/uclibc/nan2008/el/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/uclibc/nan2008/el/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/uclibc/nan2008/el/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/uclibc/nan2008/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/uclibc/nan2008/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/uclibc/nan2008/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/uclibc/soft-float/el/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/uclibc/soft-float/el/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/uclibc/soft-float/el/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/uclibc/soft-float/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/uclibc/soft-float/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/uclibc/soft-float/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/uclibc/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/uclibc/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/uclibc/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/uclibc/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/uclibc/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/uclibc/el/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/uclibc/el/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/uclibc/el/nan2008/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/uclibc/el/nan2008/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/uclibc/el/sof/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/uclibc/el/sof/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/uclibc/nan2008/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/uclibc/nan2008/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/uclibc/sof/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/uclibc/sof/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/sysroot/uclibc/el/nan2008/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/sysroot/uclibc/el/nan2008/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/sysroot/uclibc/el/nan2008/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/sysroot/uclibc/el/sof/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/sysroot/uclibc/el/sof/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/sysroot/uclibc/el/sof/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/sysroot/uclibc/el/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/sysroot/uclibc/el/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/sysroot/uclibc/el/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/sysroot/uclibc/nan2008/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/sysroot/uclibc/nan2008/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/sysroot/uclibc/nan2008/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/sysroot/uclibc/sof/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/sysroot/uclibc/sof/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/sysroot/uclibc/sof/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/sysroot/uclibc/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/sysroot/uclibc/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_fsf_tree/sysroot/uclibc/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/micromips-r6-hard/lib/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/micromips-r6-hard/lib/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/micromips-r6-soft/lib/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/micromips-r6-soft/lib/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/micromipsel-r6-hard/lib/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/micromipsel-r6-hard/lib/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/micromipsel-r6-soft/lib/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/micromipsel-r6-soft/lib/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/mips-r6-hard/lib/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/mips-r6-hard/lib/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/mips-r6-hard/lib32/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/mips-r6-hard/lib32/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/mips-r6-hard/lib64/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/mips-r6-hard/lib64/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/mips-r6-soft/lib/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/mips-r6-soft/lib/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/mipsel-r6-hard/lib/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/mipsel-r6-hard/lib/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/mipsel-r6-hard/lib32/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/mipsel-r6-hard/lib32/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/mipsel-r6-hard/lib64/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/mipsel-r6-hard/lib64/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/mipsel-r6-soft/lib/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/mipsel-r6-soft/lib/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/micromips-r6-hard/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/micromips-r6-hard/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/micromips-r6-hard/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/micromips-r6-soft/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/micromips-r6-soft/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/micromips-r6-soft/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/micromipsel-r6-hard/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/micromipsel-r6-hard/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/micromipsel-r6-hard/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/micromipsel-r6-soft/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/micromipsel-r6-soft/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/micromipsel-r6-soft/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mips-r6-hard/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mips-r6-hard/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mips-r6-hard/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mips-r6-hard/usr/lib32/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mips-r6-hard/usr/lib32/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mips-r6-hard/usr/lib32/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mips-r6-hard/usr/lib64/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mips-r6-hard/usr/lib64/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mips-r6-hard/usr/lib64/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mips-r6-soft/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mips-r6-soft/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mips-r6-soft/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mipsel-r6-hard/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mipsel-r6-hard/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mipsel-r6-hard/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mipsel-r6-hard/usr/lib32/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mipsel-r6-hard/usr/lib32/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mipsel-r6-hard/usr/lib32/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mipsel-r6-hard/usr/lib64/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mipsel-r6-hard/usr/lib64/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mipsel-r6-hard/usr/lib64/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mipsel-r6-soft/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mipsel-r6-soft/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_img_v2_tree/sysroot/mipsel-r6-soft/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_linux/lib/clang/3.8.0/mips-r2-hard-musl/lib/linux/libclang_rt.builtins-mips.a   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_linux/lib/clang/3.8.0/mips-r2-hard-musl/lib/linux/libclang_rt.builtins-mips.so   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_linux/lib/clang/3.8.0/mipsel-r2-hard-musl/lib/linux/libclang_rt.builtins-mipsel.a   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_linux/lib/clang/3.8.0/mipsel-r2-hard-musl/lib/linux/libclang_rt.builtins-mipsel.so   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_linux/sysroot/mips-r2-hard-musl/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_linux/sysroot/mips-r2-hard-musl/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_linux/sysroot/mips-r2-hard-musl/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_linux/sysroot/mipsel-r2-hard-musl/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_linux/sysroot/mipsel-r2-hard-musl/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_linux/sysroot/mipsel-r2-hard-musl/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/micromipsel-r2-hard-nan2008/lib/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/micromipsel-r2-hard-nan2008/lib/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/micromipsel-r2-soft/lib/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/micromipsel-r2-soft/lib/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mips-r2-hard-nan2008-uclibc/lib/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mips-r2-hard-nan2008-uclibc/lib/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mips-r2-hard-nan2008/lib/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mips-r2-hard-nan2008/lib/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mips-r2-hard-uclibc/lib/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mips-r2-hard-uclibc/lib/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mips-r2-hard/lib/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mips-r2-hard/lib/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mips-r2-hard/lib32/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mips-r2-hard/lib32/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mips-r2-hard/lib64/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mips-r2-hard/lib64/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mips-r2-soft/lib/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mips-r2-soft/lib/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mipsel-r2-hard-nan2008-uclibc/lib/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mipsel-r2-hard-nan2008-uclibc/lib/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mipsel-r2-hard-nan2008/lib/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mipsel-r2-hard-nan2008/lib/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mipsel-r2-hard-uclibc/lib/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mipsel-r2-hard-uclibc/lib/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mipsel-r2-hard/lib/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mipsel-r2-hard/lib/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mipsel-r2-hard/lib32/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mipsel-r2-hard/lib32/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mipsel-r2-hard/lib64/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mipsel-r2-hard/lib64/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mipsel-r2-soft/lib/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/lib/gcc/mips-mti-linux-gnu/4.9.2/mipsel-r2-soft/lib/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/micromipsel-r2-hard-nan2008/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/micromipsel-r2-hard-nan2008/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/micromipsel-r2-hard-nan2008/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/micromipsel-r2-soft/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/micromipsel-r2-soft/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/micromipsel-r2-soft/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mips-r2-hard-nan2008-uclibc/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mips-r2-hard-nan2008-uclibc/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mips-r2-hard-nan2008-uclibc/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mips-r2-hard-nan2008/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mips-r2-hard-nan2008/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mips-r2-hard-nan2008/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mips-r2-hard-uclibc/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mips-r2-hard-uclibc/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mips-r2-hard-uclibc/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mips-r2-hard/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mips-r2-hard/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mips-r2-hard/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mips-r2-hard/usr/lib32/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mips-r2-hard/usr/lib32/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mips-r2-hard/usr/lib32/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mips-r2-hard/usr/lib64/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mips-r2-hard/usr/lib64/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mips-r2-hard/usr/lib64/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mips-r2-soft/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mips-r2-soft/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mips-r2-soft/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mipsel-r2-hard-nan2008-uclibc/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mipsel-r2-hard-nan2008-uclibc/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mipsel-r2-hard-nan2008-uclibc/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mipsel-r2-hard-nan2008/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mipsel-r2-hard-nan2008/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mipsel-r2-hard-nan2008/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mipsel-r2-hard-uclibc/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mipsel-r2-hard-uclibc/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mipsel-r2-hard-uclibc/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mipsel-r2-hard/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mipsel-r2-hard/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mipsel-r2-hard/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mipsel-r2-hard/usr/lib32/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mipsel-r2-hard/usr/lib32/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mipsel-r2-hard/usr/lib32/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mipsel-r2-hard/usr/lib64/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mipsel-r2-hard/usr/lib64/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mipsel-r2-hard/usr/lib64/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mipsel-r2-soft/usr/lib/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mipsel-r2-soft/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/mips_mti_tree/sysroot/mipsel-r2-soft/usr/lib/crtn.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/sparc-sun-solaris2.11/usr/gcc/4.8/lib/gcc/sparc-sun-solaris2.11/4.8.2/crt1.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/sparc-sun-solaris2.11/usr/gcc/4.8/lib/gcc/sparc-sun-solaris2.11/4.8.2/crtbegin.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/sparc-sun-solaris2.11/usr/gcc/4.8/lib/gcc/sparc-sun-solaris2.11/4.8.2/crtend.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/sparc-sun-solaris2.11/usr/lib/crti.o   (props changed)
  vendor/clang/dist/test/Driver/Inputs/sparc-sun-solaris2.11/usr/lib/crtn.o   (props changed)

Modified: vendor/clang/dist/CMakeLists.txt
==============================================================================
--- vendor/clang/dist/CMakeLists.txt	Mon Jan  2 19:17:21 2017	(r311117)
+++ vendor/clang/dist/CMakeLists.txt	Mon Jan  2 19:18:08 2017	(r311118)
@@ -124,6 +124,7 @@ Please install Python or specify the PYT
     endif()
 
     if(EXISTS ${LLVM_MAIN_SRC_DIR}/utils/lit/lit.py)
+      # Note: path not really used, except for checking if lit was found
       set(LLVM_LIT ${LLVM_MAIN_SRC_DIR}/utils/lit/lit.py)
       if(NOT LLVM_UTILS_PROVIDED)
         add_subdirectory(${LLVM_MAIN_SRC_DIR}/utils/FileCheck utils/FileCheck)
@@ -140,8 +141,10 @@ Please install Python or specify the PYT
       endif()
     else()
       # Seek installed Lit.
-      find_program(LLVM_LIT "lit.py" ${LLVM_MAIN_SRC_DIR}/utils/lit
-        DOC "Path to lit.py")
+      find_program(LLVM_LIT
+                   NAMES llvm-lit lit.py lit
+                   PATHS "${LLVM_MAIN_SRC_DIR}/utils/lit"
+                   DOC "Path to lit.py")
     endif()
 
     if(LLVM_LIT)
@@ -177,6 +180,9 @@ if (LIBXML2_FOUND)
   set(CLANG_HAVE_LIBXML 1)
 endif()
 
+include(CheckIncludeFile)
+check_include_file(sys/resource.h CLANG_HAVE_RLIMITS)
+
 set(CLANG_RESOURCE_DIR "" CACHE STRING
   "Relative directory from the Clang binary to its resource files.")
 
@@ -192,13 +198,27 @@ set(ENABLE_LINKER_BUILD_ID OFF CACHE BOO
 set(ENABLE_X86_RELAX_RELOCATIONS OFF CACHE BOOL
     "enable x86 relax relocations by default")
 
+set(CLANG_DEFAULT_LINKER "" CACHE STRING
+  "Default linker to use (linker name or absolute path, empty for platform default)")
+
 set(CLANG_DEFAULT_CXX_STDLIB "" CACHE STRING
-  "Default C++ stdlib to use (empty for architecture default, \"libstdc++\" or \"libc++\"")
+  "Default C++ stdlib to use (\"libstdc++\" or \"libc++\", empty for platform default")
 if (NOT(CLANG_DEFAULT_CXX_STDLIB STREQUAL "" OR
         CLANG_DEFAULT_CXX_STDLIB STREQUAL "libstdc++" OR
         CLANG_DEFAULT_CXX_STDLIB STREQUAL "libc++"))
-  message(WARNING "Resetting default C++ stdlib to use architecture default")
-  set(CLANG_DEFAULT_CXX_STDLIB "")
+  message(WARNING "Resetting default C++ stdlib to use platform default")
+  set(CLANG_DEFAULT_CXX_STDLIB "" CACHE STRING
+    "Default C++ stdlib to use (\"libstdc++\" or \"libc++\", empty for platform default" FORCE)
+endif()
+
+set(CLANG_DEFAULT_RTLIB "" CACHE STRING
+  "Default runtime library to use (\"libgcc\" or \"compiler-rt\", empty for platform default)")
+if (NOT(CLANG_DEFAULT_RTLIB STREQUAL "" OR
+        CLANG_DEFAULT_RTLIB STREQUAL "libgcc" OR
+        CLANG_DEFAULT_RTLIB STREQUAL "compiler-rt"))
+  message(WARNING "Resetting default rtlib to use platform default")
+  set(CLANG_DEFAULT_RTLIB "" CACHE STRING
+    "Default runtime library to use (\"libgcc\" or \"compiler-rt\", empty for platform default)" FORCE)
 endif()
 
 set(CLANG_DEFAULT_OPENMP_RUNTIME "libomp" CACHE STRING
@@ -247,22 +267,19 @@ if( NOT CMAKE_SOURCE_DIR STREQUAL CMAKE_
   endif()
 endif()
 
-# Compute the Clang version from the LLVM version.
-string(REGEX MATCH "[0-9]+\\.[0-9]+(\\.[0-9]+)?" CLANG_VERSION
-  ${PACKAGE_VERSION})
-message(STATUS "Clang version: ${CLANG_VERSION}")
-
-string(REGEX REPLACE "([0-9]+)\\.[0-9]+(\\.[0-9]+)?" "\\1" CLANG_VERSION_MAJOR
-  ${CLANG_VERSION})
-string(REGEX REPLACE "[0-9]+\\.([0-9]+)(\\.[0-9]+)?" "\\1" CLANG_VERSION_MINOR
-  ${CLANG_VERSION})
-if (${CLANG_VERSION} MATCHES "[0-9]+\\.[0-9]+\\.[0-9]+")
-  set(CLANG_HAS_VERSION_PATCHLEVEL 1)
-  string(REGEX REPLACE "[0-9]+\\.[0-9]+\\.([0-9]+)" "\\1" CLANG_VERSION_PATCHLEVEL
-    ${CLANG_VERSION})
-else()
-  set(CLANG_HAS_VERSION_PATCHLEVEL 0)
+# If CLANG_VERSION_* is specified, use it, if not use LLVM_VERSION_*.
+if(NOT DEFINED CLANG_VERSION_MAJOR)
+  set(CLANG_VERSION_MAJOR ${LLVM_VERSION_MAJOR})
+endif()
+if(NOT DEFINED CLANG_VERSION_MINOR)
+  set(CLANG_VERSION_MINOR ${LLVM_VERSION_MINOR})
 endif()
+if(NOT DEFINED CLANG_VERSION_PATCHLEVEL)
+  set(CLANG_VERSION_PATCHLEVEL ${LLVM_VERSION_PATCH})
+endif()
+# Unlike PACKAGE_VERSION, CLANG_VERSION does not include LLVM_VERSION_SUFFIX.
+set(CLANG_VERSION "${CLANG_VERSION_MAJOR}.${CLANG_VERSION_MINOR}.${CLANG_VERSION_PATCHLEVEL}")
+message(STATUS "Clang version: ${CLANG_VERSION}")
 
 # Configure the Version.inc file.
 configure_file(
@@ -404,6 +421,29 @@ else()
 endif()
 add_subdirectory(examples)
 
+if(APPLE)
+  # this line is needed as a cleanup to ensure that any CMakeCaches with the old
+  # default value get updated to the new default.
+  if(CLANG_ORDER_FILE STREQUAL "")
+    unset(CLANG_ORDER_FILE CACHE)
+    unset(CLANG_ORDER_FILE)
+  endif()
+
+
+  set(CLANG_ORDER_FILE ${CMAKE_CURRENT_BINARY_DIR}/clang.order CACHE FILEPATH
+    "Order file to use when compiling clang in order to improve startup time (Darwin Only - requires ld64).")
+
+  if(NOT EXISTS ${CLANG_ORDER_FILE})
+    string(FIND "${CLANG_ORDER_FILE}" "${CMAKE_CURRENT_BINARY_DIR}" PATH_START)
+    if(PATH_START EQUAL 0)
+      file(WRITE ${CLANG_ORDER_FILE} "\n")
+    else()
+      message(FATAL_ERROR "Specified order file '${CLANG_ORDER_FILE}' does not exist.")
+    endif()
+  endif()
+endif()
+
+
 if( CLANG_INCLUDE_TESTS )
   if(EXISTS ${LLVM_MAIN_SRC_DIR}/utils/unittest/googletest/include/gtest/gtest.h)
     add_subdirectory(unittests)
@@ -438,37 +478,19 @@ if( CLANG_INCLUDE_DOCS )
   add_subdirectory(docs)
 endif()
 
+add_subdirectory(cmake/modules)
 
-if(APPLE)
-  # this line is needed as a cleanup to ensure that any CMakeCaches with the old
-  # default value get updated to the new default.
-  if(CLANG_ORDER_FILE STREQUAL "")
-    unset(CLANG_ORDER_FILE CACHE)
-    unset(CLANG_ORDER_FILE)
-  endif()
-
-
-  set(CLANG_ORDER_FILE ${CMAKE_CURRENT_BINARY_DIR}/clang.order CACHE FILEPATH
-    "Order file to use when compiling clang in order to improve startup time (Darwin Only - requires ld64).")
-
-  if(CLANG_ORDER_FILE AND NOT EXISTS ${CLANG_ORDER_FILE})
-    string(FIND "${CLANG_ORDER_FILE}" "${CMAKE_CURRENT_BINARY_DIR}" PATH_START)
-    if(PATH_START EQUAL 0)
-      file(WRITE ${CLANG_ORDER_FILE} "\n")
-    else()
-      message(FATAL_ERROR "Specified order file '${CLANG_ORDER_FILE}' does not exist.")
-    endif()
-  endif()
+if(CLANG_STAGE)
+  message(STATUS "Setting current clang stage to: ${CLANG_STAGE}")
 endif()
 
-add_subdirectory(cmake/modules)
-
 if (CLANG_ENABLE_BOOTSTRAP)
   include(ExternalProject)
 
+  add_custom_target(clang-bootstrap-deps DEPENDS clang)
+
   if(NOT CLANG_STAGE)
     set(CLANG_STAGE stage1)
-    message(STATUS "Setting current clang stage to: ${CLANG_STAGE}")
   endif()
 
   string(REGEX MATCH "stage([0-9]*)" MATCHED_STAGE "${CLANG_STAGE}")
@@ -491,19 +513,28 @@ if (CLANG_ENABLE_BOOTSTRAP)
   
   set(STAMP_DIR ${CMAKE_CURRENT_BINARY_DIR}/${NEXT_CLANG_STAGE}-stamps/)
   set(BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/${NEXT_CLANG_STAGE}-bins/)
-  set(cmake_command ${CMAKE_COMMAND})
 
-  # If the next stage is LTO we need to depend on LTO and possibly LLVMgold
-  if(BOOTSTRAP_LLVM_ENABLE_LTO OR LLVM_ENABLE_LTO)
-    set(LTO_DEP LTO)
+  # If the next stage is LTO we need to depend on LTO and possibly lld or LLVMgold
+  if(BOOTSTRAP_LLVM_ENABLE_LTO OR LLVM_ENABLE_LTO AND NOT LLVM_BUILD_INSTRUMENTED)
     if(APPLE)
+      add_dependencies(clang-bootstrap-deps LTO)
       # on Darwin we need to set DARWIN_LTO_LIBRARY so that -flto will work
       # using the just-built compiler, and we need to override DYLD_LIBRARY_PATH
       # so that the host object file tools will use the just-built libLTO.
-      set(LTO_LIBRARY -DDARWIN_LTO_LIBRARY=${LLVM_SHLIB_OUTPUT_INTDIR}/libLTO.dylib)
-      set(cmake_command ${CMAKE_COMMAND} -E env DYLD_LIBRARY_PATH=${LLVM_LIBRARY_OUTPUT_INTDIR} ${CMAKE_COMMAND})
+      # However if System Integrity Protection is enabled the DYLD variables
+      # will be scrubbed from the environment of any base system commands. This
+      # includes /bin/sh, which ninja uses when executing build commands. To
+      # work around the envar being filtered away we pass it in as a CMake
+      # variable, and have LLVM's CMake append the envar to the archiver calls.
+      set(LTO_LIBRARY -DDARWIN_LTO_LIBRARY=${LLVM_SHLIB_OUTPUT_INTDIR}/libLTO.dylib
+        -DDYLD_LIBRARY_PATH=${LLVM_LIBRARY_OUTPUT_INTDIR})
     elseif(NOT WIN32)
-      list(APPEND LTO_DEP LLVMgold llvm-ar llvm-ranlib)
+      add_dependencies(clang-bootstrap-deps llvm-ar llvm-ranlib)
+      if(BOOTSTRAP_LLVM_ENABLE_LLD)
+        add_dependencies(clang-bootstrap-deps lld)
+      elseif(LLVM_BINUTILS_INCDIR)
+        add_dependencies(clang-bootstrap-deps LLVMgold)
+      endif()
       set(LTO_AR -DCMAKE_AR=${LLVM_RUNTIME_OUTPUT_INTDIR}/llvm-ar)
       set(LTO_RANLIB -DCMAKE_RANLIB=${LLVM_RUNTIME_OUTPUT_INTDIR}/llvm-ranlib)
     endif()
@@ -514,7 +545,7 @@ if (CLANG_ENABLE_BOOTSTRAP)
     )
   add_custom_command(
     OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${NEXT_CLANG_STAGE}-cleared
-    DEPENDS clang ${LTO_DEP}
+    DEPENDS clang-bootstrap-deps
     COMMAND ${CMAKE_COMMAND} -E remove_directory ${BINARY_DIR}
     COMMAND ${CMAKE_COMMAND} -E make_directory ${BINARY_DIR}
     COMMAND ${CMAKE_COMMAND} -E remove_directory ${STAMP_DIR}
@@ -526,18 +557,25 @@ if (CLANG_ENABLE_BOOTSTRAP)
     set(verbose -DCMAKE_VERBOSE_MAKEFILE=On)
   endif()
 
-  set(BOOTSTRAP_DEFAULT_PASSTHROUGH
+  set(_BOOTSTRAP_DEFAULT_PASSTHROUGH
     PACKAGE_VERSION
+    PACKAGE_VENDOR
     LLVM_VERSION_MAJOR
     LLVM_VERSION_MINOR
     LLVM_VERSION_PATCH
+    CLANG_VERSION_MAJOR
+    CLANG_VERSION_MINOR
+    CLANG_VERSION_PATCHLEVEL
     LLVM_VERSION_SUFFIX
     LLVM_BINUTILS_INCDIR
     CLANG_REPOSITORY_STRING
-    CMAKE_MAKE_PROGRAM)
+    CMAKE_MAKE_PROGRAM
+    CMAKE_OSX_ARCHITECTURES)
 
-  if(TARGET compiler-rt)
-    set(RUNTIME_DEP compiler-rt)
+  # We don't need to depend on compiler-rt if we're building instrumented
+  # because the next stage will use the same compiler used to build this stage.
+  if(TARGET compiler-rt AND NOT LLVM_BUILD_INSTRUMENTED)
+    add_dependencies(clang-bootstrap-deps compiler-rt)
   endif()
 
   set(COMPILER_OPTIONS
@@ -546,18 +584,27 @@ if (CLANG_ENABLE_BOOTSTRAP)
     -DCMAKE_ASM_COMPILER=${LLVM_RUNTIME_OUTPUT_INTDIR}/clang)
 
   if(BOOTSTRAP_LLVM_BUILD_INSTRUMENTED)
-    set(PGO_DEP llvm-profdata)
+    add_dependencies(clang-bootstrap-deps llvm-profdata)
     set(PGO_OPT -DLLVM_PROFDATA=${LLVM_RUNTIME_OUTPUT_INTDIR}/llvm-profdata)
   endif()
 
   if(LLVM_BUILD_INSTRUMENTED)
-    set(PGO_DEP generate-profdata)
+    add_dependencies(clang-bootstrap-deps generate-profdata)
     set(PGO_OPT -DLLVM_PROFDATA_FILE=${CMAKE_CURRENT_BINARY_DIR}/utils/perf-training/clang.profdata)
-    set(COMPILER_OPTIONS
-      -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
-      -DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
-      -DCMAKE_ASM_COMPILER=${CMAKE_ASM_COMPILER})
-    set(RUNTIME_DEP) # Don't set runtime dependencies
+    # Use the current tools for LTO instead of the instrumented ones
+    list(APPEND _BOOTSTRAP_DEFAULT_PASSTHROUGH
+      CMAKE_CXX_COMPILER
+      CMAKE_C_COMPILER
+      CMAKE_ASM_COMPILER
+      CMAKE_AR
+      CMAKE_RANLIB
+      DARWIN_LTO_LIBRARY
+      DYLD_LIBRARY_PATH)
+
+    set(COMPILER_OPTIONS)
+    set(LTO_LIBRARY)
+    set(LTO_AR)
+    set(LTO_RANLIB)
   endif()
 
   # Find all variables that start with BOOTSTRAP_ and populate a variable with
@@ -577,16 +624,20 @@ if (CLANG_ENABLE_BOOTSTRAP)
   endforeach()
 
   # Populate the passthrough variables
-  foreach(variableName ${CLANG_BOOTSTRAP_PASSTHROUGH} ${BOOTSTRAP_DEFAULT_PASSTHROUGH})
-    if(${variableName})
-      string(REPLACE ";" "\;" value ${${variableName}})
+  foreach(variableName ${CLANG_BOOTSTRAP_PASSTHROUGH} ${_BOOTSTRAP_DEFAULT_PASSTHROUGH})
+    if(DEFINED ${variableName})
+      if("${${variableName}}" STREQUAL "")
+        set(value "")
+      else()
+        string(REPLACE ";" "\;" value ${${variableName}})
+      endif()
       list(APPEND PASSTHROUGH_VARIABLES
         -D${variableName}=${value})
     endif()
   endforeach()
 
   ExternalProject_Add(${NEXT_CLANG_STAGE}
-    DEPENDS clang ${LTO_DEP} ${RUNTIME_DEP} ${PGO_DEP}
+    DEPENDS clang-bootstrap-deps
     PREFIX ${NEXT_CLANG_STAGE}
     SOURCE_DIR ${CMAKE_SOURCE_DIR}
     STAMP_DIR ${STAMP_DIR}
@@ -601,7 +652,6 @@ if (CLANG_ENABLE_BOOTSTRAP)
                  -DCLANG_STAGE=${NEXT_CLANG_STAGE}
                 ${COMPILER_OPTIONS}
                 ${LTO_LIBRARY} ${LTO_AR} ${LTO_RANLIB} ${verbose} ${PGO_OPT}
-    CMAKE_COMMAND ${cmake_command}
     INSTALL_COMMAND ""
     STEP_TARGETS configure build
     USES_TERMINAL_CONFIGURE 1
@@ -612,7 +662,7 @@ if (CLANG_ENABLE_BOOTSTRAP)
   # exclude really-install from main target
   set_target_properties(${NEXT_CLANG_STAGE} PROPERTIES _EP_really-install_EXCLUDE_FROM_MAIN On)
   ExternalProject_Add_Step(${NEXT_CLANG_STAGE} really-install
-    COMMAND ${cmake_command} --build <BINARY_DIR> --target install
+    COMMAND ${CMAKE_COMMAND} --build <BINARY_DIR> --target install
     COMMENT "Performing install step for '${NEXT_CLANG_STAGE}'"
     DEPENDEES build
     USES_TERMINAL 1
@@ -628,7 +678,7 @@ if (CLANG_ENABLE_BOOTSTRAP)
     set_target_properties(${NEXT_CLANG_STAGE} PROPERTIES _EP_${target}_EXCLUDE_FROM_MAIN On)
 
     ExternalProject_Add_Step(${NEXT_CLANG_STAGE} ${target}
-      COMMAND ${cmake_command} --build <BINARY_DIR> --target ${target}
+      COMMAND ${CMAKE_COMMAND} --build <BINARY_DIR> --target ${target}
       COMMENT "Performing ${target} for '${NEXT_CLANG_STAGE}'"
       DEPENDEES configure
       USES_TERMINAL 1

Modified: vendor/clang/dist/bindings/python/clang/cindex.py
==============================================================================
--- vendor/clang/dist/bindings/python/clang/cindex.py	Mon Jan  2 19:17:21 2017	(r311117)
+++ vendor/clang/dist/bindings/python/clang/cindex.py	Mon Jan  2 19:18:08 2017	(r311118)
@@ -64,6 +64,7 @@ call is efficient.
 
 from ctypes import *
 import collections
+import sys
 
 import clang.enumerations
 
@@ -73,6 +74,33 @@ import clang.enumerations
 # this by marshalling object arguments as void**.
 c_object_p = POINTER(c_void_p)
 
+if sys.version_info[0] > 2:
+# Python 3 strings are unicode, translate them to/from utf8 for C-interop
+# Python 3 replaces xrange with range, we want xrange behaviour
+    xrange = range
+
+    class c_string_p(c_char_p):
+        def __init__(self, p=None):
+            if type(p) == str:
+                p = p.encode("utf8")
+            super(c_char_p, self).__init__(p)
+
+        def __str__(self):
+            return str(self.value)
+
+        @property
+        def value(self):
+            if super(c_char_p, self).value is None:
+                return None
+            return super(c_char_p, self).value.decode("utf8")
+
+        @classmethod
+        def from_param(cls, param):
+                return cls(param)
+else:
+    c_string_p = c_char_p
+
+
 callbacks = {}
 
 ### Exception Classes ###
@@ -147,7 +175,7 @@ class CachedProperty(object):
 class _CXString(Structure):
     """Helper for transforming CXString results."""
 
-    _fields_ = [("spelling", c_char_p), ("free", c_int)]
+    _fields_ = [("spelling", c_string_p), ("free", c_int)]
 
     def __del__(self):
         conf.lib.clang_disposeString(self)
@@ -305,6 +333,14 @@ class Diagnostic(object):
     Error   = 3
     Fatal   = 4
 
+    DisplaySourceLocation = 0x01
+    DisplayColumn         = 0x02
+    DisplaySourceRanges   = 0x04
+    DisplayOption         = 0x08
+    DisplayCategoryId     = 0x10
+    DisplayCategoryName   = 0x20
+    _FormatOptionsMask    = 0x3f
+
     def __init__(self, ptr):
         self.ptr = ptr
 
@@ -321,7 +357,7 @@ class Diagnostic(object):
 
     @property
     def spelling(self):
-        return conf.lib.clang_getDiagnosticSpelling(self)
+        return str(conf.lib.clang_getDiagnosticSpelling(self))
 
     @property
     def ranges(self):
@@ -350,8 +386,8 @@ class Diagnostic(object):
 
             def __getitem__(self, key):
                 range = SourceRange()
-                value = conf.lib.clang_getDiagnosticFixIt(self.diag, key,
-                        byref(range))
+                value = str(conf.lib.clang_getDiagnosticFixIt(self.diag, key,
+                        byref(range)))
                 if len(value) == 0:
                     raise IndexError
 
@@ -384,12 +420,12 @@ class Diagnostic(object):
     @property
     def category_name(self):
         """The string name of the category for this diagnostic."""
-        return conf.lib.clang_getDiagnosticCategoryText(self)
+        return str(conf.lib.clang_getDiagnosticCategoryText(self))
 
     @property
     def option(self):
         """The command-line option that enables this diagnostic."""
-        return conf.lib.clang_getDiagnosticOption(self, None)
+        return str(conf.lib.clang_getDiagnosticOption(self, None))
 
     @property
     def disable_option(self):
@@ -397,12 +433,29 @@ class Diagnostic(object):
         disable = _CXString()
         conf.lib.clang_getDiagnosticOption(self, byref(disable))
 
-        return conf.lib.clang_getCString(disable)
+        return str(conf.lib.clang_getCString(disable))
+
+    def format(self, options=None):
+        """
+        Format this diagnostic for display. The options argument takes
+        Diagnostic.Display* flags, which can be combined using bitwise OR. If
+        the options argument is not provided, the default display options will
+        be used.
+        """
+        if options is None:
+            options = conf.lib.clang_defaultDiagnosticDisplayOptions()
+        if options & ~Diagnostic._FormatOptionsMask:
+            raise ValueError('Invalid format options')
+        formatted = conf.lib.clang_formatDiagnostic(self, options)
+        return conf.lib.clang_getCString(formatted)
 
     def __repr__(self):
         return "<Diagnostic severity %r, location %r, spelling %r>" % (
             self.severity, self.location, self.spelling)
 
+    def __str__(self):
+        return self.format()
+
     def from_param(self):
       return self.ptr
 
@@ -529,8 +582,8 @@ class BaseEnumeration(object):
         if value >= len(self.__class__._kinds):
             self.__class__._kinds += [None] * (value - len(self.__class__._kinds) + 1)
         if self.__class__._kinds[value] is not None:
-            raise ValueError,'{0} value {1} already loaded'.format(
-                str(self.__class__), value)
+            raise ValueError('{0} value {1} already loaded'.format(
+                str(self.__class__), value))
         self.value = value
         self.__class__._kinds[value] = self
         self.__class__._name_map = None
@@ -547,12 +600,12 @@ class BaseEnumeration(object):
             for key, value in self.__class__.__dict__.items():
                 if isinstance(value, self.__class__):
                     self._name_map[value] = key
-        return self._name_map[self]
+        return str(self._name_map[self])
 
     @classmethod
     def from_id(cls, id):
         if id >= len(cls._kinds) or cls._kinds[id] is None:
-            raise ValueError,'Unknown template argument kind %d' % id
+            raise ValueError('Unknown template argument kind %d' % id)
         return cls._kinds[id]
 
     def __repr__(self):
@@ -571,7 +624,7 @@ class CursorKind(BaseEnumeration):
     @staticmethod
     def get_all_kinds():
         """Return all CursorKind enumeration instances."""
-        return filter(None, CursorKind._kinds)
+        return [x for x in CursorKind._kinds if x]
 
     def is_declaration(self):
         """Test if this is a declaration kind."""
@@ -983,6 +1036,12 @@ CursorKind.OBJ_BOOL_LITERAL_EXPR = Curso
 # Represents the "self" expression in a ObjC method.
 CursorKind.OBJ_SELF_EXPR = CursorKind(146)
 
+# OpenMP 4.0 [2.4, Array Section].
+CursorKind.OMP_ARRAY_SECTION_EXPR = CursorKind(147)
+
+# Represents an @available(...) check.
+CursorKind.OBJC_AVAILABILITY_CHECK_EXPR = CursorKind(148)
+
 
 # A statement whose specific kind is not exposed via this interface.
 #
@@ -1084,6 +1143,126 @@ CursorKind.NULL_STMT = CursorKind(230)
 # Adaptor class for mixing declarations with statements and expressions.
 CursorKind.DECL_STMT = CursorKind(231)
 
+# OpenMP parallel directive.
+CursorKind.OMP_PARALLEL_DIRECTIVE = CursorKind(232)
+
+# OpenMP SIMD directive.
+CursorKind.OMP_SIMD_DIRECTIVE = CursorKind(233)
+
+# OpenMP for directive.
+CursorKind.OMP_FOR_DIRECTIVE = CursorKind(234)
+
+# OpenMP sections directive.
+CursorKind.OMP_SECTIONS_DIRECTIVE = CursorKind(235)
+
+# OpenMP section directive.
+CursorKind.OMP_SECTION_DIRECTIVE = CursorKind(236)
+
+# OpenMP single directive.
+CursorKind.OMP_SINGLE_DIRECTIVE = CursorKind(237)
+
+# OpenMP parallel for directive.
+CursorKind.OMP_PARALLEL_FOR_DIRECTIVE = CursorKind(238)
+
+# OpenMP parallel sections directive.
+CursorKind.OMP_PARALLEL_SECTIONS_DIRECTIVE = CursorKind(239)
+
+# OpenMP task directive.
+CursorKind.OMP_TASK_DIRECTIVE = CursorKind(240)
+
+# OpenMP master directive.
+CursorKind.OMP_MASTER_DIRECTIVE = CursorKind(241)
+
+# OpenMP critical directive.
+CursorKind.OMP_CRITICAL_DIRECTIVE = CursorKind(242)
+
+# OpenMP taskyield directive.
+CursorKind.OMP_TASKYIELD_DIRECTIVE = CursorKind(243)
+
+# OpenMP barrier directive.
+CursorKind.OMP_BARRIER_DIRECTIVE = CursorKind(244)
+
+# OpenMP taskwait directive.
+CursorKind.OMP_TASKWAIT_DIRECTIVE = CursorKind(245)
+
+# OpenMP flush directive.
+CursorKind.OMP_FLUSH_DIRECTIVE = CursorKind(246)
+
+# Windows Structured Exception Handling's leave statement.
+CursorKind.SEH_LEAVE_STMT = CursorKind(247)
+
+# OpenMP ordered directive.
+CursorKind.OMP_ORDERED_DIRECTIVE = CursorKind(248)
+
+# OpenMP atomic directive.
+CursorKind.OMP_ATOMIC_DIRECTIVE = CursorKind(249)
+
+# OpenMP for SIMD directive.
+CursorKind.OMP_FOR_SIMD_DIRECTIVE = CursorKind(250)
+
+# OpenMP parallel for SIMD directive.
+CursorKind.OMP_PARALLELFORSIMD_DIRECTIVE = CursorKind(251)
+
+# OpenMP target directive.
+CursorKind.OMP_TARGET_DIRECTIVE = CursorKind(252)
+
+# OpenMP teams directive.
+CursorKind.OMP_TEAMS_DIRECTIVE = CursorKind(253)
+
+# OpenMP taskgroup directive.
+CursorKind.OMP_TASKGROUP_DIRECTIVE = CursorKind(254)
+
+# OpenMP cancellation point directive.
+CursorKind.OMP_CANCELLATION_POINT_DIRECTIVE = CursorKind(255)
+
+# OpenMP cancel directive.
+CursorKind.OMP_CANCEL_DIRECTIVE = CursorKind(256)
+
+# OpenMP target data directive.
+CursorKind.OMP_TARGET_DATA_DIRECTIVE = CursorKind(257)
+
+# OpenMP taskloop directive.
+CursorKind.OMP_TASK_LOOP_DIRECTIVE = CursorKind(258)
+
+# OpenMP taskloop simd directive.
+CursorKind.OMP_TASK_LOOP_SIMD_DIRECTIVE = CursorKind(259)
+
+# OpenMP distribute directive.
+CursorKind.OMP_DISTRIBUTE_DIRECTIVE = CursorKind(260)
+
+# OpenMP target enter data directive.
+CursorKind.OMP_TARGET_ENTER_DATA_DIRECTIVE = CursorKind(261)
+
+# OpenMP target exit data directive.
+CursorKind.OMP_TARGET_EXIT_DATA_DIRECTIVE = CursorKind(262)
+
+# OpenMP target parallel directive.
+CursorKind.OMP_TARGET_PARALLEL_DIRECTIVE = CursorKind(263)
+
+# OpenMP target parallel for directive.
+CursorKind.OMP_TARGET_PARALLELFOR_DIRECTIVE = CursorKind(264)
+
+# OpenMP target update directive.
+CursorKind.OMP_TARGET_UPDATE_DIRECTIVE = CursorKind(265)
+
+# OpenMP distribute parallel for directive.
+CursorKind.OMP_DISTRIBUTE_PARALLELFOR_DIRECTIVE = CursorKind(266)
+
+# OpenMP distribute parallel for simd directive.
+CursorKind.OMP_DISTRIBUTE_PARALLEL_FOR_SIMD_DIRECTIVE = CursorKind(267)
+
+# OpenMP distribute simd directive.
+CursorKind.OMP_DISTRIBUTE_SIMD_DIRECTIVE = CursorKind(268)
+
+# OpenMP target parallel for simd directive.
+CursorKind.OMP_TARGET_PARALLEL_FOR_SIMD_DIRECTIVE = CursorKind(269)
+
+# OpenMP target simd directive.
+CursorKind.OMP_TARGET_SIMD_DIRECTIVE = CursorKind(270)
+
+# OpenMP teams distribute directive.
+CursorKind.OMP_TEAMS_DISTRIBUTE_DIRECTIVE = CursorKind(271)
+
 ###
 # Other Kinds
 
@@ -1136,6 +1315,10 @@ CursorKind.INCLUSION_DIRECTIVE = CursorK
 CursorKind.MODULE_IMPORT_DECL = CursorKind(600)
 # A type alias template declaration
 CursorKind.TYPE_ALIAS_TEMPLATE_DECL = CursorKind(601)
+# A static_assert or _Static_assert node
+CursorKind.STATIC_ASSERT = CursorKind(602)
+# A friend declaration
+CursorKind.FRIEND_DECL = CursorKind(603)
 
 # A code completion overload candidate.
 CursorKind.OVERLOAD_CANDIDATE = CursorKind(700)
@@ -1274,9 +1457,9 @@ class Cursor(Structure):
     def spelling(self):
         """Return the spelling of the entity pointed at by the cursor."""
         if not hasattr(self, '_spelling'):
-            self._spelling = conf.lib.clang_getCursorSpelling(self)
+            self._spelling = str(conf.lib.clang_getCursorSpelling(self))
 
-        return self._spelling
+        return str(self._spelling)
 
     @property
     def displayname(self):
@@ -1288,7 +1471,7 @@ class Cursor(Structure):
         arguments of a class template specialization.
         """
         if not hasattr(self, '_displayname'):
-            self._displayname = conf.lib.clang_getCursorDisplayName(self)
+            self._displayname = str(conf.lib.clang_getCursorDisplayName(self))
 
         return self._displayname
 
@@ -1296,7 +1479,7 @@ class Cursor(Structure):
     def mangled_name(self):
         """Return the mangled name for the entity referenced by this cursor."""
         if not hasattr(self, '_mangled_name'):
-            self._mangled_name = conf.lib.clang_Cursor_getMangling(self)
+            self._mangled_name = str(conf.lib.clang_Cursor_getMangling(self))
 
         return self._mangled_name
 
@@ -1435,7 +1618,7 @@ class Cursor(Structure):
             self._objc_type_encoding = \
               conf.lib.clang_getDeclObjCTypeEncoding(self)
 
-        return self._objc_type_encoding
+        return str(self._objc_type_encoding)
 
     @property
     def hash(self):
@@ -1482,17 +1665,23 @@ class Cursor(Structure):
     @property
     def brief_comment(self):
         """Returns the brief comment text associated with that Cursor"""
-        return conf.lib.clang_Cursor_getBriefCommentText(self)
+        r = conf.lib.clang_Cursor_getBriefCommentText(self)
+        if not r:
+            return None    
+        return str(r)
 
     @property
     def raw_comment(self):
         """Returns the raw comment text associated with that Cursor"""
-        return conf.lib.clang_Cursor_getRawCommentText(self)
+        r = conf.lib.clang_Cursor_getRawCommentText(self)
+        if not r:
+            return None
+        return str(r)
 
     def get_arguments(self):
         """Return an iterator for accessing the arguments of this cursor."""
         num_args = conf.lib.clang_Cursor_getNumArguments(self)
-        for i in range(0, num_args):
+        for i in xrange(0, num_args):
             yield conf.lib.clang_Cursor_getArgument(self, i)
 
     def get_num_template_arguments(self):
@@ -1622,7 +1811,7 @@ class StorageClass(object):
         if value >= len(StorageClass._kinds):
             StorageClass._kinds += [None] * (value - len(StorageClass._kinds) + 1)
         if StorageClass._kinds[value] is not None:
-            raise ValueError,'StorageClass already loaded'
+            raise ValueError('StorageClass already loaded')
         self.value = value
         StorageClass._kinds[value] = self
         StorageClass._name_map = None
@@ -1643,7 +1832,7 @@ class StorageClass(object):
     @staticmethod
     def from_id(id):
         if id >= len(StorageClass._kinds) or not StorageClass._kinds[id]:
-            raise ValueError,'Unknown storage class %d' % id
+            raise ValueError('Unknown storage class %d' % id)
         return StorageClass._kinds[id]
 
     def __repr__(self):
@@ -1696,7 +1885,7 @@ class TypeKind(BaseEnumeration):
     @property
     def spelling(self):
         """Retrieve the spelling of this TypeKind."""
-        return conf.lib.clang_getTypeKindSpelling(self.value)
+        return str(conf.lib.clang_getTypeKindSpelling(self.value))
 
     def __repr__(self):
         return 'TypeKind.%s' % (self.name,)
@@ -1972,7 +2161,7 @@ class Type(Structure):
         """
         Retrieve the offset of a field in the record.
         """
-        return conf.lib.clang_Type_getOffsetOf(self, c_char_p(fieldname))
+        return conf.lib.clang_Type_getOffsetOf(self, fieldname)
 
     def get_ref_qualifier(self):
         """
@@ -1999,7 +2188,7 @@ class Type(Structure):
     @property
     def spelling(self):
         """Retrieve the spelling of this Type."""
-        return conf.lib.clang_getTypeSpelling(self)
+        return str(conf.lib.clang_getTypeSpelling(self))
 
     def __eq__(self, other):
         if type(other) != type(self):
@@ -2031,7 +2220,7 @@ class ClangObject(object):
 
 class _CXUnsavedFile(Structure):
     """Helper for passing unsaved file arguments."""
-    _fields_ = [("name", c_char_p), ("contents", c_char_p), ('length', c_ulong)]
+    _fields_ = [("name", c_string_p), ("contents", c_string_p), ('length', c_ulong)]
 
 # Functions calls through the python interface are rather slow. Fortunately,
 # for most symboles, we do not need to perform a function call. Their spelling
@@ -2077,7 +2266,7 @@ class CompletionChunk:
         self.__kindNumberCache = -1
 
     def __repr__(self):
-        return "{'" + self.spelling + "', " + str(self.kind) + "}"
+        return "{'" + str(self.spelling) + "', " + str(self.kind) + "}"
 
     @CachedProperty
     def spelling(self):
@@ -2386,7 +2575,9 @@ class TranslationUnit(ClangObject):
 
         args_array = None
         if len(args) > 0:
-            args_array = (c_char_p * len(args))(* args)
+            args_array = (c_string_p * len(args))()
+            for i,a in enumerate(args):
+                args_array[i] = c_string_p(a)
 
         unsaved_array = None
         if len(unsaved_files) > 0:
@@ -2395,8 +2586,8 @@ class TranslationUnit(ClangObject):
                 if hasattr(contents, "read"):
                     contents = contents.read()
 
-                unsaved_array[i].name = name
-                unsaved_array[i].contents = contents
+                unsaved_array[i].name = c_string_p(name)
+                unsaved_array[i].contents = c_string_p(contents)
                 unsaved_array[i].length = len(contents)
 
         ptr = conf.lib.clang_parseTranslationUnit(index, filename, args_array,
@@ -2451,7 +2642,7 @@ class TranslationUnit(ClangObject):
     @property
     def spelling(self):
         """Get the original translation unit source file name."""
-        return conf.lib.clang_getTranslationUnitSpelling(self)
+        return str(conf.lib.clang_getTranslationUnitSpelling(self))
 
     def get_includes(self):
         """
@@ -2574,9 +2765,9 @@ class TranslationUnit(ClangObject):
                     # FIXME: It would be great to support an efficient version
                     # of this, one day.
                     value = value.read()
-                    print value
+                    print(value)
                 if not isinstance(value, str):
-                    raise TypeError,'Unexpected unsaved file contents.'
+                    raise TypeError('Unexpected unsaved file contents.')
                 unsaved_files_array[i].name = name
                 unsaved_files_array[i].contents = value
                 unsaved_files_array[i].length = len(value)
@@ -2638,11 +2829,11 @@ class TranslationUnit(ClangObject):
                     # FIXME: It would be great to support an efficient version
                     # of this, one day.
                     value = value.read()
-                    print value
+                    print(value)
                 if not isinstance(value, str):
-                    raise TypeError,'Unexpected unsaved file contents.'
-                unsaved_files_array[i].name = name
-                unsaved_files_array[i].contents = value
+                    raise TypeError('Unexpected unsaved file contents.')
+                unsaved_files_array[i].name = c_string_p(name)
+                unsaved_files_array[i].contents = c_string_p(value)
                 unsaved_files_array[i].length = len(value)
         ptr = conf.lib.clang_codeCompleteAt(self, path, line, column,
                 unsaved_files_array, len(unsaved_files), options)
@@ -2677,7 +2868,7 @@ class File(ClangObject):
     @property
     def name(self):
         """Return the complete file and path name of the file."""
-        return conf.lib.clang_getCString(conf.lib.clang_getFileName(self))
+        return str(conf.lib.clang_getCString(conf.lib.clang_getFileName(self)))
 
     @property
     def time(self):
@@ -2685,7 +2876,7 @@ class File(ClangObject):
         return conf.lib.clang_getFileTime(self)
 
     def __str__(self):
-        return self.name
+        return str(self.name)
 
     def __repr__(self):
         return "<File: %s>" % (self.name)
@@ -2754,12 +2945,12 @@ class CompileCommand(object):
     @property
     def directory(self):
         """Get the working directory for this CompileCommand"""
-        return conf.lib.clang_CompileCommand_getDirectory(self.cmd)
+        return str(conf.lib.clang_CompileCommand_getDirectory(self.cmd))
 
     @property
     def filename(self):
         """Get the working filename for this CompileCommand"""
-        return conf.lib.clang_CompileCommand_getFilename(self.cmd)
+        return str(conf.lib.clang_CompileCommand_getFilename(self.cmd))
 
     @property
     def arguments(self):
@@ -2771,7 +2962,7 @@ class CompileCommand(object):
         """
         length = conf.lib.clang_CompileCommand_getNumArgs(self.cmd)
         for i in xrange(length):
-            yield conf.lib.clang_CompileCommand_getArg(self.cmd, i)
+            yield str(conf.lib.clang_CompileCommand_getArg(self.cmd, i))
 
 class CompileCommands(object):
     """
@@ -2865,7 +3056,7 @@ class Token(Structure):
 
         This is the textual representation of the token in source.
         """
-        return conf.lib.clang_getTokenSpelling(self._tu, self)
+        return str(conf.lib.clang_getTokenSpelling(self._tu, self))
 
     @property
     def kind(self):
@@ -2908,7 +3099,7 @@ functionList = [
    [c_object_p]),
 
   ("clang_CompilationDatabase_fromDirectory",
-   [c_char_p, POINTER(c_uint)],
+   [c_string_p, POINTER(c_uint)],
    c_object_p,
    CompilationDatabase.from_result),
 
@@ -2918,7 +3109,7 @@ functionList = [
    CompileCommands.from_result),
 
   ("clang_CompilationDatabase_getCompileCommands",
-   [c_object_p, c_char_p],
+   [c_object_p, c_string_p],
    c_object_p,
    CompileCommands.from_result),
 
@@ -2953,7 +3144,7 @@ functionList = [
    c_uint),
 
   ("clang_codeCompleteAt",
-   [TranslationUnit, c_char_p, c_int, c_int, c_void_p, c_int, c_int],
+   [TranslationUnit, c_string_p, c_int, c_int, c_void_p, c_int, c_int],
    POINTER(CCRStructure)),
 
   ("clang_codeCompleteGetDiagnostic",
@@ -2969,7 +3160,7 @@ functionList = [
    c_object_p),
 
   ("clang_createTranslationUnit",
-   [Index, c_char_p],
+   [Index, c_string_p],
    c_object_p),
 
   ("clang_CXXConstructor_isConvertingConstructor",
@@ -3012,6 +3203,10 @@ functionList = [
    [Cursor],
    bool),
 
+  ("clang_defaultDiagnosticDisplayOptions",
+   [],
+   c_uint),
+
   ("clang_defaultSaveOptions",
    [TranslationUnit],
    c_uint),
@@ -3053,6 +3248,10 @@ functionList = [
    [Type, Type],
    bool),
 
+  ("clang_formatDiagnostic",
+   [Diagnostic, c_uint],
+   _CXString),
+
   ("clang_getArgType",
    [Type, c_uint],
    Type,
@@ -3111,7 +3310,7 @@ functionList = [
 
   ("clang_getCString",
    [_CXString],
-   c_char_p),
+   c_string_p),
 
   ("clang_getCursor",
    [TranslationUnit, SourceLocation],
@@ -3258,7 +3457,7 @@ functionList = [
    Type.from_result),
 
   ("clang_getFile",
-   [TranslationUnit, c_char_p],
+   [TranslationUnit, c_string_p],
    c_object_p),
 
   ("clang_getFileName",
@@ -3387,7 +3586,7 @@ functionList = [
 
   ("clang_getTUResourceUsageName",
    [c_uint],
-   c_char_p),
+   c_string_p),
 
   ("clang_getTypeDeclaration",
    [Type],
@@ -3482,7 +3681,7 @@ functionList = [
    bool),
 
   ("clang_parseTranslationUnit",
-   [Index, c_char_p, c_void_p, c_int, c_void_p, c_int, c_int],
+   [Index, c_string_p, c_void_p, c_int, c_void_p, c_int, c_int],
    c_object_p),
 
   ("clang_reparseTranslationUnit",
@@ -3490,7 +3689,7 @@ functionList = [
    c_int),
 
   ("clang_saveTranslationUnit",
-   [TranslationUnit, c_char_p, c_uint],
+   [TranslationUnit, c_string_p, c_uint],
    c_int),
 
   ("clang_tokenize",
@@ -3562,7 +3761,7 @@ functionList = [
    Type.from_result),
 
   ("clang_Type_getOffsetOf",
-   [Type, c_char_p],

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701021918.v02JIASg050275>