svn commit: r226586 - in vendor/clang/dist: . INPUTS bindings/python/clang bindings/python/tests/cindex clang.xcodeproj docs docs/tools examples/PrintFunctionNames examples/analyzer-plugin examples...

Dimitry Andric dim at FreeBSD.org
Thu Oct 20 21:14:52 UTC 2011


Author: dim
Date: Thu Oct 20 21:14:49 2011
New Revision: 226586
URL: http://svn.freebsd.org/changeset/base/226586

Log:
  Vendor import of clang release_30 branch r142614:
  http://llvm.org/svn/llvm-project/cfe/branches/release_30@142614

Added:
  vendor/clang/dist/.gitignore
  vendor/clang/dist/INPUTS/cfg-nested-var-scopes.cpp
  vendor/clang/dist/bindings/python/tests/cindex/test_location.py
  vendor/clang/dist/bindings/python/tests/cindex/test_type.py
  vendor/clang/dist/examples/analyzer-plugin/
  vendor/clang/dist/examples/analyzer-plugin/CMakeLists.txt
  vendor/clang/dist/examples/analyzer-plugin/MainCallChecker.cpp
  vendor/clang/dist/examples/analyzer-plugin/Makefile
  vendor/clang/dist/include/clang/AST/BaseSubobject.h
  vendor/clang/dist/include/clang/AST/SelectorLocationsKind.h
  vendor/clang/dist/include/clang/AST/VTTBuilder.h
  vendor/clang/dist/include/clang/AST/VTableBuilder.h
  vendor/clang/dist/include/clang/Analysis/Analyses/ThreadSafety.h
  vendor/clang/dist/include/clang/Basic/LLVM.h
  vendor/clang/dist/include/clang/Basic/LangOptions.def
  vendor/clang/dist/include/clang/Frontend/ChainedDiagnosticConsumer.h
  vendor/clang/dist/include/clang/Frontend/VerifyDiagnosticConsumer.h
  vendor/clang/dist/include/clang/Lex/ModuleLoader.h
  vendor/clang/dist/include/clang/Parse/CMakeLists.txt
  vendor/clang/dist/include/clang/Parse/Makefile
  vendor/clang/dist/include/clang/Sema/MultiInitializer.h
  vendor/clang/dist/include/clang/Sema/SemaFixItUtils.h
  vendor/clang/dist/include/clang/Sema/Weak.h
  vendor/clang/dist/include/clang/Serialization/ContinuousRangeMap.h
  vendor/clang/dist/include/clang/Serialization/Module.h
  vendor/clang/dist/include/clang/Serialization/ModuleManager.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Checkers/ClangCheckers.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/CheckerOptInfo.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/CheckerRegistry.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h
  vendor/clang/dist/lib/ARCMigrate/PlistReporter.cpp
  vendor/clang/dist/lib/ARCMigrate/TransAPIUses.cpp
  vendor/clang/dist/lib/AST/SelectorLocationsKind.cpp
  vendor/clang/dist/lib/AST/VTTBuilder.cpp
  vendor/clang/dist/lib/AST/VTableBuilder.cpp
  vendor/clang/dist/lib/Analysis/ProgramPoint.cpp
  vendor/clang/dist/lib/Analysis/ThreadSafety.cpp
  vendor/clang/dist/lib/Basic/LangOptions.cpp
  vendor/clang/dist/lib/CodeGen/CGCUDANV.cpp
  vendor/clang/dist/lib/CodeGen/CGCUDARuntime.cpp
  vendor/clang/dist/lib/CodeGen/CGCUDARuntime.h
  vendor/clang/dist/lib/CodeGen/CGOpenCLRuntime.cpp
  vendor/clang/dist/lib/CodeGen/CGOpenCLRuntime.h
  vendor/clang/dist/lib/Frontend/VerifyDiagnosticConsumer.cpp
  vendor/clang/dist/lib/Headers/stdalign.h
  vendor/clang/dist/lib/Sema/MultiInitializer.cpp
  vendor/clang/dist/lib/Sema/SemaCast.cpp
  vendor/clang/dist/lib/Sema/SemaFixItUtils.cpp
  vendor/clang/dist/lib/Serialization/ASTReaderInternals.h
  vendor/clang/dist/lib/Serialization/Module.cpp
  vendor/clang/dist/lib/Serialization/ModuleManager.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/ClangCheckers.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/Checker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/CheckerRegistry.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/ProgramState.cpp
  vendor/clang/dist/runtime/libcxx/
  vendor/clang/dist/runtime/libcxx/Makefile
  vendor/clang/dist/test/ARCMT/api.m
  vendor/clang/dist/test/ARCMT/api.m.result
  vendor/clang/dist/test/ARCMT/check-api.m
  vendor/clang/dist/test/ARCMT/migrate-emit-errors.m
  vendor/clang/dist/test/ARCMT/migrate-plist-output.m
  vendor/clang/dist/test/ARCMT/migrate-space-in-path.m
  vendor/clang/dist/test/ARCMT/with space/
  vendor/clang/dist/test/ARCMT/with space/test.h
  vendor/clang/dist/test/ARCMT/with space/test.h.result
  vendor/clang/dist/test/ARCMT/with space/test1.m.in
  vendor/clang/dist/test/ARCMT/with space/test1.m.in.result
  vendor/clang/dist/test/ARCMT/with space/test2.m.in
  vendor/clang/dist/test/ARCMT/with space/test2.m.in.result
  vendor/clang/dist/test/Analysis/analyzeOneFunction.m
  vendor/clang/dist/test/Analysis/default-diagnostic-visitors.c
  vendor/clang/dist/test/Analysis/div-zero.cpp
  vendor/clang/dist/test/Analysis/keychainAPI-diagnostic-visitor.m
  vendor/clang/dist/test/Analysis/keychainAPI.m
  vendor/clang/dist/test/Analysis/malloc-overflow.c
  vendor/clang/dist/test/Analysis/malloc-overflow.cpp
  vendor/clang/dist/test/Analysis/outofbound-notwork.c
  vendor/clang/dist/test/Analysis/pthreadlock.c
  vendor/clang/dist/test/Analysis/stack-block-returned.cpp
  vendor/clang/dist/test/CXX/basic/basic.types/p10.cpp
  vendor/clang/dist/test/CXX/class.access/class.friend/p6.cpp
  vendor/clang/dist/test/CXX/class/class.bit/p2.cpp
  vendor/clang/dist/test/CXX/class/class.static/class.static.data/p3.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p2.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p3.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p4.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p6.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p8.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p9.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.list/p7-0x.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.init/dcl.init.string/p1.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
  vendor/clang/dist/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/p2.cpp
  vendor/clang/dist/test/CXX/lex/lex.literal/lex.ext/p1.cpp
  vendor/clang/dist/test/CXX/over/over.built/p23.cpp
  vendor/clang/dist/test/CXX/special/class.copy/implicit-move-def.cpp
  vendor/clang/dist/test/CXX/special/class.copy/implicit-move.cpp
  vendor/clang/dist/test/CXX/special/class.copy/p11.0x.copy.cpp
  vendor/clang/dist/test/CXX/special/class.copy/p11.0x.move.cpp
  vendor/clang/dist/test/CXX/special/class.copy/p15-0x.cpp
  vendor/clang/dist/test/CXX/special/class.temporary/p1.cpp
  vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p4.cpp
  vendor/clang/dist/test/CodeGen/2002-01-23-LoadQISIReloadFailure.c
  vendor/clang/dist/test/CodeGen/2002-01-24-ComplexSpaceInType.c
  vendor/clang/dist/test/CodeGen/2002-01-24-HandleCallInsnSEGV.c
  vendor/clang/dist/test/CodeGen/2002-02-13-ConditionalInCall.c
  vendor/clang/dist/test/CodeGen/2002-02-13-ReloadProblem.c
  vendor/clang/dist/test/CodeGen/2002-02-13-TypeVarNameCollision.c
  vendor/clang/dist/test/CodeGen/2002-02-13-UnnamedLocal.c
  vendor/clang/dist/test/CodeGen/2002-02-14-EntryNodePreds.c
  vendor/clang/dist/test/CodeGen/2002-02-16-RenamingTest.c
  vendor/clang/dist/test/CodeGen/2002-02-17-ArgumentAddress.c
  vendor/clang/dist/test/CodeGen/2002-02-18-64bitConstant.c
  vendor/clang/dist/test/CodeGen/2002-02-18-StaticData.c
  vendor/clang/dist/test/CodeGen/2002-03-11-LargeCharInString.c
  vendor/clang/dist/test/CodeGen/2002-03-12-ArrayInitialization.c
  vendor/clang/dist/test/CodeGen/2002-03-12-StructInitialize.c
  vendor/clang/dist/test/CodeGen/2002-03-12-StructInitializer.c
  vendor/clang/dist/test/CodeGen/2002-03-14-BrokenPHINode.c
  vendor/clang/dist/test/CodeGen/2002-03-14-BrokenSSA.c
  vendor/clang/dist/test/CodeGen/2002-03-14-QuotesInStrConst.c
  vendor/clang/dist/test/CodeGen/2002-04-07-SwitchStmt.c
  vendor/clang/dist/test/CodeGen/2002-04-08-LocalArray.c
  vendor/clang/dist/test/CodeGen/2002-04-09-StructRetVal.c
  vendor/clang/dist/test/CodeGen/2002-04-10-StructParameters.c
  vendor/clang/dist/test/CodeGen/2002-05-23-StaticValues.c
  vendor/clang/dist/test/CodeGen/2002-05-23-TypeNameCollision.c
  vendor/clang/dist/test/CodeGen/2002-05-24-Alloca.c
  vendor/clang/dist/test/CodeGen/2002-06-25-FWriteInterfaceFailure.c
  vendor/clang/dist/test/CodeGen/2002-07-14-MiscListTests.c
  vendor/clang/dist/test/CodeGen/2002-07-14-MiscTests.c
  vendor/clang/dist/test/CodeGen/2002-07-14-MiscTests2.c
  vendor/clang/dist/test/CodeGen/2002-07-14-MiscTests3.c
  vendor/clang/dist/test/CodeGen/2002-07-16-HardStringInit.c
  vendor/clang/dist/test/CodeGen/2002-07-17-StringConstant.c
  vendor/clang/dist/test/CodeGen/2002-07-30-SubregSetAssertion.c
  vendor/clang/dist/test/CodeGen/2002-07-30-UnionTest.c
  vendor/clang/dist/test/CodeGen/2002-07-30-VarArgsCallFailure.c
  vendor/clang/dist/test/CodeGen/2002-07-31-BadAssert.c
  vendor/clang/dist/test/CodeGen/2002-07-31-SubregFailure.c
  vendor/clang/dist/test/CodeGen/2002-08-02-UnionTest.c
  vendor/clang/dist/test/CodeGen/2002-08-19-RecursiveLocals.c
  vendor/clang/dist/test/CodeGen/2002-09-08-PointerShifts.c
  vendor/clang/dist/test/CodeGen/2002-09-18-UnionProblem.c
  vendor/clang/dist/test/CodeGen/2002-09-19-StarInLabel.c
  vendor/clang/dist/test/CodeGen/2002-10-12-TooManyArguments.c
  vendor/clang/dist/test/CodeGen/2002-12-15-GlobalBoolTest.c
  vendor/clang/dist/test/CodeGen/2002-12-15-GlobalConstantTest.c
  vendor/clang/dist/test/CodeGen/2002-12-15-GlobalRedefinition.c
  vendor/clang/dist/test/CodeGen/2002-12-15-StructParameters.c
  vendor/clang/dist/test/CodeGen/2003-01-30-UnionInit.c
  vendor/clang/dist/test/CodeGen/2003-03-03-DeferredType.c
  vendor/clang/dist/test/CodeGen/2003-06-22-UnionCrash.c
  vendor/clang/dist/test/CodeGen/2003-06-23-GCC-fold-infinite-recursion.c
  vendor/clang/dist/test/CodeGen/2003-06-26-CFECrash.c
  vendor/clang/dist/test/CodeGen/2003-06-29-MultipleFunctionDefinition.c
  vendor/clang/dist/test/CodeGen/2003-07-22-ArrayAccessTypeSafety.c
  vendor/clang/dist/test/CodeGen/2003-08-06-BuiltinSetjmpLongjmp.c
  vendor/clang/dist/test/CodeGen/2003-08-17-DeadCodeShortCircuit.c
  vendor/clang/dist/test/CodeGen/2003-08-18-SigSetJmp.c
  vendor/clang/dist/test/CodeGen/2003-08-18-StructAsValue.c
  vendor/clang/dist/test/CodeGen/2003-08-20-BadBitfieldRef.c
  vendor/clang/dist/test/CodeGen/2003-08-20-PrototypeMismatch.c
  vendor/clang/dist/test/CodeGen/2003-08-20-vfork-bug.c
  vendor/clang/dist/test/CodeGen/2003-08-21-BinOp-Type-Mismatch.c
  vendor/clang/dist/test/CodeGen/2003-08-21-StmtExpr.c
  vendor/clang/dist/test/CodeGen/2003-08-21-WideString.c
  vendor/clang/dist/test/CodeGen/2003-08-23-LocalUnionTest.c
  vendor/clang/dist/test/CodeGen/2003-08-29-BitFieldStruct.c
  vendor/clang/dist/test/CodeGen/2003-08-29-HugeCharConst.c
  vendor/clang/dist/test/CodeGen/2003-08-29-StructLayoutBug.c
  vendor/clang/dist/test/CodeGen/2003-08-30-AggregateInitializer.c
  vendor/clang/dist/test/CodeGen/2003-08-30-LargeIntegerBitfieldMember.c
  vendor/clang/dist/test/CodeGen/2003-09-18-BitfieldTests.c
  vendor/clang/dist/test/CodeGen/2003-09-30-StructLayout.c
  vendor/clang/dist/test/CodeGen/2003-10-02-UnionLValueError.c
  vendor/clang/dist/test/CodeGen/2003-10-06-NegateExprType.c
  vendor/clang/dist/test/CodeGen/2003-10-09-UnionInitializerBug.c
  vendor/clang/dist/test/CodeGen/2003-10-28-ident.c
  vendor/clang/dist/test/CodeGen/2003-10-29-AsmRename.c
  vendor/clang/dist/test/CodeGen/2003-11-01-C99-CompoundLiteral.c
  vendor/clang/dist/test/CodeGen/2003-11-01-EmptyStructCrash.c
  vendor/clang/dist/test/CodeGen/2003-11-01-GlobalUnionInit.c
  vendor/clang/dist/test/CodeGen/2003-11-03-AddrArrayElement.c
  vendor/clang/dist/test/CodeGen/2003-11-04-EmptyStruct.c
  vendor/clang/dist/test/CodeGen/2003-11-04-OutOfMemory.c
  vendor/clang/dist/test/CodeGen/2003-11-08-PointerSubNotGetelementptr.c
  vendor/clang/dist/test/CodeGen/2003-11-12-VoidString.c
  vendor/clang/dist/test/CodeGen/2003-11-13-TypeSafety.c
  vendor/clang/dist/test/CodeGen/2003-11-16-StaticArrayInit.c
  vendor/clang/dist/test/CodeGen/2003-11-18-CondExprLValue.c
  vendor/clang/dist/test/CodeGen/2003-11-19-AddressOfRegister.c
  vendor/clang/dist/test/CodeGen/2003-11-19-BitFieldArray.c
  vendor/clang/dist/test/CodeGen/2003-11-20-Bitfields.c
  vendor/clang/dist/test/CodeGen/2003-11-20-ComplexDivision.c
  vendor/clang/dist/test/CodeGen/2003-11-20-UnionBitfield.c
  vendor/clang/dist/test/CodeGen/2003-11-26-PointerShift.c
  vendor/clang/dist/test/CodeGen/2003-11-27-ConstructorCast.c
  vendor/clang/dist/test/CodeGen/2003-11-27-UnionCtorInitialization.c
  vendor/clang/dist/test/CodeGen/2003-12-14-ExternInlineSupport.c
  vendor/clang/dist/test/CodeGen/2004-01-01-UnknownInitSize.c
  vendor/clang/dist/test/CodeGen/2004-01-08-ExternInlineRedefine.c
  vendor/clang/dist/test/CodeGen/2004-02-12-LargeAggregateCopy.c
  vendor/clang/dist/test/CodeGen/2004-02-13-BuiltinFrameReturnAddress.c
  vendor/clang/dist/test/CodeGen/2004-02-13-IllegalVararg.c
  vendor/clang/dist/test/CodeGen/2004-02-13-Memset.c
  vendor/clang/dist/test/CodeGen/2004-02-14-ZeroInitializer.c
  vendor/clang/dist/test/CodeGen/2004-02-20-Builtins.c
  vendor/clang/dist/test/CodeGen/2004-03-07-ComplexDivEquals.c
  vendor/clang/dist/test/CodeGen/2004-03-07-ExternalConstant.c
  vendor/clang/dist/test/CodeGen/2004-03-09-LargeArrayInitializers.c
  vendor/clang/dist/test/CodeGen/2004-03-15-SimpleIndirectGoto.c
  vendor/clang/dist/test/CodeGen/2004-03-16-AsmRegisterCrash.c
  vendor/clang/dist/test/CodeGen/2004-05-07-VarArrays.c
  vendor/clang/dist/test/CodeGen/2004-05-21-IncompleteEnum.c
  vendor/clang/dist/test/CodeGen/2004-06-08-OpaqueStructArg.c
  vendor/clang/dist/test/CodeGen/2004-06-17-UnorderedBuiltins.c
  vendor/clang/dist/test/CodeGen/2004-06-17-UnorderedCompares.c
  vendor/clang/dist/test/CodeGen/2004-06-18-VariableLengthArrayOfStructures.c
  vendor/clang/dist/test/CodeGen/2004-07-06-FunctionCast.c
  vendor/clang/dist/test/CodeGen/2004-08-06-LargeStructTest.c
  vendor/clang/dist/test/CodeGen/2004-11-25-UnnamedBitfieldPadding.c
  vendor/clang/dist/test/CodeGen/2004-11-27-InvalidConstantExpr.c
  vendor/clang/dist/test/CodeGen/2004-11-27-StaticFunctionRedeclare.c
  vendor/clang/dist/test/CodeGen/2005-01-02-ConstantInits.c
  vendor/clang/dist/test/CodeGen/2005-01-02-PointerDifference.c
  vendor/clang/dist/test/CodeGen/2005-01-02-VAArgError-ICE.c
  vendor/clang/dist/test/CodeGen/2005-02-20-AggregateSAVEEXPR.c
  vendor/clang/dist/test/CodeGen/2005-02-27-MarkGlobalConstant.c
  vendor/clang/dist/test/CodeGen/2005-03-05-OffsetOfHack.c
  vendor/clang/dist/test/CodeGen/2005-03-06-OffsetOfStructCrash.c
  vendor/clang/dist/test/CodeGen/2005-03-11-Prefetch.c
  vendor/clang/dist/test/CodeGen/2005-04-09-ComplexOps.c
  vendor/clang/dist/test/CodeGen/2005-05-06-CountBuiltins.c
  vendor/clang/dist/test/CodeGen/2005-05-10-GlobalUnionInit.c
  vendor/clang/dist/test/CodeGen/2005-06-15-ExpandGotoInternalProblem.c
  vendor/clang/dist/test/CodeGen/2005-07-20-SqrtNoErrno.c
  vendor/clang/dist/test/CodeGen/2005-07-26-UnionInitCrash.c
  vendor/clang/dist/test/CodeGen/2005-07-28-IncorrectWeakGlobal.c
  vendor/clang/dist/test/CodeGen/2005-09-20-ComplexConstants.c
  vendor/clang/dist/test/CodeGen/2005-09-24-AsmUserPrefix.c
  vendor/clang/dist/test/CodeGen/2005-09-24-BitFieldCrash.c
  vendor/clang/dist/test/CodeGen/2005-12-04-AttributeUsed.c
  vendor/clang/dist/test/CodeGen/2005-12-04-DeclarationLineNumbers.c
  vendor/clang/dist/test/CodeGen/2006-01-13-Includes.c
  vendor/clang/dist/test/CodeGen/2006-01-13-StackSave.c
  vendor/clang/dist/test/CodeGen/2006-01-16-BitCountIntrinsicsUnsigned.c
  vendor/clang/dist/test/CodeGen/2006-01-23-FileScopeAsm.c
  vendor/clang/dist/test/CodeGen/2006-03-03-MissingInitializer.c
  vendor/clang/dist/test/CodeGen/2006-03-16-VectorCtor.c
  vendor/clang/dist/test/CodeGen/2006-03-17-KnRMismatch.c
  vendor/clang/dist/test/CodeGen/2006-05-19-SingleEltReturn.c
  vendor/clang/dist/test/CodeGen/2006-07-31-PR854.c
  vendor/clang/dist/test/CodeGen/2006-09-11-BitfieldRefCrash.c
  vendor/clang/dist/test/CodeGen/2006-09-18-fwrite-cast-crash.c
  vendor/clang/dist/test/CodeGen/2006-09-21-IncompleteElementType.c
  vendor/clang/dist/test/CodeGen/2006-09-25-DebugFilename.c
  vendor/clang/dist/test/CodeGen/2006-09-25-DebugFilename.h
  vendor/clang/dist/test/CodeGen/2006-09-28-SimpleAsm.c
  vendor/clang/dist/test/CodeGen/2006-10-30-ArrayCrash.c
  vendor/clang/dist/test/CodeGen/2006-12-14-ordered_expr.c
  vendor/clang/dist/test/CodeGen/2007-01-06-KNR-Proto.c
  vendor/clang/dist/test/CodeGen/2007-01-20-VectorICE.c
  vendor/clang/dist/test/CodeGen/2007-01-24-InlineAsmCModifier.c
  vendor/clang/dist/test/CodeGen/2007-02-04-AddrLValue-2.c
  vendor/clang/dist/test/CodeGen/2007-02-04-AddrLValue.c
  vendor/clang/dist/test/CodeGen/2007-02-04-EmptyStruct.c
  vendor/clang/dist/test/CodeGen/2007-02-07-AddrLabel.c
  vendor/clang/dist/test/CodeGen/2007-02-16-VoidPtrDiff.c
  vendor/clang/dist/test/CodeGen/2007-02-25-C-DotDotDot.c
  vendor/clang/dist/test/CodeGen/2007-03-01-VarSizeArrayIdx.c
  vendor/clang/dist/test/CodeGen/2007-03-05-DataLayout.c
  vendor/clang/dist/test/CodeGen/2007-03-26-BitfieldAfterZeroWidth.c
  vendor/clang/dist/test/CodeGen/2007-03-26-ZeroWidthBitfield.c
  vendor/clang/dist/test/CodeGen/2007-03-27-VarLengthArray.c
  vendor/clang/dist/test/CodeGen/2007-04-05-PackedBitFields-2.c
  vendor/clang/dist/test/CodeGen/2007-04-05-PackedBitFields.c
  vendor/clang/dist/test/CodeGen/2007-04-05-PackedStruct.c
  vendor/clang/dist/test/CodeGen/2007-04-05-PadBeforeZeroLengthField.c
  vendor/clang/dist/test/CodeGen/2007-04-05-UnPackedStruct.c
  vendor/clang/dist/test/CodeGen/2007-04-11-InlineAsmStruct.c
  vendor/clang/dist/test/CodeGen/2007-04-11-InlineAsmUnion.c
  vendor/clang/dist/test/CodeGen/2007-04-11-PR1321.c
  vendor/clang/dist/test/CodeGen/2007-04-13-InlineAsmStruct2.c
  vendor/clang/dist/test/CodeGen/2007-04-13-InlineAsmUnion2.c
  vendor/clang/dist/test/CodeGen/2007-04-14-FNoBuiltin.c
  vendor/clang/dist/test/CodeGen/2007-04-17-ZeroSizeBitFields.c
  vendor/clang/dist/test/CodeGen/2007-04-24-VolatileStructCopy.c
  vendor/clang/dist/test/CodeGen/2007-04-24-bit-not-expr.c
  vendor/clang/dist/test/CodeGen/2007-04-24-str-const.c
  vendor/clang/dist/test/CodeGen/2007-05-07-PaddingElements.c
  vendor/clang/dist/test/CodeGen/2007-05-08-PCH.c
  vendor/clang/dist/test/CodeGen/2007-05-11-str-const.c
  vendor/clang/dist/test/CodeGen/2007-05-15-PaddingElement.c
  vendor/clang/dist/test/CodeGen/2007-05-16-EmptyStruct.c
  vendor/clang/dist/test/CodeGen/2007-05-29-UnionCopy.c
  vendor/clang/dist/test/CodeGen/2007-06-05-NoInlineAttribute.c
  vendor/clang/dist/test/CodeGen/2007-06-15-AnnotateAttribute.c
  vendor/clang/dist/test/CodeGen/2007-06-18-SextAttrAggregate.c
  vendor/clang/dist/test/CodeGen/2007-07-29-RestrictPtrArg.c
  vendor/clang/dist/test/CodeGen/2007-08-01-LoadStoreAlign.c
  vendor/clang/dist/test/CodeGen/2007-08-21-ComplexCst.c
  vendor/clang/dist/test/CodeGen/2007-08-22-CTTZ.c
  vendor/clang/dist/test/CodeGen/2007-09-05-ConstCtor.c
  vendor/clang/dist/test/CodeGen/2007-09-12-PragmaPack.c
  vendor/clang/dist/test/CodeGen/2007-09-14-NegatePointer.c
  vendor/clang/dist/test/CodeGen/2007-09-17-WeakRef.c
  vendor/clang/dist/test/CodeGen/2007-09-26-Alignment.c
  vendor/clang/dist/test/CodeGen/2007-09-27-ComplexIntCompare.c
  vendor/clang/dist/test/CodeGen/2007-09-28-PackedUnionMember.c
  vendor/clang/dist/test/CodeGen/2007-10-02-VolatileArray.c
  vendor/clang/dist/test/CodeGen/2007-10-15-VoidPtr.c
  vendor/clang/dist/test/CodeGen/2007-10-30-Volatile.c
  vendor/clang/dist/test/CodeGen/2007-11-07-AlignedMemcpy.c
  vendor/clang/dist/test/CodeGen/2007-11-07-CopyAggregateAlign.c
  vendor/clang/dist/test/CodeGen/2007-11-07-ZeroAggregateAlign.c
  vendor/clang/dist/test/CodeGen/2007-11-28-GlobalInitializer.c
  vendor/clang/dist/test/CodeGen/2007-12-16-AsmNoUnwind.c
  vendor/clang/dist/test/CodeGen/2008-01-04-WideBitfield.c
  vendor/clang/dist/test/CodeGen/2008-01-07-UnusualIntSize.c
  vendor/clang/dist/test/CodeGen/2008-01-11-ChainConsistency.c
  vendor/clang/dist/test/CodeGen/2008-01-21-PackedBitFields.c
  vendor/clang/dist/test/CodeGen/2008-01-21-PackedStructField.c
  vendor/clang/dist/test/CodeGen/2008-01-24-StructAlignAndBitFields.c
  vendor/clang/dist/test/CodeGen/2008-01-25-ByValReadNone.c
  vendor/clang/dist/test/CodeGen/2008-01-25-ZeroSizedAggregate.c
  vendor/clang/dist/test/CodeGen/2008-01-28-PragmaMark.c
  vendor/clang/dist/test/CodeGen/2008-01-28-UnionSize.c
  vendor/clang/dist/test/CodeGen/2008-03-03-CtorAttrType.c
  vendor/clang/dist/test/CodeGen/2008-03-05-syncPtr.c
  vendor/clang/dist/test/CodeGen/2008-03-24-BitField-And-Alloca.c
  vendor/clang/dist/test/CodeGen/2008-03-26-PackedBitFields.c
  vendor/clang/dist/test/CodeGen/2008-04-08-NoExceptions.c
  vendor/clang/dist/test/CodeGen/2008-05-06-CFECrash.c
  vendor/clang/dist/test/CodeGen/2008-05-12-TempUsedBeforeDef.c
  vendor/clang/dist/test/CodeGen/2008-05-19-AlwaysInline.c
  vendor/clang/dist/test/CodeGen/2008-08-07-AlignPadding1.c
  vendor/clang/dist/test/CodeGen/2008-08-07-AlignPadding2.c
  vendor/clang/dist/test/CodeGen/2008-08-07-GEPIntToPtr.c
  vendor/clang/dist/test/CodeGen/2008-09-03-WeakAlias.c
  vendor/clang/dist/test/CodeGen/2008-10-13-FrontendCrash.c
  vendor/clang/dist/test/CodeGen/2008-10-30-ZeroPlacement.c
  vendor/clang/dist/test/CodeGen/2008-11-02-WeakAlias.c
  vendor/clang/dist/test/CodeGen/2008-11-08-InstCombineSelect.c
  vendor/clang/dist/test/CodeGen/2008-12-23-AsmIntPointerTie.c
  vendor/clang/dist/test/CodeGen/2009-01-05-BlockInlining.c
  vendor/clang/dist/test/CodeGen/2009-01-21-InvalidIterator.c
  vendor/clang/dist/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c
  vendor/clang/dist/test/CodeGen/2009-02-13-zerosize-union-field.c
  vendor/clang/dist/test/CodeGen/2009-03-01-MallocNoAlias.c
  vendor/clang/dist/test/CodeGen/2009-03-08-ZeroEltStructCrash.c
  vendor/clang/dist/test/CodeGen/2009-03-13-dbg.c
  vendor/clang/dist/test/CodeGen/2009-04-28-UnionArrayCrash.c
  vendor/clang/dist/test/CodeGen/2009-05-04-EnumInreg.c
  vendor/clang/dist/test/CodeGen/2009-06-14-HighlyAligned.c
  vendor/clang/dist/test/CodeGen/2009-06-18-StaticInitTailPadPack.c
  vendor/clang/dist/test/CodeGen/2009-07-14-VoidPtr.c
  vendor/clang/dist/test/CodeGen/2009-07-15-pad-wchar_t-array.c
  vendor/clang/dist/test/CodeGen/2009-07-22-StructLayout.c
  vendor/clang/dist/test/CodeGen/2009-09-24-SqrtErrno.c
  vendor/clang/dist/test/CodeGen/2009-12-07-BitFieldAlignment.c
  vendor/clang/dist/test/CodeGen/2010-01-13-MemBarrier.c
  vendor/clang/dist/test/CodeGen/2010-01-14-FnType-DebugInfo.c
  vendor/clang/dist/test/CodeGen/2010-01-18-Inlined-Debug.c
  vendor/clang/dist/test/CodeGen/2010-02-10-PointerName.c
  vendor/clang/dist/test/CodeGen/2010-02-15-DbgStaticVar.c
  vendor/clang/dist/test/CodeGen/2010-03-5-LexicalScope.c
  vendor/clang/dist/test/CodeGen/2010-05-26-AsmSideEffect.c
  vendor/clang/dist/test/CodeGen/2010-06-11-SaveExpr.c
  vendor/clang/dist/test/CodeGen/2010-06-17-asmcrash.c
  vendor/clang/dist/test/CodeGen/2010-07-08-DeclDebugLineNo.c
  vendor/clang/dist/test/CodeGen/2010-07-14-overconservative-align.c
  vendor/clang/dist/test/CodeGen/2010-07-14-ref-off-end.c
  vendor/clang/dist/test/CodeGen/2010-08-12-asm-aggr-arg.c
  vendor/clang/dist/test/CodeGen/2010-12-01-CommonGlobal.c
  vendor/clang/dist/test/CodeGen/2011-02-21-DATA-common.c
  vendor/clang/dist/test/CodeGen/2011-03-02-UnionInitializer.c
  vendor/clang/dist/test/CodeGen/2011-03-08-ZeroFieldUnionInitializer.c
  vendor/clang/dist/test/CodeGen/2011-03-31-ArrayRefFolding.c
  vendor/clang/dist/test/CodeGen/Atomics.c
  vendor/clang/dist/test/CodeGen/BasicInstrs.c
  vendor/clang/dist/test/CodeGen/always-inline.c
  vendor/clang/dist/test/CodeGen/annotations-builtin.c
  vendor/clang/dist/test/CodeGen/annotations-field.c
  vendor/clang/dist/test/CodeGen/annotations-global.c
  vendor/clang/dist/test/CodeGen/annotations-loc.c
  vendor/clang/dist/test/CodeGen/annotations-var.c
  vendor/clang/dist/test/CodeGen/arm-aapcs-vfp.c
  vendor/clang/dist/test/CodeGen/arm-apcs-zerolength-bitfield.c
  vendor/clang/dist/test/CodeGen/arm-inline-asm.c
  vendor/clang/dist/test/CodeGen/arm-vaarg-align.c
  vendor/clang/dist/test/CodeGen/arrayderef.c
  vendor/clang/dist/test/CodeGen/asm-reg-var-local.c
  vendor/clang/dist/test/CodeGen/atomic-ops.c
  vendor/clang/dist/test/CodeGen/attribute_constructor.c
  vendor/clang/dist/test/CodeGen/avx-shuffle-builtins.c
  vendor/clang/dist/test/CodeGen/block-3.c
  vendor/clang/dist/test/CodeGen/block-copy.c
  vendor/clang/dist/test/CodeGen/capture-complex-expr-in-block.c
  vendor/clang/dist/test/CodeGen/complex-init-list.c
  vendor/clang/dist/test/CodeGen/debug-dead-local-var.c
  vendor/clang/dist/test/CodeGen/debug-info-line3.c
  vendor/clang/dist/test/CodeGen/exact-div-expr.c
  vendor/clang/dist/test/CodeGen/extern-weak.c
  vendor/clang/dist/test/CodeGen/fp16-ops.c
  vendor/clang/dist/test/CodeGen/func-aligned.c
  vendor/clang/dist/test/CodeGen/funccall.c
  vendor/clang/dist/test/CodeGen/hidden-visibility.c
  vendor/clang/dist/test/CodeGen/implicit-arg.c
  vendor/clang/dist/test/CodeGen/inline-asm-mrv.c
  vendor/clang/dist/test/CodeGen/kr-call.c
  vendor/clang/dist/test/CodeGen/libcalls-d.c
  vendor/clang/dist/test/CodeGen/libcalls-ld.c
  vendor/clang/dist/test/CodeGen/misaligned-param.c
  vendor/clang/dist/test/CodeGen/pr2394.c
  vendor/clang/dist/test/CodeGen/pr3518.c
  vendor/clang/dist/test/CodeGen/pr4349.c
  vendor/clang/dist/test/CodeGen/pr5406.c
  vendor/clang/dist/test/CodeGen/redef-ext-inline.c
  vendor/clang/dist/test/CodeGen/sret.c
  vendor/clang/dist/test/CodeGen/sret2.c
  vendor/clang/dist/test/CodeGen/sse-builtins.c
  vendor/clang/dist/test/CodeGen/struct-matching-constraint.c
  vendor/clang/dist/test/CodeGen/unaligned-memcpy.c
  vendor/clang/dist/test/CodeGen/union-align.c
  vendor/clang/dist/test/CodeGen/vla-2.c
  vendor/clang/dist/test/CodeGen/vla-3.c
  vendor/clang/dist/test/CodeGen/wchar-const.c
  vendor/clang/dist/test/CodeGen/weak_constant.c
  vendor/clang/dist/test/CodeGenCUDA/
  vendor/clang/dist/test/CodeGenCUDA/device-stub.cu
  vendor/clang/dist/test/CodeGenCUDA/filter-decl.cu
  vendor/clang/dist/test/CodeGenCUDA/kernel-call.cu
  vendor/clang/dist/test/CodeGenCUDA/ptx-kernels.cu
  vendor/clang/dist/test/CodeGenCXX/2003-11-02-WeakLinkage.cpp
  vendor/clang/dist/test/CodeGenCXX/2003-11-18-PtrMemConstantInitializer.cpp
  vendor/clang/dist/test/CodeGenCXX/2003-11-27-MultipleInheritanceThunk.cpp
  vendor/clang/dist/test/CodeGenCXX/2003-11-29-DuplicatedCleanupTest.cpp
  vendor/clang/dist/test/CodeGenCXX/2003-12-08-ArrayOfPtrToMemberFunc.cpp
  vendor/clang/dist/test/CodeGenCXX/2004-01-11-DynamicInitializedConstant.cpp
  vendor/clang/dist/test/CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp
  vendor/clang/dist/test/CodeGenCXX/2004-03-09-UnmangledBuiltinMethods.cpp
  vendor/clang/dist/test/CodeGenCXX/2004-03-15-CleanupsAndGotos.cpp
  vendor/clang/dist/test/CodeGenCXX/2004-06-08-LateTemplateInstantiation.cpp
  vendor/clang/dist/test/CodeGenCXX/2004-09-27-DidntEmitTemplate.cpp
  vendor/clang/dist/test/CodeGenCXX/2004-11-27-ExceptionCleanupAssertion.cpp
  vendor/clang/dist/test/CodeGenCXX/2004-11-27-FriendDefaultArgCrash.cpp
  vendor/clang/dist/test/CodeGenCXX/2005-01-03-StaticInitializers.cpp
  vendor/clang/dist/test/CodeGenCXX/2005-02-11-AnonymousUnion.cpp
  vendor/clang/dist/test/CodeGenCXX/2005-02-13-BadDynamicInit.cpp
  vendor/clang/dist/test/CodeGenCXX/2005-02-14-BitFieldOffset.cpp
  vendor/clang/dist/test/CodeGenCXX/2005-02-19-BitfieldStructCrash.cpp
  vendor/clang/dist/test/CodeGenCXX/2005-02-19-UnnamedVirtualThunkArgument.cpp
  vendor/clang/dist/test/CodeGenCXX/2005-02-20-BrokenReferenceTest.cpp
  vendor/clang/dist/test/CodeGenCXX/2006-03-01-GimplifyCrash.cpp
  vendor/clang/dist/test/CodeGenCXX/2006-03-06-C++RecurseCrash.cpp
  vendor/clang/dist/test/CodeGenCXX/2006-09-12-OpaqueStructCrash.cpp
  vendor/clang/dist/test/CodeGenCXX/2006-10-30-ClassBitfield.cpp
  vendor/clang/dist/test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp
  vendor/clang/dist/test/CodeGenCXX/2006-11-30-ConstantExprCrash.cpp
  vendor/clang/dist/test/CodeGenCXX/2007-01-02-UnboundedArray.cpp
  vendor/clang/dist/test/CodeGenCXX/2007-01-06-PtrMethodInit.cpp
  vendor/clang/dist/test/CodeGenCXX/2007-04-05-PackedBitFields-1.cpp
  vendor/clang/dist/test/CodeGenCXX/2007-04-05-PackedBitFieldsOverlap-2.cpp
  vendor/clang/dist/test/CodeGenCXX/2007-04-05-PackedBitFieldsOverlap.cpp
  vendor/clang/dist/test/CodeGenCXX/2007-04-05-PackedBitFieldsSmall.cpp
  vendor/clang/dist/test/CodeGenCXX/2007-04-05-StructPackedFieldUnpacked.cpp
  vendor/clang/dist/test/CodeGenCXX/2007-04-10-PackedUnion.cpp
  vendor/clang/dist/test/CodeGenCXX/2007-04-14-FNoBuiltin.cpp
  vendor/clang/dist/test/CodeGenCXX/2007-05-03-VectorInit.cpp
  vendor/clang/dist/test/CodeGenCXX/2007-07-29-RestrictPtrArg.cpp
  vendor/clang/dist/test/CodeGenCXX/2007-07-29-RestrictRefArg.cpp
  vendor/clang/dist/test/CodeGenCXX/2007-09-10-RecursiveTypeResolution.cpp
  vendor/clang/dist/test/CodeGenCXX/2007-10-01-StructResize.cpp
  vendor/clang/dist/test/CodeGenCXX/2008-01-12-VecInit.cpp
  vendor/clang/dist/test/CodeGenCXX/2008-05-07-CrazyOffsetOf.cpp
  vendor/clang/dist/test/CodeGenCXX/2009-03-17-dbg.cpp
  vendor/clang/dist/test/CodeGenCXX/2009-04-23-bool2.cpp
  vendor/clang/dist/test/CodeGenCXX/2009-05-04-PureConstNounwind.cpp
  vendor/clang/dist/test/CodeGenCXX/2009-06-16-DebugInfoCrash.cpp
  vendor/clang/dist/test/CodeGenCXX/2009-07-16-Using.cpp
  vendor/clang/dist/test/CodeGenCXX/2009-08-05-ZeroInitWidth.cpp
  vendor/clang/dist/test/CodeGenCXX/2009-08-11-VectorRetTy.cpp
  vendor/clang/dist/test/CodeGenCXX/2009-09-09-packed-layout.cpp
  vendor/clang/dist/test/CodeGenCXX/2009-10-27-crash.cpp
  vendor/clang/dist/test/CodeGenCXX/2009-12-23-MissingSext.cpp
  vendor/clang/dist/test/CodeGenCXX/2010-05-10-Var-DbgInfo.cpp
  vendor/clang/dist/test/CodeGenCXX/2010-05-11-alwaysinlineinstantiation.cpp
  vendor/clang/dist/test/CodeGenCXX/2010-05-12-PtrToMember-Dbg.cpp
  vendor/clang/dist/test/CodeGenCXX/2010-06-21-LocalVarDbg.cpp
  vendor/clang/dist/test/CodeGenCXX/2010-06-22-BitfieldInit.cpp
  vendor/clang/dist/test/CodeGenCXX/2010-06-22-ZeroBitfield.cpp
  vendor/clang/dist/test/CodeGenCXX/2010-07-23-DeclLoc.cpp
  vendor/clang/dist/test/CodeGenCXX/copy-assign-volatile-synthesis.cpp
  vendor/clang/dist/test/CodeGenCXX/cxx0x-initializer-scalars.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-char16.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-nullptr.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-wchar.cpp
  vendor/clang/dist/test/CodeGenCXX/fp16-mangle.cpp
  vendor/clang/dist/test/CodeGenCXX/fp16-overload.cpp
  vendor/clang/dist/test/CodeGenCXX/incomplete-types.cpp
  vendor/clang/dist/test/CodeGenCXX/m64-ptr.cpp
  vendor/clang/dist/test/CodeGenCXX/member-alignment.cpp
  vendor/clang/dist/test/CodeGenCXX/member-init-anon-union.cpp
  vendor/clang/dist/test/CodeGenCXX/sizeof-unwind-exception.cpp
  vendor/clang/dist/test/CodeGenCXX/thunk-linkonce-odr.cpp
  vendor/clang/dist/test/CodeGenCXX/union-dtor.cpp
  vendor/clang/dist/test/CodeGenCXX/varargs.cpp
  vendor/clang/dist/test/CodeGenCXX/weak-external.cpp
  vendor/clang/dist/test/CodeGenCXX/x86-64-abi-sret-vs-2word-struct-param.cpp
  vendor/clang/dist/test/CodeGenObjC/2007-04-03-ObjcEH.m
  vendor/clang/dist/test/CodeGenObjC/2007-05-02-Strong.m
  vendor/clang/dist/test/CodeGenObjC/2007-10-18-ProDescriptor.m
  vendor/clang/dist/test/CodeGenObjC/2007-10-23-GC-WriteBarrier.m
  vendor/clang/dist/test/CodeGenObjC/2008-10-3-EhValue.m
  vendor/clang/dist/test/CodeGenObjC/2008-11-12-Metadata.m
  vendor/clang/dist/test/CodeGenObjC/2008-11-24-ConstCFStrings.m
  vendor/clang/dist/test/CodeGenObjC/2008-11-25-Blocks.m
  vendor/clang/dist/test/CodeGenObjC/2009-01-26-WriteBarrier-2.m
  vendor/clang/dist/test/CodeGenObjC/2009-02-05-VolatileProp.m
  vendor/clang/dist/test/CodeGenObjC/2009-08-05-utf16.m
  vendor/clang/dist/test/CodeGenObjC/2010-02-01-utf16-with-null.m
  vendor/clang/dist/test/CodeGenObjC/2010-02-23-DbgInheritance.m
  vendor/clang/dist/test/CodeGenObjC/2010-03-17-StructRef.m
  vendor/clang/dist/test/CodeGenObjC/2011-03-08-IVarLookup.m
  vendor/clang/dist/test/CodeGenObjC/arc-block-copy-escape.m
  vendor/clang/dist/test/CodeGenObjC/arc-with-atthrow.m
  vendor/clang/dist/test/CodeGenObjC/builtins.m
  vendor/clang/dist/test/CodeGenObjC/debug-info-crash-2.m
  vendor/clang/dist/test/CodeGenObjC/debug-info-property2.m
  vendor/clang/dist/test/CodeGenObjC/gc-weak-attribute.m
  vendor/clang/dist/test/CodeGenObjC/objc2-strong-cast-block-import.m
  vendor/clang/dist/test/CodeGenObjC/property-aggregate.m
  vendor/clang/dist/test/CodeGenObjCXX/2007-10-03-MetadataPointers.mm
  vendor/clang/dist/test/CodeGenObjCXX/2010-08-04-Template.mm
  vendor/clang/dist/test/CodeGenObjCXX/2010-08-06-X.Y-syntax.mm
  vendor/clang/dist/test/CodeGenObjCXX/arc-returns-inner-reference-ptr.mm
  vendor/clang/dist/test/CodeGenObjCXX/nrvo.mm
  vendor/clang/dist/test/CodeGenObjCXX/property-object-reference.mm
  vendor/clang/dist/test/CodeGenOpenCL/local.cl
  vendor/clang/dist/test/CodeGenOpenCL/ptx-calls.cl
  vendor/clang/dist/test/CodeGenOpenCL/ptx-kernels.cl
  vendor/clang/dist/test/Driver/Inputs/
  vendor/clang/dist/test/Driver/Inputs/basic_linux_tree/
  vendor/clang/dist/test/Driver/Inputs/basic_linux_tree/lib/
  vendor/clang/dist/test/Driver/Inputs/basic_linux_tree/lib/.keep
  vendor/clang/dist/test/Driver/Inputs/basic_linux_tree/usr/
  vendor/clang/dist/test/Driver/Inputs/basic_linux_tree/usr/i386-unknown-linux/
  vendor/clang/dist/test/Driver/Inputs/basic_linux_tree/usr/i386-unknown-linux/lib/
  vendor/clang/dist/test/Driver/Inputs/basic_linux_tree/usr/i386-unknown-linux/lib/.keep
  vendor/clang/dist/test/Driver/Inputs/basic_linux_tree/usr/lib/
  vendor/clang/dist/test/Driver/Inputs/basic_linux_tree/usr/lib/.keep
  vendor/clang/dist/test/Driver/Inputs/basic_linux_tree/usr/lib/gcc/
  vendor/clang/dist/test/Driver/Inputs/basic_linux_tree/usr/lib/gcc/i386-unknown-linux/
  vendor/clang/dist/test/Driver/Inputs/basic_linux_tree/usr/lib/gcc/i386-unknown-linux/4.6.0/
  vendor/clang/dist/test/Driver/Inputs/basic_linux_tree/usr/lib/gcc/i386-unknown-linux/4.6.0/crtbegin.o
  vendor/clang/dist/test/Driver/Inputs/basic_linux_tree/usr/lib/gcc/x86_64-unknown-linux/
  vendor/clang/dist/test/Driver/Inputs/basic_linux_tree/usr/lib/gcc/x86_64-unknown-linux/4.6.0/
  vendor/clang/dist/test/Driver/Inputs/basic_linux_tree/usr/lib/gcc/x86_64-unknown-linux/4.6.0/crtbegin.o
  vendor/clang/dist/test/Driver/Inputs/basic_linux_tree/usr/x86_64-unknown-linux/
  vendor/clang/dist/test/Driver/Inputs/basic_linux_tree/usr/x86_64-unknown-linux/lib/
  vendor/clang/dist/test/Driver/Inputs/basic_linux_tree/usr/x86_64-unknown-linux/lib/.keep
  vendor/clang/dist/test/Driver/Inputs/fake_install_tree/
  vendor/clang/dist/test/Driver/Inputs/fake_install_tree/bin/
  vendor/clang/dist/test/Driver/Inputs/fake_install_tree/bin/.keep
  vendor/clang/dist/test/Driver/Inputs/fake_install_tree/lib/
  vendor/clang/dist/test/Driver/Inputs/fake_install_tree/lib/gcc/
  vendor/clang/dist/test/Driver/Inputs/fake_install_tree/lib/gcc/i386-unknown-linux/
  vendor/clang/dist/test/Driver/Inputs/fake_install_tree/lib/gcc/i386-unknown-linux/4.7.0/
  vendor/clang/dist/test/Driver/Inputs/fake_install_tree/lib/gcc/i386-unknown-linux/4.7.0/crtbegin.o
  vendor/clang/dist/test/Driver/Inputs/fake_install_tree/lib/gcc/x86_64-unknown-linux/
  vendor/clang/dist/test/Driver/Inputs/fake_install_tree/lib/gcc/x86_64-unknown-linux/4.5.0/
  vendor/clang/dist/test/Driver/Inputs/fake_install_tree/lib/gcc/x86_64-unknown-linux/4.5.0/crtbegin.o
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing1/
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing1/bin/
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing1/bin/.keep
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing1/lib/
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing1/lib/gcc/
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing1/lib/gcc/i386-unknown-linux/
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing1/lib/gcc/i386-unknown-linux/4.7/
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing1/lib/gcc/i386-unknown-linux/4.7/crtbegin.o
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing2/
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing2/bin/
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing2/bin/.keep
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing2/lib/
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing2/lib/gcc/
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing2/lib/gcc/i386-unknown-linux/
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing2/lib/gcc/i386-unknown-linux/4.7.x/
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing2/lib/gcc/i386-unknown-linux/4.7.x/crtbegin.o
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing3/
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing3/bin/
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing3/bin/.keep
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing3/lib/
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing3/lib/gcc/
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing3/lib/gcc/i386-unknown-linux/
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing3/lib/gcc/i386-unknown-linux/4.7.99-rc5/
  vendor/clang/dist/test/Driver/Inputs/gcc_version_parsing3/lib/gcc/i386-unknown-linux/4.7.99-rc5/crtbegin.o
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/lib/
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/lib/.keep
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/lib32/
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/lib32/.keep
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/lib64/
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/lib64/.keep
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/usr/
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/lib/
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/lib/.keep
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/lib32/
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/lib32/.keep
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/lib64/
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/lib64/.keep
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/usr/lib/
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/usr/lib/.keep
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/usr/lib/gcc/
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/usr/lib/gcc/i386-unknown-linux/
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/usr/lib/gcc/i386-unknown-linux/4.6.0/
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/usr/lib/gcc/i386-unknown-linux/4.6.0/64/
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/usr/lib/gcc/i386-unknown-linux/4.6.0/64/crtbegin.o
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/usr/lib/gcc/i386-unknown-linux/4.6.0/crtbegin.o
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/usr/lib32/
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/usr/lib32/.keep
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/usr/lib64/
  vendor/clang/dist/test/Driver/Inputs/multilib_32bit_linux_tree/usr/lib64/.keep
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/lib/
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/lib/.keep
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/lib32/
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/lib32/.keep
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/lib64/
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/lib64/.keep
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/usr/
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/usr/lib/
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/usr/lib/.keep
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/usr/lib/gcc/
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/usr/lib/gcc/x86_64-unknown-linux/
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/usr/lib/gcc/x86_64-unknown-linux/4.6.0/
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/usr/lib/gcc/x86_64-unknown-linux/4.6.0/32/
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/usr/lib/gcc/x86_64-unknown-linux/4.6.0/32/crtbegin.o
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/usr/lib/gcc/x86_64-unknown-linux/4.6.0/crtbegin.o
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/usr/lib32/
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/usr/lib32/.keep
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/usr/lib64/
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/usr/lib64/.keep
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/lib/
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/lib/.keep
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/lib32/
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/lib32/.keep
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/lib64/
  vendor/clang/dist/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/lib64/.keep
  vendor/clang/dist/test/Driver/ccc-host-triple-no-integrated-as.c
  vendor/clang/dist/test/Driver/cpath.c
  vendor/clang/dist/test/Driver/darwin-verify-debug.c
  vendor/clang/dist/test/Driver/index-header-map.c
  vendor/clang/dist/test/Driver/le32-unknown-nacl.cpp
  vendor/clang/dist/test/Driver/linux-ld.c
  vendor/clang/dist/test/Driver/mno-global-merge.c
  vendor/clang/dist/test/Driver/nostdlibinc.c
  vendor/clang/dist/test/Driver/objc++-cpp-output.mm
  vendor/clang/dist/test/Driver/objc-cpp-output.m
  vendor/clang/dist/test/Driver/std.cpp
  vendor/clang/dist/test/FixIt/dereference-addressof.c
  vendor/clang/dist/test/FixIt/fixit-function-call.cpp
  vendor/clang/dist/test/FixIt/fixit-missing-method-return-type.m
  vendor/clang/dist/test/FixIt/fixit-static-object-decl.m
  vendor/clang/dist/test/Frontend/Weverything.c
  vendor/clang/dist/test/Frontend/diagnostics-option-names.c
  vendor/clang/dist/test/Frontend/warning-mapping-1.c
  vendor/clang/dist/test/Frontend/warning-mapping-2.c
  vendor/clang/dist/test/Frontend/warning-mapping-3.c
  vendor/clang/dist/test/Frontend/warning-mapping-4.c
  vendor/clang/dist/test/Frontend/warning-mapping-5.c
  vendor/clang/dist/test/Headers/wchar_limits.cpp
  vendor/clang/dist/test/Index/IBOutletCollection.m
  vendor/clang/dist/test/Index/Inputs/preamble_macro_template.h
  vendor/clang/dist/test/Index/annotate-attribute.cpp
  vendor/clang/dist/test/Index/annotate-macro-args.h
  vendor/clang/dist/test/Index/annotate-macro-args.m
  vendor/clang/dist/test/Index/annotate-tokens-preamble.c
  vendor/clang/dist/test/Index/annotate-tokens-with-default-args.cpp
  vendor/clang/dist/test/Index/annotate-tokens-with-default-args.h
  vendor/clang/dist/test/Index/complete-access-checks.cpp
  vendor/clang/dist/test/Index/complete-cxx-inline-methods.cpp
  vendor/clang/dist/test/Index/complete-in-stringify.c
  vendor/clang/dist/test/Index/complete-macro-args.c
  vendor/clang/dist/test/Index/complete-qualified.cpp
  vendor/clang/dist/test/Index/complete-stmt.c
  vendor/clang/dist/test/Index/complete-with-annotations.cpp
  vendor/clang/dist/test/Index/cursor-ref-names.cpp
  vendor/clang/dist/test/Index/file-refs.c
  vendor/clang/dist/test/Index/file-refs.cpp
  vendor/clang/dist/test/Index/file-refs.m
  vendor/clang/dist/test/Index/get-cursor-macro-args.h
  vendor/clang/dist/test/Index/get-cursor-macro-args.m
  vendor/clang/dist/test/Index/get-cursor.c
  vendor/clang/dist/test/Index/get-cursor.m
  vendor/clang/dist/test/Index/getcursor-pp-pch.c
  vendor/clang/dist/test/Index/getcursor-pp-pch.c.h
  vendor/clang/dist/test/Index/in-class-init.cpp
  vendor/clang/dist/test/Index/preamble-reparse-cmd-define.c
  vendor/clang/dist/test/Index/preamble-reparse-cmd-define.c.h
  vendor/clang/dist/test/Index/preamble-reparse-cmd-define.c.remap
  vendor/clang/dist/test/Index/preamble_macro_template.cpp
  vendor/clang/dist/test/Lexer/bcpl-escaped-newline.c
  vendor/clang/dist/test/Lexer/cxx0x_raw_string_delim_length.cpp
  vendor/clang/dist/test/Lexer/cxx0x_raw_string_unterminated.cpp
  vendor/clang/dist/test/Lexer/newline-eof.c
  vendor/clang/dist/test/Lexer/string_concat.cpp
  vendor/clang/dist/test/Lexer/utf8-char-literal.cpp
  vendor/clang/dist/test/Misc/ast-dump-templates.cpp
  vendor/clang/dist/test/Misc/diag-line-wrapping.cpp
  vendor/clang/dist/test/Misc/error-limit-multiple-notes.cpp
  vendor/clang/dist/test/Misc/error-limit.c
  vendor/clang/dist/test/Misc/show-diag-options.c
  vendor/clang/dist/test/Misc/warning-flags.c
  vendor/clang/dist/test/Modules/
  vendor/clang/dist/test/Modules/Inputs/
  vendor/clang/dist/test/Modules/Inputs/CmdLine.framework/
  vendor/clang/dist/test/Modules/Inputs/CmdLine.framework/Headers/
  vendor/clang/dist/test/Modules/Inputs/CmdLine.framework/Headers/CmdLine.h
  vendor/clang/dist/test/Modules/Inputs/DependsOnModule.framework/
  vendor/clang/dist/test/Modules/Inputs/DependsOnModule.framework/Headers/
  vendor/clang/dist/test/Modules/Inputs/DependsOnModule.framework/Headers/DependsOnModule.h
  vendor/clang/dist/test/Modules/Inputs/Module.framework/
  vendor/clang/dist/test/Modules/Inputs/Module.framework/Headers/
  vendor/clang/dist/test/Modules/Inputs/Module.framework/Headers/Module.h
  vendor/clang/dist/test/Modules/Inputs/MutuallyRecursive1.framework/
  vendor/clang/dist/test/Modules/Inputs/MutuallyRecursive1.framework/Headers/
  vendor/clang/dist/test/Modules/Inputs/MutuallyRecursive1.framework/Headers/MutuallyRecursive1.h
  vendor/clang/dist/test/Modules/Inputs/MutuallyRecursive2.framework/
  vendor/clang/dist/test/Modules/Inputs/MutuallyRecursive2.framework/Headers/
  vendor/clang/dist/test/Modules/Inputs/MutuallyRecursive2.framework/Headers/MutuallyRecursive2.h
  vendor/clang/dist/test/Modules/Inputs/diamond_bottom.h
  vendor/clang/dist/test/Modules/Inputs/diamond_left.h
  vendor/clang/dist/test/Modules/Inputs/diamond_right.h
  vendor/clang/dist/test/Modules/Inputs/diamond_top.h
  vendor/clang/dist/test/Modules/Inputs/load_failure.h
  vendor/clang/dist/test/Modules/Inputs/lookup_left.h
  vendor/clang/dist/test/Modules/Inputs/lookup_left.hpp
  vendor/clang/dist/test/Modules/Inputs/lookup_right.h
  vendor/clang/dist/test/Modules/Inputs/lookup_right.hpp
  vendor/clang/dist/test/Modules/Inputs/point.h
  vendor/clang/dist/test/Modules/auto-module-import.c
  vendor/clang/dist/test/Modules/cycles.c
  vendor/clang/dist/test/Modules/diamond.c
  vendor/clang/dist/test/Modules/driver.c
  vendor/clang/dist/test/Modules/header-import.m
  vendor/clang/dist/test/Modules/irgen.c
  vendor/clang/dist/test/Modules/load_failure.c
  vendor/clang/dist/test/Modules/lookup.cpp
  vendor/clang/dist/test/Modules/lookup.m
  vendor/clang/dist/test/Modules/macros.c
  vendor/clang/dist/test/Modules/module-private.cpp
  vendor/clang/dist/test/Modules/objc-categories.m
  vendor/clang/dist/test/Modules/on-demand-build-warnings.m
  vendor/clang/dist/test/Modules/on-demand-build.m
  vendor/clang/dist/test/Modules/on-demand-macros.m
  vendor/clang/dist/test/PCH/Inputs/cxx-method.h
  vendor/clang/dist/test/PCH/chain-categories.m
  vendor/clang/dist/test/PCH/chain-conversion-lookup.cpp
  vendor/clang/dist/test/PCH/chain-friend-instantiation.cpp
  vendor/clang/dist/test/PCH/cxx-implicit-moves.cpp
  vendor/clang/dist/test/PCH/cxx-ms-function-specialization-class-scope.cpp
  vendor/clang/dist/test/PCH/cxx-ms-function-specialization-class-scope.h
  vendor/clang/dist/test/PCH/method-redecls.m
  vendor/clang/dist/test/Parser/PR11000.cpp
  vendor/clang/dist/test/Parser/access-spec-attrs.cpp
  vendor/clang/dist/test/Parser/c1x-alignas.c
  vendor/clang/dist/test/Parser/cxx-member-init-missing-paren-crash.cpp
  vendor/clang/dist/test/Parser/cxx0x-lambda-expressions.cpp
  vendor/clang/dist/test/Parser/ms-inline-asm.c
  vendor/clang/dist/test/Parser/objcxx-lambda-expressions-neg.mm
  vendor/clang/dist/test/Parser/objcxx0x-lambda-expressions.mm
  vendor/clang/dist/test/Parser/parser_overflow.c
  vendor/clang/dist/test/Parser/pragma-visibility2.c
  vendor/clang/dist/test/Preprocessor/expr_define_expansion.c
  vendor/clang/dist/test/Preprocessor/missing-system-header.c
  vendor/clang/dist/test/Preprocessor/missing-system-header.h
  vendor/clang/dist/test/Preprocessor/pp-record.c
  vendor/clang/dist/test/Preprocessor/pp-record.h
  vendor/clang/dist/test/Preprocessor/predefined-arch-macros.c
  vendor/clang/dist/test/Preprocessor/predefined-exceptions.m
  vendor/clang/dist/test/Preprocessor/warning_tests.c
  vendor/clang/dist/test/Rewriter/inner-block-helper-funcs.mm
  vendor/clang/dist/test/Rewriter/instancetype-test.mm
  vendor/clang/dist/test/Rewriter/protocol-rewrite-2.m
  vendor/clang/dist/test/Rewriter/rewrite-cast-to-bool.mm
  vendor/clang/dist/test/Rewriter/rewrite-foreach-in-block.mm
  vendor/clang/dist/test/Rewriter/rewrite-forward-class.mm
  vendor/clang/dist/test/Sema/2007-10-01-BuildArrayRef.c
  vendor/clang/dist/test/Sema/2009-03-09-WeakDeclarations-1.c
  vendor/clang/dist/test/Sema/2009-04-22-UnknownSize.c
  vendor/clang/dist/test/Sema/2009-07-17-VoidParameter.c
  vendor/clang/dist/test/Sema/2010-05-31-palignr.c
  vendor/clang/dist/test/Sema/Inputs/pragma-arc-cf-code-audited.h
  vendor/clang/dist/test/Sema/alignas.c
  vendor/clang/dist/test/Sema/array-bounds-ptr-arith.c
  vendor/clang/dist/test/Sema/atomic-ops.c
  vendor/clang/dist/test/Sema/atomic-type.c
  vendor/clang/dist/test/Sema/attr-returns-twice.c
  vendor/clang/dist/test/Sema/complex-init-list.c
  vendor/clang/dist/test/Sema/crash-invalid-array.c
  vendor/clang/dist/test/Sema/fp16-sema.c
  vendor/clang/dist/test/Sema/fpack-struct.c
  vendor/clang/dist/test/Sema/initialize-noreturn.c
  vendor/clang/dist/test/Sema/many-parameters.c
  vendor/clang/dist/test/Sema/ms_class_layout.cpp
  vendor/clang/dist/test/Sema/pragma-arc-cf-code-audited.c
  vendor/clang/dist/test/Sema/warn-strlcpycat-size.c
  vendor/clang/dist/test/SemaCUDA/function-target.cu
  vendor/clang/dist/test/SemaCXX/2008-01-11-BadWarning.cpp
  vendor/clang/dist/test/SemaCXX/MicrosoftCompatibility.cpp
  vendor/clang/dist/test/SemaCXX/PR10458.cpp
  vendor/clang/dist/test/SemaCXX/array-bounds-ptr-arith.cpp
  vendor/clang/dist/test/SemaCXX/complex-init-list.cpp
  vendor/clang/dist/test/SemaCXX/cxx0x-class.cpp
  vendor/clang/dist/test/SemaCXX/cxx0x-compat.cpp
  vendor/clang/dist/test/SemaCXX/cxx0x-initializer-scalars.cpp
  vendor/clang/dist/test/SemaCXX/cxx0x-type-convert-construct.cpp
  vendor/clang/dist/test/SemaCXX/cxx98-compat-pedantic.cpp
  vendor/clang/dist/test/SemaCXX/cxx98-compat.cpp
  vendor/clang/dist/test/SemaCXX/deleted-operator.cpp
  vendor/clang/dist/test/SemaCXX/microsoft-cxx0x.cpp
  vendor/clang/dist/test/SemaCXX/out-of-line-def-mismatch.cpp
  vendor/clang/dist/test/SemaCXX/overload-0x.cpp
  vendor/clang/dist/test/SemaCXX/typo-correction.cpp
  vendor/clang/dist/test/SemaCXX/warn-dangling-field.cpp
  vendor/clang/dist/test/SemaCXX/warn-sign-conversion.cpp
  vendor/clang/dist/test/SemaCXX/warn-string-conversion.cpp
  vendor/clang/dist/test/SemaCXX/warn-thread-safety-analysis.cpp
  vendor/clang/dist/test/SemaCXX/warn-thread-safety-parsing.cpp
  vendor/clang/dist/test/SemaCXX/warn-unused-comparison.cpp
  vendor/clang/dist/test/SemaObjC/arc-cf.m
  vendor/clang/dist/test/SemaObjC/arc-nsconsumed-errors.m
  vendor/clang/dist/test/SemaObjC/arc-retain-block-property.m
  vendor/clang/dist/test/SemaObjC/arc-setter-property-match.m
  vendor/clang/dist/test/SemaObjC/arc-unavailable-system-function.m
  vendor/clang/dist/test/SemaObjC/attr-availability.m
  vendor/clang/dist/test/SemaObjC/attr-ns-bridged.m
  vendor/clang/dist/test/SemaObjC/bad-property-synthesis-crash.m
  vendor/clang/dist/test/SemaObjC/builtin_objc_assign_ivar.m
  vendor/clang/dist/test/SemaObjC/class-protocol-method-match.m
  vendor/clang/dist/test/SemaObjC/conflict-atomic-property.m
  vendor/clang/dist/test/SemaObjC/default-synthesize-2.m
  vendor/clang/dist/test/SemaObjC/enum-fixed-type.m
  vendor/clang/dist/test/SemaObjC/instancetype.m
  vendor/clang/dist/test/SemaObjC/missing-method-return-type.m
  vendor/clang/dist/test/SemaObjC/nested-typedef-decl.m
  vendor/clang/dist/test/SemaObjC/objc-buffered-methods.m
  vendor/clang/dist/test/SemaObjC/protocol-implementing-class-methods.m
  vendor/clang/dist/test/SemaObjC/qualified-protocol-method-conflicts.m
  vendor/clang/dist/test/SemaObjC/warn-missing-super.m
  vendor/clang/dist/test/SemaObjCXX/arc-nsconsumed-errors.mm
  vendor/clang/dist/test/SemaObjCXX/unknown-anytype.mm
  vendor/clang/dist/test/SemaOpenCL/local.cl
  vendor/clang/dist/test/SemaOpenCL/vector_conv_invalid.cl
  vendor/clang/dist/test/SemaTemplate/atomics.cpp
  vendor/clang/dist/test/SemaTemplate/delegating-constructors.cpp
  vendor/clang/dist/test/SemaTemplate/lookup-dependent-bases.cpp
  vendor/clang/dist/test/SemaTemplate/missing-class-keyword-crash.cpp
  vendor/clang/dist/test/SemaTemplate/ms-function-specialization-class-scope.cpp
  vendor/clang/dist/test/SemaTemplate/ms-lookup-template-base-classes.cpp
  vendor/clang/dist/tools/diagtool/
  vendor/clang/dist/tools/diagtool/CMakeLists.txt
  vendor/clang/dist/tools/diagtool/DiagTool.cpp
  vendor/clang/dist/tools/diagtool/DiagTool.h
  vendor/clang/dist/tools/diagtool/ListWarnings.cpp
  vendor/clang/dist/tools/diagtool/Makefile
  vendor/clang/dist/tools/diagtool/diagtool_main.cpp
  vendor/clang/dist/tools/libclang/CIndexHigh.cpp
  vendor/clang/dist/tools/libclang/Index_Internal.h
  vendor/clang/dist/unittests/AST/
  vendor/clang/dist/unittests/AST/APValueTest.cpp
  vendor/clang/dist/unittests/AST/Makefile
  vendor/clang/dist/utils/TableGen/
  vendor/clang/dist/utils/TableGen/CMakeLists.txt
  vendor/clang/dist/utils/TableGen/ClangASTNodesEmitter.cpp
  vendor/clang/dist/utils/TableGen/ClangASTNodesEmitter.h
  vendor/clang/dist/utils/TableGen/ClangAttrEmitter.cpp
  vendor/clang/dist/utils/TableGen/ClangAttrEmitter.h
  vendor/clang/dist/utils/TableGen/ClangDiagnosticsEmitter.cpp
  vendor/clang/dist/utils/TableGen/ClangDiagnosticsEmitter.h
  vendor/clang/dist/utils/TableGen/ClangSACheckersEmitter.cpp
  vendor/clang/dist/utils/TableGen/ClangSACheckersEmitter.h
  vendor/clang/dist/utils/TableGen/Makefile
  vendor/clang/dist/utils/TableGen/NeonEmitter.cpp
  vendor/clang/dist/utils/TableGen/NeonEmitter.h
  vendor/clang/dist/utils/TableGen/OptParserEmitter.cpp
  vendor/clang/dist/utils/TableGen/OptParserEmitter.h
  vendor/clang/dist/utils/TableGen/TableGen.cpp
  vendor/clang/dist/utils/analyzer/CmpRuns.py   (contents, props changed)
  vendor/clang/dist/utils/analyzer/SATestAdd.py
  vendor/clang/dist/utils/analyzer/SATestBuild.py
  vendor/clang/dist/utils/clangVisualizers.txt
Deleted:
  vendor/clang/dist/TODO.txt
  vendor/clang/dist/clang.xcodeproj/project.pbxproj
  vendor/clang/dist/include/clang/Frontend/ChainedDiagnosticClient.h
  vendor/clang/dist/include/clang/Frontend/VerifyDiagnosticsClient.h
  vendor/clang/dist/include/clang/Serialization/ASTSerializationListener.h
  vendor/clang/dist/include/clang/StaticAnalyzer/BugReporter/
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/CheckerProvider.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathDiagnosticClients.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/GRState.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/GRStateTrait.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/TransferFuncs.h
  vendor/clang/dist/include/clang/StaticAnalyzer/PathSensitive/
  vendor/clang/dist/lib/Frontend/VerifyDiagnosticsClient.cpp
  vendor/clang/dist/lib/Sema/SemaCXXCast.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/ClangSACheckerProvider.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/ClangSACheckerProvider.h
  vendor/clang/dist/lib/StaticAnalyzer/Core/BasicStore.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/CFRefCount.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/CXXExprEngine.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/FlatStore.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/GRState.cpp
  vendor/clang/dist/test/Analysis/flat-store.c
  vendor/clang/dist/test/Analysis/misc-ps-basic-store.m
  vendor/clang/dist/test/Analysis/misc-ps-flat-store.c
  vendor/clang/dist/test/Analysis/rdar-6541136.c
  vendor/clang/dist/test/Analysis/rdar-6582778-basic-store.c
  vendor/clang/dist/test/Analysis/retain-release-basic-store.m
  vendor/clang/dist/test/CodeGen/annotate.c
  vendor/clang/dist/test/CodeGen/block-decl-merging.c
  vendor/clang/dist/test/CodeGenCXX/init-incomplete-type.cpp
  vendor/clang/dist/test/CodeGenObjC/debug-info-fnname.m
  vendor/clang/dist/test/CodeGenObjC/property-aggr-type.m
  vendor/clang/dist/test/Sema/ms-fuzzy-asm.c
  vendor/clang/dist/test/SemaCXX/warn-sign-compare.cpp
  vendor/clang/dist/test/SemaObjCXX/arc-libcxx.mm
  vendor/clang/dist/tools/libclang/libclang.darwin.exports
  vendor/clang/dist/utils/analyzer/CmpRuns
Modified:
  vendor/clang/dist/CMakeLists.txt
  vendor/clang/dist/Makefile
  vendor/clang/dist/NOTES.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_diagnostics.py
  vendor/clang/dist/docs/AutomaticReferenceCounting.html
  vendor/clang/dist/docs/InternalsManual.html
  vendor/clang/dist/docs/LanguageExtensions.html
  vendor/clang/dist/docs/UsersManual.html
  vendor/clang/dist/docs/doxygen.cfg.in
  vendor/clang/dist/docs/doxygen.css
  vendor/clang/dist/docs/tools/clang.pod
  vendor/clang/dist/examples/PrintFunctionNames/PrintFunctionNames.cpp
  vendor/clang/dist/examples/clang-interpreter/main.cpp
  vendor/clang/dist/include/clang-c/Index.h
  vendor/clang/dist/include/clang/ARCMigrate/ARCMT.h
  vendor/clang/dist/include/clang/ARCMigrate/ARCMTActions.h
  vendor/clang/dist/include/clang/ARCMigrate/FileRemapper.h
  vendor/clang/dist/include/clang/AST/APValue.h
  vendor/clang/dist/include/clang/AST/ASTContext.h
  vendor/clang/dist/include/clang/AST/ASTDiagnostic.h
  vendor/clang/dist/include/clang/AST/ASTImporter.h
  vendor/clang/dist/include/clang/AST/ASTMutationListener.h
  vendor/clang/dist/include/clang/AST/Attr.h
  vendor/clang/dist/include/clang/AST/CXXInheritance.h
  vendor/clang/dist/include/clang/AST/CharUnits.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/DeclContextInternals.h
  vendor/clang/dist/include/clang/AST/DeclObjC.h
  vendor/clang/dist/include/clang/AST/DeclTemplate.h
  vendor/clang/dist/include/clang/AST/DeclVisitor.h
  vendor/clang/dist/include/clang/AST/DeclarationName.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/ExternalASTSource.h
  vendor/clang/dist/include/clang/AST/Makefile
  vendor/clang/dist/include/clang/AST/Mangle.h
  vendor/clang/dist/include/clang/AST/NestedNameSpecifier.h
  vendor/clang/dist/include/clang/AST/OperationKinds.h
  vendor/clang/dist/include/clang/AST/ParentMap.h
  vendor/clang/dist/include/clang/AST/PrettyPrinter.h
  vendor/clang/dist/include/clang/AST/RecordLayout.h
  vendor/clang/dist/include/clang/AST/RecursiveASTVisitor.h
  vendor/clang/dist/include/clang/AST/Stmt.h
  vendor/clang/dist/include/clang/AST/StmtVisitor.h
  vendor/clang/dist/include/clang/AST/TemplateBase.h
  vendor/clang/dist/include/clang/AST/TemplateName.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/TypeVisitor.h
  vendor/clang/dist/include/clang/AST/UnresolvedSet.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/ReachableCode.h
  vendor/clang/dist/include/clang/Analysis/Analyses/UninitializedValues.h
  vendor/clang/dist/include/clang/Analysis/AnalysisContext.h
  vendor/clang/dist/include/clang/Analysis/AnalysisDiagnostic.h
  vendor/clang/dist/include/clang/Analysis/CFG.h
  vendor/clang/dist/include/clang/Analysis/DomainSpecific/CocoaConventions.h
  vendor/clang/dist/include/clang/Analysis/FlowSensitive/DataflowSolver.h
  vendor/clang/dist/include/clang/Analysis/FlowSensitive/DataflowValues.h
  vendor/clang/dist/include/clang/Analysis/ProgramPoint.h
  vendor/clang/dist/include/clang/Analysis/Support/BlkExprDeclBitVector.h
  vendor/clang/dist/include/clang/Analysis/Visitors/CFGRecStmtDeclVisitor.h
  vendor/clang/dist/include/clang/Analysis/Visitors/CFGRecStmtVisitor.h
  vendor/clang/dist/include/clang/Analysis/Visitors/CFGStmtVisitor.h
  vendor/clang/dist/include/clang/Basic/Attr.td
  vendor/clang/dist/include/clang/Basic/Builtins.def
  vendor/clang/dist/include/clang/Basic/Builtins.h
  vendor/clang/dist/include/clang/Basic/DeclNodes.td
  vendor/clang/dist/include/clang/Basic/DelayedCleanupPool.h
  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/DiagnosticIDs.h
  vendor/clang/dist/include/clang/Basic/DiagnosticLexKinds.td
  vendor/clang/dist/include/clang/Basic/DiagnosticParseKinds.td
  vendor/clang/dist/include/clang/Basic/DiagnosticSemaKinds.td
  vendor/clang/dist/include/clang/Basic/FileManager.h
  vendor/clang/dist/include/clang/Basic/IdentifierTable.h
  vendor/clang/dist/include/clang/Basic/LangOptions.h
  vendor/clang/dist/include/clang/Basic/MacroBuilder.h
  vendor/clang/dist/include/clang/Basic/Makefile
  vendor/clang/dist/include/clang/Basic/OnDiskHashTable.h
  vendor/clang/dist/include/clang/Basic/OpenCLExtensions.def
  vendor/clang/dist/include/clang/Basic/PartialDiagnostic.h
  vendor/clang/dist/include/clang/Basic/PrettyStackTrace.h
  vendor/clang/dist/include/clang/Basic/SourceLocation.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/TargetInfo.h
  vendor/clang/dist/include/clang/Basic/TokenKinds.def
  vendor/clang/dist/include/clang/Basic/VersionTuple.h
  vendor/clang/dist/include/clang/CMakeLists.txt
  vendor/clang/dist/include/clang/CodeGen/BackendUtil.h
  vendor/clang/dist/include/clang/CodeGen/CodeGenAction.h
  vendor/clang/dist/include/clang/CodeGen/ModuleBuilder.h
  vendor/clang/dist/include/clang/Config/config.h.cmake
  vendor/clang/dist/include/clang/Driver/Action.h
  vendor/clang/dist/include/clang/Driver/Arg.h
  vendor/clang/dist/include/clang/Driver/ArgList.h
  vendor/clang/dist/include/clang/Driver/CC1Options.td
  vendor/clang/dist/include/clang/Driver/Compilation.h
  vendor/clang/dist/include/clang/Driver/Driver.h
  vendor/clang/dist/include/clang/Driver/DriverDiagnostic.h
  vendor/clang/dist/include/clang/Driver/Job.h
  vendor/clang/dist/include/clang/Driver/Makefile
  vendor/clang/dist/include/clang/Driver/OptTable.h
  vendor/clang/dist/include/clang/Driver/Option.h
  vendor/clang/dist/include/clang/Driver/Options.td
  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/Util.h
  vendor/clang/dist/include/clang/Frontend/ASTConsumers.h
  vendor/clang/dist/include/clang/Frontend/ASTUnit.h
  vendor/clang/dist/include/clang/Frontend/Analyses.def
  vendor/clang/dist/include/clang/Frontend/AnalyzerOptions.h
  vendor/clang/dist/include/clang/Frontend/CodeGenOptions.h
  vendor/clang/dist/include/clang/Frontend/CommandLineSourceLoc.h
  vendor/clang/dist/include/clang/Frontend/CompilerInstance.h
  vendor/clang/dist/include/clang/Frontend/CompilerInvocation.h
  vendor/clang/dist/include/clang/Frontend/DiagnosticOptions.h
  vendor/clang/dist/include/clang/Frontend/FrontendAction.h
  vendor/clang/dist/include/clang/Frontend/FrontendActions.h
  vendor/clang/dist/include/clang/Frontend/FrontendDiagnostic.h
  vendor/clang/dist/include/clang/Frontend/FrontendOptions.h
  vendor/clang/dist/include/clang/Frontend/HeaderSearchOptions.h
  vendor/clang/dist/include/clang/Frontend/LangStandard.h
  vendor/clang/dist/include/clang/Frontend/LangStandards.def
  vendor/clang/dist/include/clang/Frontend/LogDiagnosticPrinter.h
  vendor/clang/dist/include/clang/Frontend/PreprocessorOptions.h
  vendor/clang/dist/include/clang/Frontend/TextDiagnosticBuffer.h
  vendor/clang/dist/include/clang/Frontend/TextDiagnosticPrinter.h
  vendor/clang/dist/include/clang/Frontend/Utils.h
  vendor/clang/dist/include/clang/Index/ASTLocation.h
  vendor/clang/dist/include/clang/Index/CallGraph.h
  vendor/clang/dist/include/clang/Index/Entity.h
  vendor/clang/dist/include/clang/Index/Handlers.h
  vendor/clang/dist/include/clang/Index/TranslationUnit.h
  vendor/clang/dist/include/clang/Lex/CodeCompletionHandler.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/LexDiagnostic.h
  vendor/clang/dist/include/clang/Lex/Lexer.h
  vendor/clang/dist/include/clang/Lex/LiteralSupport.h
  vendor/clang/dist/include/clang/Lex/MacroInfo.h
  vendor/clang/dist/include/clang/Lex/Makefile
  vendor/clang/dist/include/clang/Lex/PPCallbacks.h
  vendor/clang/dist/include/clang/Lex/PTHManager.h
  vendor/clang/dist/include/clang/Lex/Pragma.h
  vendor/clang/dist/include/clang/Lex/PreprocessingRecord.h
  vendor/clang/dist/include/clang/Lex/Preprocessor.h
  vendor/clang/dist/include/clang/Lex/PreprocessorLexer.h
  vendor/clang/dist/include/clang/Lex/Token.h
  vendor/clang/dist/include/clang/Lex/TokenConcatenation.h
  vendor/clang/dist/include/clang/Lex/TokenLexer.h
  vendor/clang/dist/include/clang/Makefile
  vendor/clang/dist/include/clang/Parse/ParseAST.h
  vendor/clang/dist/include/clang/Parse/ParseDiagnostic.h
  vendor/clang/dist/include/clang/Parse/Parser.h
  vendor/clang/dist/include/clang/Rewrite/ASTConsumers.h
  vendor/clang/dist/include/clang/Rewrite/FixItRewriter.h
  vendor/clang/dist/include/clang/Rewrite/FrontendActions.h
  vendor/clang/dist/include/clang/Rewrite/Rewriter.h
  vendor/clang/dist/include/clang/Rewrite/Rewriters.h
  vendor/clang/dist/include/clang/Sema/AnalysisBasedWarnings.h
  vendor/clang/dist/include/clang/Sema/AttributeList.h
  vendor/clang/dist/include/clang/Sema/CXXFieldCollector.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/Designator.h
  vendor/clang/dist/include/clang/Sema/ExternalSemaSource.h
  vendor/clang/dist/include/clang/Sema/IdentifierResolver.h
  vendor/clang/dist/include/clang/Sema/Initialization.h
  vendor/clang/dist/include/clang/Sema/Lookup.h
  vendor/clang/dist/include/clang/Sema/Overload.h
  vendor/clang/dist/include/clang/Sema/Ownership.h
  vendor/clang/dist/include/clang/Sema/ParsedTemplate.h
  vendor/clang/dist/include/clang/Sema/PrettyDeclStackTrace.h
  vendor/clang/dist/include/clang/Sema/Scope.h
  vendor/clang/dist/include/clang/Sema/ScopeInfo.h
  vendor/clang/dist/include/clang/Sema/Sema.h
  vendor/clang/dist/include/clang/Sema/SemaDiagnostic.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/ASTDeserializationListener.h
  vendor/clang/dist/include/clang/Serialization/ASTReader.h
  vendor/clang/dist/include/clang/Serialization/ASTWriter.h
  vendor/clang/dist/include/clang/Serialization/ChainedIncludesSource.h
  vendor/clang/dist/include/clang/Serialization/Makefile
  vendor/clang/dist/include/clang/StaticAnalyzer/Checkers/LocalCheckers.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.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/PathSensitive/AnalysisManager.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.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/Environment.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/ExprEngineBuilders.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/ObjCMessage.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
  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/StoreRef.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h
  vendor/clang/dist/include/clang/StaticAnalyzer/Frontend/FrontendActions.h
  vendor/clang/dist/lib/ARCMigrate/ARCMT.cpp
  vendor/clang/dist/lib/ARCMigrate/ARCMTActions.cpp
  vendor/clang/dist/lib/ARCMigrate/CMakeLists.txt
  vendor/clang/dist/lib/ARCMigrate/FileRemapper.cpp
  vendor/clang/dist/lib/ARCMigrate/Internals.h
  vendor/clang/dist/lib/ARCMigrate/TransARCAssign.cpp
  vendor/clang/dist/lib/ARCMigrate/TransAutoreleasePool.cpp
  vendor/clang/dist/lib/ARCMigrate/TransBlockObjCVariable.cpp
  vendor/clang/dist/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp
  vendor/clang/dist/lib/ARCMigrate/TransProperties.cpp
  vendor/clang/dist/lib/ARCMigrate/TransRetainReleaseDealloc.cpp
  vendor/clang/dist/lib/ARCMigrate/TransUnbridgedCasts.cpp
  vendor/clang/dist/lib/ARCMigrate/TransUnusedInitDelegate.cpp
  vendor/clang/dist/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
  vendor/clang/dist/lib/ARCMigrate/TransformActions.cpp
  vendor/clang/dist/lib/ARCMigrate/Transforms.cpp
  vendor/clang/dist/lib/ARCMigrate/Transforms.h
  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/ASTImporter.cpp
  vendor/clang/dist/lib/AST/CMakeLists.txt
  vendor/clang/dist/lib/AST/CXXInheritance.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/DeclObjC.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/DumpXML.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/ExternalASTSource.cpp
  vendor/clang/dist/lib/AST/InheritViz.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/ParentMap.cpp
  vendor/clang/dist/lib/AST/RecordLayout.cpp
  vendor/clang/dist/lib/AST/RecordLayoutBuilder.cpp
  vendor/clang/dist/lib/AST/Stmt.cpp
  vendor/clang/dist/lib/AST/StmtDumper.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/TemplateName.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/Analysis/AnalysisContext.cpp
  vendor/clang/dist/lib/Analysis/CFG.cpp
  vendor/clang/dist/lib/Analysis/CFGReachabilityAnalysis.cpp
  vendor/clang/dist/lib/Analysis/CFGStmtMap.cpp
  vendor/clang/dist/lib/Analysis/CMakeLists.txt
  vendor/clang/dist/lib/Analysis/CocoaConventions.cpp
  vendor/clang/dist/lib/Analysis/FormatString.cpp
  vendor/clang/dist/lib/Analysis/LiveVariables.cpp
  vendor/clang/dist/lib/Analysis/PrintfFormatString.cpp
  vendor/clang/dist/lib/Analysis/PseudoConstantAnalysis.cpp
  vendor/clang/dist/lib/Analysis/ReachableCode.cpp
  vendor/clang/dist/lib/Analysis/UninitializedValues.cpp
  vendor/clang/dist/lib/Basic/Builtins.cpp
  vendor/clang/dist/lib/Basic/CMakeLists.txt
  vendor/clang/dist/lib/Basic/Diagnostic.cpp
  vendor/clang/dist/lib/Basic/DiagnosticIDs.cpp
  vendor/clang/dist/lib/Basic/FileManager.cpp
  vendor/clang/dist/lib/Basic/IdentifierTable.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/VersionTuple.cpp
  vendor/clang/dist/lib/CodeGen/BackendUtil.cpp
  vendor/clang/dist/lib/CodeGen/CGBlocks.cpp
  vendor/clang/dist/lib/CodeGen/CGBlocks.h
  vendor/clang/dist/lib/CodeGen/CGBuiltin.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/CGException.h
  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/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/CGRTTI.cpp
  vendor/clang/dist/lib/CodeGen/CGRecordLayout.h
  vendor/clang/dist/lib/CodeGen/CGRecordLayoutBuilder.cpp
  vendor/clang/dist/lib/CodeGen/CGStmt.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/CGValue.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/CodeGenTBAA.cpp
  vendor/clang/dist/lib/CodeGen/CodeGenTBAA.h
  vendor/clang/dist/lib/CodeGen/CodeGenTypes.cpp
  vendor/clang/dist/lib/CodeGen/CodeGenTypes.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/TargetInfo.cpp
  vendor/clang/dist/lib/CodeGen/TargetInfo.h
  vendor/clang/dist/lib/Driver/Action.cpp
  vendor/clang/dist/lib/Driver/ArgList.cpp
  vendor/clang/dist/lib/Driver/Compilation.cpp
  vendor/clang/dist/lib/Driver/Driver.cpp
  vendor/clang/dist/lib/Driver/HostInfo.cpp
  vendor/clang/dist/lib/Driver/Job.cpp
  vendor/clang/dist/lib/Driver/OptTable.cpp
  vendor/clang/dist/lib/Driver/Option.cpp
  vendor/clang/dist/lib/Driver/Phases.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/Frontend/ASTConsumers.cpp
  vendor/clang/dist/lib/Frontend/ASTMerge.cpp
  vendor/clang/dist/lib/Frontend/ASTUnit.cpp
  vendor/clang/dist/lib/Frontend/CMakeLists.txt
  vendor/clang/dist/lib/Frontend/CacheTokens.cpp
  vendor/clang/dist/lib/Frontend/CompilerInstance.cpp
  vendor/clang/dist/lib/Frontend/CompilerInvocation.cpp
  vendor/clang/dist/lib/Frontend/CreateInvocationFromCommandLine.cpp
  vendor/clang/dist/lib/Frontend/DependencyFile.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/HeaderIncludeGen.cpp
  vendor/clang/dist/lib/Frontend/InitHeaderSearch.cpp
  vendor/clang/dist/lib/Frontend/InitPreprocessor.cpp
  vendor/clang/dist/lib/Frontend/LangStandards.cpp
  vendor/clang/dist/lib/Frontend/LogDiagnosticPrinter.cpp
  vendor/clang/dist/lib/Frontend/MultiplexConsumer.cpp
  vendor/clang/dist/lib/Frontend/PrintPreprocessedOutput.cpp
  vendor/clang/dist/lib/Frontend/TextDiagnosticBuffer.cpp
  vendor/clang/dist/lib/Frontend/TextDiagnosticPrinter.cpp
  vendor/clang/dist/lib/Frontend/Warnings.cpp
  vendor/clang/dist/lib/FrontendTool/CMakeLists.txt
  vendor/clang/dist/lib/FrontendTool/ExecuteCompilerInvocation.cpp
  vendor/clang/dist/lib/Headers/CMakeLists.txt
  vendor/clang/dist/lib/Headers/Makefile
  vendor/clang/dist/lib/Headers/avxintrin.h
  vendor/clang/dist/lib/Headers/emmintrin.h
  vendor/clang/dist/lib/Headers/float.h
  vendor/clang/dist/lib/Headers/mm_malloc.h
  vendor/clang/dist/lib/Headers/pmmintrin.h
  vendor/clang/dist/lib/Headers/tgmath.h
  vendor/clang/dist/lib/Headers/xmmintrin.h
  vendor/clang/dist/lib/Index/ASTLocation.cpp
  vendor/clang/dist/lib/Index/CallGraph.cpp
  vendor/clang/dist/lib/Index/Entity.cpp
  vendor/clang/dist/lib/Index/EntityImpl.h
  vendor/clang/dist/lib/Index/GlobalSelector.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/MacroArgs.cpp
  vendor/clang/dist/lib/Lex/MacroArgs.h
  vendor/clang/dist/lib/Lex/MacroInfo.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/PreprocessorLexer.cpp
  vendor/clang/dist/lib/Lex/ScratchBuffer.cpp
  vendor/clang/dist/lib/Lex/TokenConcatenation.cpp
  vendor/clang/dist/lib/Lex/TokenLexer.cpp
  vendor/clang/dist/lib/Parse/CMakeLists.txt
  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/ParsePragma.cpp
  vendor/clang/dist/lib/Parse/ParseStmt.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/Parse/RAIIObjectsForParser.h
  vendor/clang/dist/lib/Rewrite/DeltaTree.cpp
  vendor/clang/dist/lib/Rewrite/FixItRewriter.cpp
  vendor/clang/dist/lib/Rewrite/FrontendActions.cpp
  vendor/clang/dist/lib/Rewrite/HTMLPrint.cpp
  vendor/clang/dist/lib/Rewrite/HTMLRewrite.cpp
  vendor/clang/dist/lib/Rewrite/RewriteMacros.cpp
  vendor/clang/dist/lib/Rewrite/RewriteObjC.cpp
  vendor/clang/dist/lib/Rewrite/RewriteRope.cpp
  vendor/clang/dist/lib/Rewrite/RewriteTest.cpp
  vendor/clang/dist/lib/Rewrite/Rewriter.cpp
  vendor/clang/dist/lib/Sema/AnalysisBasedWarnings.cpp
  vendor/clang/dist/lib/Sema/AttributeList.cpp
  vendor/clang/dist/lib/Sema/CMakeLists.txt
  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/IdentifierResolver.cpp
  vendor/clang/dist/lib/Sema/JumpDiagnostics.cpp
  vendor/clang/dist/lib/Sema/Sema.cpp
  vendor/clang/dist/lib/Sema/SemaAccess.cpp
  vendor/clang/dist/lib/Sema/SemaAttr.cpp
  vendor/clang/dist/lib/Sema/SemaCXXScopeSpec.cpp
  vendor/clang/dist/lib/Sema/SemaChecking.cpp
  vendor/clang/dist/lib/Sema/SemaCodeComplete.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/SemaLookup.cpp
  vendor/clang/dist/lib/Sema/SemaObjCProperty.cpp
  vendor/clang/dist/lib/Sema/SemaOverload.cpp
  vendor/clang/dist/lib/Sema/SemaStmt.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/TargetAttributesSema.cpp
  vendor/clang/dist/lib/Sema/TreeTransform.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/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/CMakeLists.txt
  vendor/clang/dist/lib/Serialization/ChainedIncludesSource.cpp
  vendor/clang/dist/lib/Serialization/GeneratePCH.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/AdjustedReturnValueChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/AttrNonNullChecker.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/CheckObjCInstMethSignature.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/Checkers.td
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/ClangSACheckers.h
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/IdempotentOperationChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/IteratorsChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/Makefile
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/OSAtomicChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/AggExprVisitor.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/AnalysisManager.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/BasicConstraintManager.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/BlockCounter.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/BugReporter.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/CMakeLists.txt
  vendor/clang/dist/lib/StaticAnalyzer/Core/CheckerContext.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/CheckerManager.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/CoreEngine.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/Environment.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/ExprEngine.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/MemRegion.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/ObjCMessage.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Core/PlistDiagnostics.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/Core/TextPathDiagnostics.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Frontend/AnalysisConsumer.h
  vendor/clang/dist/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
  vendor/clang/dist/lib/StaticAnalyzer/Frontend/FrontendActions.cpp
  vendor/clang/dist/lib/StaticAnalyzer/README.txt
  vendor/clang/dist/runtime/CMakeLists.txt
  vendor/clang/dist/runtime/Makefile
  vendor/clang/dist/runtime/compiler-rt/Makefile
  vendor/clang/dist/test/ARCMT/Common.h
  vendor/clang/dist/test/ARCMT/assign-prop-no-arc-runtime.m
  vendor/clang/dist/test/ARCMT/assign-prop-no-arc-runtime.m.result
  vendor/clang/dist/test/ARCMT/assign-prop-with-arc-runtime.m
  vendor/clang/dist/test/ARCMT/assign-prop-with-arc-runtime.m.result
  vendor/clang/dist/test/ARCMT/atautorelease-2.m
  vendor/clang/dist/test/ARCMT/atautorelease-2.m.result
  vendor/clang/dist/test/ARCMT/atautorelease-3.m
  vendor/clang/dist/test/ARCMT/atautorelease-3.m.result
  vendor/clang/dist/test/ARCMT/atautorelease-check.m
  vendor/clang/dist/test/ARCMT/atautorelease.m
  vendor/clang/dist/test/ARCMT/atautorelease.m.result
  vendor/clang/dist/test/ARCMT/autoreleases.m
  vendor/clang/dist/test/ARCMT/autoreleases.m.result
  vendor/clang/dist/test/ARCMT/checking.m
  vendor/clang/dist/test/ARCMT/cxx-checking.mm
  vendor/clang/dist/test/ARCMT/cxx-rewrite.mm
  vendor/clang/dist/test/ARCMT/cxx-rewrite.mm.result
  vendor/clang/dist/test/ARCMT/dealloc.m
  vendor/clang/dist/test/ARCMT/dealloc.m.result
  vendor/clang/dist/test/ARCMT/driver-migrate.m
  vendor/clang/dist/test/ARCMT/init.m
  vendor/clang/dist/test/ARCMT/init.m.result
  vendor/clang/dist/test/ARCMT/migrate.m
  vendor/clang/dist/test/ARCMT/nonobjc-to-objc-cast-2.m
  vendor/clang/dist/test/ARCMT/nonobjc-to-objc-cast.m
  vendor/clang/dist/test/ARCMT/nonobjc-to-objc-cast.m.result
  vendor/clang/dist/test/ARCMT/releases-driver.m
  vendor/clang/dist/test/ARCMT/releases-driver.m.result
  vendor/clang/dist/test/ARCMT/releases.m
  vendor/clang/dist/test/ARCMT/releases.m.result
  vendor/clang/dist/test/ARCMT/remove-dealloc-method.m
  vendor/clang/dist/test/ARCMT/remove-dealloc-method.m.result
  vendor/clang/dist/test/ARCMT/remove-dealloc-zerouts.m
  vendor/clang/dist/test/ARCMT/remove-dealloc-zerouts.m.result
  vendor/clang/dist/test/ARCMT/remove-statements.m
  vendor/clang/dist/test/ARCMT/remove-statements.m.result
  vendor/clang/dist/test/ARCMT/retains.m
  vendor/clang/dist/test/ARCMT/retains.m.result
  vendor/clang/dist/test/ARCMT/rewrite-block-var.m
  vendor/clang/dist/test/ARCMT/rewrite-block-var.m.result
  vendor/clang/dist/test/ARCMT/safe-arc-assign.m
  vendor/clang/dist/test/ARCMT/safe-arc-assign.m.result
  vendor/clang/dist/test/ARCMT/with-arc-mode-check.m
  vendor/clang/dist/test/ARCMT/with-arc-mode-migrate.m
  vendor/clang/dist/test/ARCMT/with-arc-mode-migrate.m.result
  vendor/clang/dist/test/ARCMT/with-arc-mode-modify.m
  vendor/clang/dist/test/ARCMT/with-arc-mode-modify.m.result
  vendor/clang/dist/test/ASTMerge/interface.m
  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/MissingDealloc.m
  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/NoReturn.m
  vendor/clang/dist/test/Analysis/ObjCProperties.m
  vendor/clang/dist/test/Analysis/ObjCRetSigs.m
  vendor/clang/dist/test/Analysis/PR2599.m
  vendor/clang/dist/test/Analysis/PR2978.m
  vendor/clang/dist/test/Analysis/PR3991.m
  vendor/clang/dist/test/Analysis/PR9741.cpp
  vendor/clang/dist/test/Analysis/additive-folding-range-constraints.c
  vendor/clang/dist/test/Analysis/additive-folding.c
  vendor/clang/dist/test/Analysis/array-struct-region.c
  vendor/clang/dist/test/Analysis/array-struct.c
  vendor/clang/dist/test/Analysis/auto-obj-dtors-cfg-output.cpp
  vendor/clang/dist/test/Analysis/bstring.c
  vendor/clang/dist/test/Analysis/casts.c
  vendor/clang/dist/test/Analysis/casts.m
  vendor/clang/dist/test/Analysis/cfref_PR2519.c
  vendor/clang/dist/test/Analysis/cfref_rdar6080742.c
  vendor/clang/dist/test/Analysis/chroot.c
  vendor/clang/dist/test/Analysis/complex.c
  vendor/clang/dist/test/Analysis/concrete-address.c
  vendor/clang/dist/test/Analysis/constant-folding.c
  vendor/clang/dist/test/Analysis/dead-stores.c
  vendor/clang/dist/test/Analysis/dead-stores.cpp
  vendor/clang/dist/test/Analysis/dead-stores.m
  vendor/clang/dist/test/Analysis/delegates.m
  vendor/clang/dist/test/Analysis/elementtype.c
  vendor/clang/dist/test/Analysis/exercise-ps.c
  vendor/clang/dist/test/Analysis/fields.c
  vendor/clang/dist/test/Analysis/free.c
  vendor/clang/dist/test/Analysis/func.c
  vendor/clang/dist/test/Analysis/idempotent-operations.m
  vendor/clang/dist/test/Analysis/initializers-cfg-output.cpp
  vendor/clang/dist/test/Analysis/iterators.cpp
  vendor/clang/dist/test/Analysis/malloc.c
  vendor/clang/dist/test/Analysis/misc-ps-64.m
  vendor/clang/dist/test/Analysis/misc-ps-cxx0x.cpp
  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-i386.m
  vendor/clang/dist/test/Analysis/misc-ps-region-store-x86_64.m
  vendor/clang/dist/test/Analysis/misc-ps-region-store.cpp
  vendor/clang/dist/test/Analysis/misc-ps-region-store.m
  vendor/clang/dist/test/Analysis/misc-ps-region-store.mm
  vendor/clang/dist/test/Analysis/misc-ps.m
  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/no-exit-cfg.c
  vendor/clang/dist/test/Analysis/no-outofbounds.c
  vendor/clang/dist/test/Analysis/null-deref-ps-region.c
  vendor/clang/dist/test/Analysis/null-deref-ps.c
  vendor/clang/dist/test/Analysis/nullptr.cpp
  vendor/clang/dist/test/Analysis/objc-arc.m
  vendor/clang/dist/test/Analysis/operator-calls.cpp
  vendor/clang/dist/test/Analysis/out-of-bounds.c
  vendor/clang/dist/test/Analysis/outofbound.c
  vendor/clang/dist/test/Analysis/override-werror.c
  vendor/clang/dist/test/Analysis/plist-output-alternate.m
  vendor/clang/dist/test/Analysis/plist-output.m
  vendor/clang/dist/test/Analysis/pr4209.m
  vendor/clang/dist/test/Analysis/pr_2542_rdar_6793404.m
  vendor/clang/dist/test/Analysis/pr_4164.c
  vendor/clang/dist/test/Analysis/properties.m
  vendor/clang/dist/test/Analysis/ptr-arith.c
  vendor/clang/dist/test/Analysis/rdar-6442306-1.m
  vendor/clang/dist/test/Analysis/rdar-6540084.m
  vendor/clang/dist/test/Analysis/rdar-6541136-region.c
  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/rdar-7168531.m
  vendor/clang/dist/test/Analysis/refcnt_naming.m
  vendor/clang/dist/test/Analysis/reference.cpp
  vendor/clang/dist/test/Analysis/region-1.m
  vendor/clang/dist/test/Analysis/retain-release-gc-only.m
  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-region-store.m
  vendor/clang/dist/test/Analysis/retain-release.m
  vendor/clang/dist/test/Analysis/retain-release.mm
  vendor/clang/dist/test/Analysis/security-syntax-checks-no-emit.c
  vendor/clang/dist/test/Analysis/security-syntax-checks.m
  vendor/clang/dist/test/Analysis/self-init.m
  vendor/clang/dist/test/Analysis/sizeofpointer.c
  vendor/clang/dist/test/Analysis/stack-addr-ps.c
  vendor/clang/dist/test/Analysis/stack-addr-ps.cpp
  vendor/clang/dist/test/Analysis/stream.c
  vendor/clang/dist/test/Analysis/string-fail.c
  vendor/clang/dist/test/Analysis/string.c
  vendor/clang/dist/test/Analysis/temp-obj-dtors-cfg-output.cpp
  vendor/clang/dist/test/Analysis/undef-buffers.c
  vendor/clang/dist/test/Analysis/uninit-msg-expr.m
  vendor/clang/dist/test/Analysis/uninit-ps-rdar6145427.m
  vendor/clang/dist/test/Analysis/uninit-vals-ps.c
  vendor/clang/dist/test/Analysis/uninit-vals.m
  vendor/clang/dist/test/Analysis/unix-fns.c
  vendor/clang/dist/test/Analysis/unreachable-code-path.c
  vendor/clang/dist/test/Analysis/unused-ivars.m
  vendor/clang/dist/test/Analysis/variadic-method-types.m
  vendor/clang/dist/test/CMakeLists.txt
  vendor/clang/dist/test/CXX/basic/basic.lookup/basic.lookup.classref/p1.cpp
  vendor/clang/dist/test/CXX/basic/basic.lookup/basic.lookup.classref/p3.cpp
  vendor/clang/dist/test/CXX/basic/basic.lookup/basic.lookup.qual/p6-0x.cpp
  vendor/clang/dist/test/CXX/basic/basic.scope/basic.scope.local/p4-0x.cpp
  vendor/clang/dist/test/CXX/basic/basic.scope/basic.scope.pdecl/p3.cpp
  vendor/clang/dist/test/CXX/class.access/class.friend/p1.cpp
  vendor/clang/dist/test/CXX/class.access/class.friend/p2-cxx03.cpp
  vendor/clang/dist/test/CXX/class.access/class.friend/p3-cxx0x.cpp
  vendor/clang/dist/test/CXX/class.access/class.protected/p1.cpp
  vendor/clang/dist/test/CXX/class.access/p6.cpp
  vendor/clang/dist/test/CXX/class.derived/class.virtual/p3-0x.cpp
  vendor/clang/dist/test/CXX/class/class.friend/p2.cpp
  vendor/clang/dist/test/CXX/class/class.friend/p6.cpp
  vendor/clang/dist/test/CXX/class/class.mem/p5-0x.cpp
  vendor/clang/dist/test/CXX/class/class.mem/p8-0x.cpp
  vendor/clang/dist/test/CXX/class/class.nest/p1-cxx0x.cpp
  vendor/clang/dist/test/CXX/class/p1-0x.cpp
  vendor/clang/dist/test/CXX/class/p2-0x.cpp
  vendor/clang/dist/test/CXX/class/p6-0x.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/basic.namespace/namespace.def/p7.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/basic.namespace/namespace.def/p8.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p3-cxx0x.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p1.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p6.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p2.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p3.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p4.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p5.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p6.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p7.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/p2-0x.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/p4-cxx0x.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/dcl.spec/dcl.type/p3-0x.cpp
  vendor/clang/dist/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/p2-0x.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/p1-0x.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/p4.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p1.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-0x.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-cxx0x-no-extra-copy.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.init/p14-0x.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.meaning/dcl.array/p1-cxx0x.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/p10.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/p4.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.meaning/dcl.fct/p13.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.meaning/dcl.fct/p14.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.meaning/dcl.fct/p2-cxx0x.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.meaning/dcl.fct/p6-0x.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.meaning/dcl.fct/p8-0x.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.meaning/dcl.fct/p9-0x.cpp
  vendor/clang/dist/test/CXX/dcl.decl/dcl.meaning/dcl.ref/p6-0x.cpp
  vendor/clang/dist/test/CXX/dcl.decl/p4-0x.cpp
  vendor/clang/dist/test/CXX/except/except.spec/canonical.cpp
  vendor/clang/dist/test/CXX/except/except.spec/p1.cpp
  vendor/clang/dist/test/CXX/except/except.spec/p11.cpp
  vendor/clang/dist/test/CXX/except/except.spec/p14.cpp
  vendor/clang/dist/test/CXX/except/except.spec/p15.cpp
  vendor/clang/dist/test/CXX/except/except.spec/p2-places.cpp
  vendor/clang/dist/test/CXX/except/except.spec/p3.cpp
  vendor/clang/dist/test/CXX/except/except.spec/p5-pointers.cpp
  vendor/clang/dist/test/CXX/except/except.spec/p5-virtual.cpp
  vendor/clang/dist/test/CXX/except/except.spec/p9-dynamic.cpp
  vendor/clang/dist/test/CXX/except/except.spec/p9-noexcept.cpp
  vendor/clang/dist/test/CXX/except/except.spec/template.cpp
  vendor/clang/dist/test/CXX/expr/expr.cast/p4-0x.cpp
  vendor/clang/dist/test/CXX/expr/expr.const/p2-0x.cpp
  vendor/clang/dist/test/CXX/expr/expr.mptr.oper/p6-0x.cpp
  vendor/clang/dist/test/CXX/expr/expr.post/expr.call/p7-0x.cpp
  vendor/clang/dist/test/CXX/expr/expr.post/expr.const.cast/p1-0x.cpp
  vendor/clang/dist/test/CXX/expr/expr.post/expr.dynamic.cast/p3-0x.cpp
  vendor/clang/dist/test/CXX/expr/expr.post/expr.reinterpret.cast/p1-0x.cpp
  vendor/clang/dist/test/CXX/expr/expr.post/expr.static.cast/p3-0x.cpp
  vendor/clang/dist/test/CXX/expr/expr.post/expr.static.cast/p9-0x.cpp
  vendor/clang/dist/test/CXX/expr/expr.prim/p12-0x.cpp
  vendor/clang/dist/test/CXX/expr/expr.prim/p4-0x.cpp
  vendor/clang/dist/test/CXX/expr/expr.unary/expr.new/p2-cxx0x.cpp
  vendor/clang/dist/test/CXX/expr/expr.unary/expr.new/p20-0x.cpp
  vendor/clang/dist/test/CXX/expr/expr.unary/expr.sizeof/p5-0x.cpp
  vendor/clang/dist/test/CXX/expr/expr.unary/expr.unary.noexcept/cg.cpp
  vendor/clang/dist/test/CXX/expr/expr.unary/expr.unary.noexcept/sema.cpp
  vendor/clang/dist/test/CXX/expr/expr.unary/expr.unary.op/p6.cpp
  vendor/clang/dist/test/CXX/lex/lex.literal/lex.ccon/p1.cpp
  vendor/clang/dist/test/CXX/lex/lex.pptoken/p3-0x.cpp
  vendor/clang/dist/test/CXX/over/over.built/p25.cpp
  vendor/clang/dist/test/CXX/over/over.load/p2-0x.cpp
  vendor/clang/dist/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.user/p3-0x.cpp
  vendor/clang/dist/test/CXX/over/over.match/over.match.best/over.ics.rank/p3-0x.cpp
  vendor/clang/dist/test/CXX/over/over.match/over.match.funcs/p4-0x.cpp
  vendor/clang/dist/test/CXX/over/over.over/p2-resolve-single-template-id.cpp
  vendor/clang/dist/test/CXX/special/class.copy/p33-0x.cpp
  vendor/clang/dist/test/CXX/special/class.ctor/p4-0x.cpp
  vendor/clang/dist/test/CXX/special/class.ctor/p5-0x.cpp
  vendor/clang/dist/test/CXX/special/class.dtor/p2-0x.cpp
  vendor/clang/dist/test/CXX/special/class.dtor/p3-0x.cpp
  vendor/clang/dist/test/CXX/special/class.inhctor/elsewhere.cpp
  vendor/clang/dist/test/CXX/special/class.inhctor/p3.cpp
  vendor/clang/dist/test/CXX/special/class.inhctor/p7.cpp
  vendor/clang/dist/test/CXX/special/class.init/class.base.init/p8-0x.cpp
  vendor/clang/dist/test/CXX/special/class.init/class.base.init/p9-0x.cpp
  vendor/clang/dist/test/CXX/stmt.stmt/stmt.dcl/p3-0x.cpp
  vendor/clang/dist/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/p1.cpp
  vendor/clang/dist/test/CXX/temp/temp.arg/temp.arg.template/p3-0x.cpp
  vendor/clang/dist/test/CXX/temp/temp.arg/temp.arg.type/p2-cxx0x.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/p3.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.alias/p1.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.alias/p2.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.alias/p3.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/p9-0x.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.fct/temp.func.order/p3-0x.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.friend/p1.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.mem/p5.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.variadic/deduction.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.variadic/example-bind.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.variadic/example-function.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.variadic/example-tuple.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.variadic/ext-blocks.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.variadic/injected-class-name.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.variadic/metafunctions.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.variadic/multi-level-substitution.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.variadic/p1.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.variadic/p2.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.variadic/p4.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.variadic/p5.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.variadic/parameter-matching.cpp
  vendor/clang/dist/test/CXX/temp/temp.decls/temp.variadic/partial-ordering.cpp
  vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.arg.explicit/p3-0x.cpp
  vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.arg.explicit/p3-nodeduct.cpp
  vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.arg.explicit/p9-0x.cpp
  vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.deduct/cwg1170.cpp
  vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p1-0x.cpp
  vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p3-0x.cpp
  vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/p12.cpp
  vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/p9-0x.cpp
  vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/p10-0x.cpp
  vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/p2-0x.cpp
  vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/p21.cpp
  vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/p22.cpp
  vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/p5-0x.cpp
  vendor/clang/dist/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/p8-0x.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.param/p10-0x.cpp
  vendor/clang/dist/test/CXX/temp/temp.param/p11-0x.cpp
  vendor/clang/dist/test/CXX/temp/temp.param/p15-cxx0x.cpp
  vendor/clang/dist/test/CXX/temp/temp.param/p15.cpp
  vendor/clang/dist/test/CXX/temp/temp.param/p9-0x.cpp
  vendor/clang/dist/test/CXX/temp/temp.param/p9.cpp
  vendor/clang/dist/test/CXX/temp/temp.res/temp.dep/temp.dep.type/p1.cpp
  vendor/clang/dist/test/CXX/temp/temp.spec/temp.expl.spec/p2-0x.cpp
  vendor/clang/dist/test/CXX/temp/temp.spec/temp.explicit/p1-0x.cpp
  vendor/clang/dist/test/CXX/temp/temp.spec/temp.explicit/p3-0x.cpp
  vendor/clang/dist/test/CXX/temp/temp.spec/temp.explicit/p9-linkage.cpp
  vendor/clang/dist/test/CXX/temp/temp.spec/temp.explicit/p9.cpp
  vendor/clang/dist/test/CXX/temp/temp.type/p1-0x.cpp
  vendor/clang/dist/test/CodeCompletion/truncation.c
  vendor/clang/dist/test/CodeGen/arm-arguments.c
  vendor/clang/dist/test/CodeGen/arm-vector-arguments.c
  vendor/clang/dist/test/CodeGen/asm.c
  vendor/clang/dist/test/CodeGen/assign.c
  vendor/clang/dist/test/CodeGen/atomic.c
  vendor/clang/dist/test/CodeGen/attr-naked.c
  vendor/clang/dist/test/CodeGen/blocks.c
  vendor/clang/dist/test/CodeGen/builtin-attributes.c
  vendor/clang/dist/test/CodeGen/char-literal.c
  vendor/clang/dist/test/CodeGen/debug-info-iv.c
  vendor/clang/dist/test/CodeGen/debug-info-line.c
  vendor/clang/dist/test/CodeGen/debug-info-member.c
  vendor/clang/dist/test/CodeGen/decl.c
  vendor/clang/dist/test/CodeGen/exceptions.c
  vendor/clang/dist/test/CodeGen/function-attributes.c
  vendor/clang/dist/test/CodeGen/functions.c
  vendor/clang/dist/test/CodeGen/inline.c
  vendor/clang/dist/test/CodeGen/libcalls.c
  vendor/clang/dist/test/CodeGen/microsoft-call-conv.c
  vendor/clang/dist/test/CodeGen/mrtd.c
  vendor/clang/dist/test/CodeGen/ms_struct-bitfield-1.c
  vendor/clang/dist/test/CodeGen/pascal-wchar-string.c
  vendor/clang/dist/test/CodeGen/pragma-weak.c
  vendor/clang/dist/test/CodeGen/stdcall-fastcall.c
  vendor/clang/dist/test/CodeGen/string-literal-short-wstring.c
  vendor/clang/dist/test/CodeGen/string-literal.c
  vendor/clang/dist/test/CodeGen/struct-init.c
  vendor/clang/dist/test/CodeGen/struct-passing.c
  vendor/clang/dist/test/CodeGen/target-data.c
  vendor/clang/dist/test/CodeGen/volatile-1.c
  vendor/clang/dist/test/CodeGen/volatile-2.c
  vendor/clang/dist/test/CodeGen/x86_32-arguments-darwin.c
  vendor/clang/dist/test/CodeGen/x86_64-arguments.c
  vendor/clang/dist/test/CodeGenCXX/PR5050-constructor-conversion.cpp
  vendor/clang/dist/test/CodeGenCXX/abstract-class-ctors-dtors.cpp
  vendor/clang/dist/test/CodeGenCXX/anonymous-union-member-initializer.cpp
  vendor/clang/dist/test/CodeGenCXX/apple-kext-linkage.C
  vendor/clang/dist/test/CodeGenCXX/arm.cpp
  vendor/clang/dist/test/CodeGenCXX/array-construction.cpp
  vendor/clang/dist/test/CodeGenCXX/array-operator-delete-call.cpp
  vendor/clang/dist/test/CodeGenCXX/blocks.cpp
  vendor/clang/dist/test/CodeGenCXX/builtins.cpp
  vendor/clang/dist/test/CodeGenCXX/cast-conversion.cpp
  vendor/clang/dist/test/CodeGenCXX/class-layout.cpp
  vendor/clang/dist/test/CodeGenCXX/conditional-expr-lvalue.cpp
  vendor/clang/dist/test/CodeGenCXX/constructor-conversion.cpp
  vendor/clang/dist/test/CodeGenCXX/constructor-convert.cpp
  vendor/clang/dist/test/CodeGenCXX/constructor-default-arg.cpp
  vendor/clang/dist/test/CodeGenCXX/constructor-for-array-members.cpp
  vendor/clang/dist/test/CodeGenCXX/constructor-init.cpp
  vendor/clang/dist/test/CodeGenCXX/constructor-template.cpp
  vendor/clang/dist/test/CodeGenCXX/conversion-function.cpp
  vendor/clang/dist/test/CodeGenCXX/convert-to-fptr.cpp
  vendor/clang/dist/test/CodeGenCXX/copy-assign-synthesis-1.cpp
  vendor/clang/dist/test/CodeGenCXX/cxx0x-defaulted-templates.cpp
  vendor/clang/dist/test/CodeGenCXX/cxx0x-delegating-ctors.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info-cxx0x.cpp
  vendor/clang/dist/test/CodeGenCXX/debug-info.cpp
  vendor/clang/dist/test/CodeGenCXX/delete.cpp
  vendor/clang/dist/test/CodeGenCXX/derived-to-base-conv.cpp
  vendor/clang/dist/test/CodeGenCXX/destructors.cpp
  vendor/clang/dist/test/CodeGenCXX/dynamic-cast-always-null.cpp
  vendor/clang/dist/test/CodeGenCXX/dynamic-cast.cpp
  vendor/clang/dist/test/CodeGenCXX/eh.cpp
  vendor/clang/dist/test/CodeGenCXX/exceptions.cpp
  vendor/clang/dist/test/CodeGenCXX/for-range-temporaries.cpp
  vendor/clang/dist/test/CodeGenCXX/for-range.cpp
  vendor/clang/dist/test/CodeGenCXX/global-array-destruction.cpp
  vendor/clang/dist/test/CodeGenCXX/goto.cpp
  vendor/clang/dist/test/CodeGenCXX/mangle-alias-template.cpp
  vendor/clang/dist/test/CodeGenCXX/mangle-exprs.cpp
  vendor/clang/dist/test/CodeGenCXX/mangle-ref-qualifiers.cpp
  vendor/clang/dist/test/CodeGenCXX/mangle-subst-std.cpp
  vendor/clang/dist/test/CodeGenCXX/mangle-unnameable-conversions.cpp
  vendor/clang/dist/test/CodeGenCXX/mangle-variadic-templates.cpp
  vendor/clang/dist/test/CodeGenCXX/mangle.cpp
  vendor/clang/dist/test/CodeGenCXX/member-function-pointers.cpp
  vendor/clang/dist/test/CodeGenCXX/member-init-ctor.cpp
  vendor/clang/dist/test/CodeGenCXX/nrvo.cpp
  vendor/clang/dist/test/CodeGenCXX/nullptr.cpp
  vendor/clang/dist/test/CodeGenCXX/partial-destruction.cpp
  vendor/clang/dist/test/CodeGenCXX/pr9965.cpp
  vendor/clang/dist/test/CodeGenCXX/ptr-to-member-function.cpp
  vendor/clang/dist/test/CodeGenCXX/reference-cast.cpp
  vendor/clang/dist/test/CodeGenCXX/reinterpret-cast.cpp
  vendor/clang/dist/test/CodeGenCXX/rvalue-references.cpp
  vendor/clang/dist/test/CodeGenCXX/scoped-enums.cpp
  vendor/clang/dist/test/CodeGenCXX/static-assert.cpp
  vendor/clang/dist/test/CodeGenCXX/static-init.cpp
  vendor/clang/dist/test/CodeGenCXX/template-instantiation.cpp
  vendor/clang/dist/test/CodeGenCXX/temporaries.cpp
  vendor/clang/dist/test/CodeGenCXX/threadsafe-statics-exceptions.cpp
  vendor/clang/dist/test/CodeGenCXX/typeid.cpp
  vendor/clang/dist/test/CodeGenCXX/value-init.cpp
  vendor/clang/dist/test/CodeGenCXX/vararg-conversion-ctor.cpp
  vendor/clang/dist/test/CodeGenCXX/variadic-templates.cpp
  vendor/clang/dist/test/CodeGenCXX/visibility.cpp
  vendor/clang/dist/test/CodeGenCXX/volatile-1.cpp
  vendor/clang/dist/test/CodeGenCXX/vtable-layout-abi-examples.cpp
  vendor/clang/dist/test/CodeGenCXX/x86_32-arguments.cpp
  vendor/clang/dist/test/CodeGenObjC/arc-arm.m
  vendor/clang/dist/test/CodeGenObjC/arc-block-ivar-layout.m
  vendor/clang/dist/test/CodeGenObjC/arc-bridged-cast.m
  vendor/clang/dist/test/CodeGenObjC/arc-compound-stmt.m
  vendor/clang/dist/test/CodeGenObjC/arc-foreach.m
  vendor/clang/dist/test/CodeGenObjC/arc-ivar-layout.m
  vendor/clang/dist/test/CodeGenObjC/arc-no-runtime.m
  vendor/clang/dist/test/CodeGenObjC/arc-related-result-type.m
  vendor/clang/dist/test/CodeGenObjC/arc-unbridged-cast.m
  vendor/clang/dist/test/CodeGenObjC/arc-unopt.m
  vendor/clang/dist/test/CodeGenObjC/arc-weak-property.m
  vendor/clang/dist/test/CodeGenObjC/arc.m
  vendor/clang/dist/test/CodeGenObjC/arm-atomic-scalar-setter-getter.m
  vendor/clang/dist/test/CodeGenObjC/assign.m
  vendor/clang/dist/test/CodeGenObjC/atomic-aggregate-property.m
  vendor/clang/dist/test/CodeGenObjC/attr-availability.m
  vendor/clang/dist/test/CodeGenObjC/autorelease.m
  vendor/clang/dist/test/CodeGenObjC/bitfield-1.m
  vendor/clang/dist/test/CodeGenObjC/bitfield-access.m
  vendor/clang/dist/test/CodeGenObjC/bitfield-ivar-offsets.m
  vendor/clang/dist/test/CodeGenObjC/bitfield_encoding.m
  vendor/clang/dist/test/CodeGenObjC/block-6.m
  vendor/clang/dist/test/CodeGenObjC/block-var-layout.m
  vendor/clang/dist/test/CodeGenObjC/blocks-1.m
  vendor/clang/dist/test/CodeGenObjC/blocks-2.m
  vendor/clang/dist/test/CodeGenObjC/blocks-3.m
  vendor/clang/dist/test/CodeGenObjC/blocks-4.m
  vendor/clang/dist/test/CodeGenObjC/blocks-5.m
  vendor/clang/dist/test/CodeGenObjC/blocks.m
  vendor/clang/dist/test/CodeGenObjC/category-class.m
  vendor/clang/dist/test/CodeGenObjC/class-type.m
  vendor/clang/dist/test/CodeGenObjC/complex-property.m
  vendor/clang/dist/test/CodeGenObjC/constant-string-class-1.m
  vendor/clang/dist/test/CodeGenObjC/constant-string-class.m
  vendor/clang/dist/test/CodeGenObjC/deadcode_strip_used_var.m
  vendor/clang/dist/test/CodeGenObjC/debug-info-block-helper.m
  vendor/clang/dist/test/CodeGenObjC/debug-info-blocks.m
  vendor/clang/dist/test/CodeGenObjC/debug-info-class-extension.m
  vendor/clang/dist/test/CodeGenObjC/debug-info-class-extension2.m
  vendor/clang/dist/test/CodeGenObjC/debug-info-class-extension3.m
  vendor/clang/dist/test/CodeGenObjC/debug-info-crash.m
  vendor/clang/dist/test/CodeGenObjC/debug-info-default-synth-ivar.m
  vendor/clang/dist/test/CodeGenObjC/debug-info-getter-name.m
  vendor/clang/dist/test/CodeGenObjC/debug-info-static-var.m
  vendor/clang/dist/test/CodeGenObjC/default-property-synthesis.m
  vendor/clang/dist/test/CodeGenObjC/encode-cstyle-method.m
  vendor/clang/dist/test/CodeGenObjC/encode-test-4.m
  vendor/clang/dist/test/CodeGenObjC/encode-test.m
  vendor/clang/dist/test/CodeGenObjC/exceptions-nonfragile.m
  vendor/clang/dist/test/CodeGenObjC/exceptions.m
  vendor/clang/dist/test/CodeGenObjC/forward-class-impl-metadata.m
  vendor/clang/dist/test/CodeGenObjC/fpret.m
  vendor/clang/dist/test/CodeGenObjC/gc.m
  vendor/clang/dist/test/CodeGenObjC/gnu-exceptions.m
  vendor/clang/dist/test/CodeGenObjC/hidden-visibility.m
  vendor/clang/dist/test/CodeGenObjC/id-isa-codegen.m
  vendor/clang/dist/test/CodeGenObjC/image-info.m
  vendor/clang/dist/test/CodeGenObjC/implicit-objc_msgSend.m
  vendor/clang/dist/test/CodeGenObjC/instance-method-metadata.m
  vendor/clang/dist/test/CodeGenObjC/interface-layout-64.m
  vendor/clang/dist/test/CodeGenObjC/interface.m
  vendor/clang/dist/test/CodeGenObjC/ivar-layout-64-bitfields.m
  vendor/clang/dist/test/CodeGenObjC/ivar-layout-64.m
  vendor/clang/dist/test/CodeGenObjC/ivar-layout-array0-struct.m
  vendor/clang/dist/test/CodeGenObjC/ivar-layout-no-optimize.m
  vendor/clang/dist/test/CodeGenObjC/ivar-layout-nonfragile-abi2.m
  vendor/clang/dist/test/CodeGenObjC/ivars.m
  vendor/clang/dist/test/CodeGenObjC/link-errors.m
  vendor/clang/dist/test/CodeGenObjC/local-static-block.m
  vendor/clang/dist/test/CodeGenObjC/messages-2.m
  vendor/clang/dist/test/CodeGenObjC/messages.m
  vendor/clang/dist/test/CodeGenObjC/metadata-symbols-32.m
  vendor/clang/dist/test/CodeGenObjC/metadata-symbols-64.m
  vendor/clang/dist/test/CodeGenObjC/metadata_symbols.m
  vendor/clang/dist/test/CodeGenObjC/misc-atomic-property.m
  vendor/clang/dist/test/CodeGenObjC/mrr-autorelease.m
  vendor/clang/dist/test/CodeGenObjC/nested-rethrow.m
  vendor/clang/dist/test/CodeGenObjC/next-objc-dispatch.m
  vendor/clang/dist/test/CodeGenObjC/no-category-class.m
  vendor/clang/dist/test/CodeGenObjC/no-vararg-messaging.m
  vendor/clang/dist/test/CodeGenObjC/non-lazy-classes.m
  vendor/clang/dist/test/CodeGenObjC/nonlazy-msgSend.m
  vendor/clang/dist/test/CodeGenObjC/ns-constant-strings.m
  vendor/clang/dist/test/CodeGenObjC/objc-align.m
  vendor/clang/dist/test/CodeGenObjC/objc-assign-ivar.m
  vendor/clang/dist/test/CodeGenObjC/objc-gc-aggr-assign.m
  vendor/clang/dist/test/CodeGenObjC/objc-read-weak-byref.m
  vendor/clang/dist/test/CodeGenObjC/objc2-assign-global.m
  vendor/clang/dist/test/CodeGenObjC/objc2-ivar-assign.m
  vendor/clang/dist/test/CodeGenObjC/objc2-legacy-dispatch.m
  vendor/clang/dist/test/CodeGenObjC/objc2-new-gc-api-strongcast.m
  vendor/clang/dist/test/CodeGenObjC/objc2-no-write-barrier.m
  vendor/clang/dist/test/CodeGenObjC/objc2-nonfragile-abi-impl.m
  vendor/clang/dist/test/CodeGenObjC/objc2-retain-codegen.m
  vendor/clang/dist/test/CodeGenObjC/objc2-strong-cast-1.m
  vendor/clang/dist/test/CodeGenObjC/objc2-weak-assign.m
  vendor/clang/dist/test/CodeGenObjC/objc2-weak-block-call.m
  vendor/clang/dist/test/CodeGenObjC/objc2-weak-compare.m
  vendor/clang/dist/test/CodeGenObjC/objc2-weak-import-attribute.m
  vendor/clang/dist/test/CodeGenObjC/objc2-weak-ivar-debug.m
  vendor/clang/dist/test/CodeGenObjC/objc2-weak-ivar.m
  vendor/clang/dist/test/CodeGenObjC/objc2-write-barrier-2.m
  vendor/clang/dist/test/CodeGenObjC/objc2-write-barrier-3.m
  vendor/clang/dist/test/CodeGenObjC/objc2-write-barrier-4.m
  vendor/clang/dist/test/CodeGenObjC/objc2-write-barrier-5.m
  vendor/clang/dist/test/CodeGenObjC/objc2-write-barrier.m
  vendor/clang/dist/test/CodeGenObjC/object-incr-decr-1.m
  vendor/clang/dist/test/CodeGenObjC/predefined-expr.m
  vendor/clang/dist/test/CodeGenObjC/property-category-impl.m
  vendor/clang/dist/test/CodeGenObjC/property-complex.m
  vendor/clang/dist/test/CodeGenObjC/property-list-in-class.m
  vendor/clang/dist/test/CodeGenObjC/property-ref-cast-to-void.m
  vendor/clang/dist/test/CodeGenObjC/property-type-mismatch.m
  vendor/clang/dist/test/CodeGenObjC/property.m
  vendor/clang/dist/test/CodeGenObjC/protocol-in-extended-class.m
  vendor/clang/dist/test/CodeGenObjC/protocol-property-synth.m
  vendor/clang/dist/test/CodeGenObjC/protocols-lazy.m
  vendor/clang/dist/test/CodeGenObjC/rdr-6732143-dangling-block-reference.m
  vendor/clang/dist/test/CodeGenObjC/simplify-exceptions.mm
  vendor/clang/dist/test/CodeGenObjC/stand-alone-implementation.m
  vendor/clang/dist/test/CodeGenObjC/super-dotsyntax-struct-property.m
  vendor/clang/dist/test/CodeGenObjC/super-message-fragileabi.m
  vendor/clang/dist/test/CodeGenObjC/synchronized.m
  vendor/clang/dist/test/CodeGenObjC/synthesize_ivar-cont-class.m
  vendor/clang/dist/test/CodeGenObjC/synthesize_ivar.m
  vendor/clang/dist/test/CodeGenObjC/terminate.m
  vendor/clang/dist/test/CodeGenObjC/variadic-sends.m
  vendor/clang/dist/test/CodeGenObjC/x86_64-struct-return-gc.m
  vendor/clang/dist/test/CodeGenObjCXX/arc-globals.mm
  vendor/clang/dist/test/CodeGenObjCXX/arc-mangle.mm
  vendor/clang/dist/test/CodeGenObjCXX/arc-move.mm
  vendor/clang/dist/test/CodeGenObjCXX/arc-new-delete.mm
  vendor/clang/dist/test/CodeGenObjCXX/arc-pseudo-destructors.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/block-in-template-inst.mm
  vendor/clang/dist/test/CodeGenObjCXX/block-var-layout.mm
  vendor/clang/dist/test/CodeGenObjCXX/blocks.mm
  vendor/clang/dist/test/CodeGenObjCXX/catch-id-type.mm
  vendor/clang/dist/test/CodeGenObjCXX/copy.mm
  vendor/clang/dist/test/CodeGenObjCXX/copyable-property-object.mm
  vendor/clang/dist/test/CodeGenObjCXX/encode.mm
  vendor/clang/dist/test/CodeGenObjCXX/exceptions.mm
  vendor/clang/dist/test/CodeGenObjCXX/gc.mm
  vendor/clang/dist/test/CodeGenObjCXX/implicit-copy-assign-operator.mm
  vendor/clang/dist/test/CodeGenObjCXX/implicit-copy-constructor.mm
  vendor/clang/dist/test/CodeGenObjCXX/mangle-blocks.mm
  vendor/clang/dist/test/CodeGenObjCXX/message-reference.mm
  vendor/clang/dist/test/CodeGenObjCXX/property-derived-to-base-conv.mm
  vendor/clang/dist/test/CodeGenObjCXX/property-dot-copy.mm
  vendor/clang/dist/test/CodeGenObjCXX/property-dot-reference.mm
  vendor/clang/dist/test/CodeGenObjCXX/property-object-conditional-exp.mm
  vendor/clang/dist/test/CodeGenObjCXX/property-objects.mm
  vendor/clang/dist/test/CodeGenObjCXX/property-reference.mm
  vendor/clang/dist/test/CodeGenObjCXX/refence-assign-write-barrier.mm
  vendor/clang/dist/test/CodeGenObjCXX/selector-expr-lvalue.mm
  vendor/clang/dist/test/CodeGenObjCXX/write-barrier-global-assign.mm
  vendor/clang/dist/test/Driver/apple-kext-i386.cpp
  vendor/clang/dist/test/Driver/cc-log-diagnostics.c
  vendor/clang/dist/test/Driver/darwin-objc-defaults.m
  vendor/clang/dist/test/Driver/darwin-objc-options.m
  vendor/clang/dist/test/Driver/rewrite-objc.m
  vendor/clang/dist/test/FixIt/fixit-cxx0x.cpp
  vendor/clang/dist/test/FixIt/fixit-errors.c
  vendor/clang/dist/test/FixIt/fixit-objc-message.m
  vendor/clang/dist/test/FixIt/fixit-objc.m
  vendor/clang/dist/test/FixIt/fixit.c
  vendor/clang/dist/test/FixIt/fixit.cpp
  vendor/clang/dist/test/FixIt/typo-crash.cpp
  vendor/clang/dist/test/FixIt/typo.m
  vendor/clang/dist/test/Index/TestClassDecl.m
  vendor/clang/dist/test/Index/TestClassForwardDecl.m
  vendor/clang/dist/test/Index/annotate-context-sensitive.cpp
  vendor/clang/dist/test/Index/annotate-nested-name-specifier.cpp
  vendor/clang/dist/test/Index/annotate-tokens-cxx0x.cpp
  vendor/clang/dist/test/Index/annotate-tokens-pp.c
  vendor/clang/dist/test/Index/annotate-tokens.c
  vendor/clang/dist/test/Index/annotate-tokens.cpp
  vendor/clang/dist/test/Index/annotate-tokens.m
  vendor/clang/dist/test/Index/blocks.c
  vendor/clang/dist/test/Index/c-index-api-loadTU-test.m
  vendor/clang/dist/test/Index/c-index-getCursor-pp.c
  vendor/clang/dist/test/Index/c-index-getCursor-test.m
  vendor/clang/dist/test/Index/c-index-pch.c
  vendor/clang/dist/test/Index/code-completion.cpp
  vendor/clang/dist/test/Index/complete-exprs.m
  vendor/clang/dist/test/Index/complete-interfaces.m
  vendor/clang/dist/test/Index/complete-macros.c
  vendor/clang/dist/test/Index/complete-member-access.m
  vendor/clang/dist/test/Index/complete-objc-message.m
  vendor/clang/dist/test/Index/complete-synthesized.m
  vendor/clang/dist/test/Index/get-cursor.cpp
  vendor/clang/dist/test/Index/index-templates.cpp
  vendor/clang/dist/test/Index/load-stmts.cpp
  vendor/clang/dist/test/Index/local-symbols.m
  vendor/clang/dist/test/Index/nested-binaryoperators.cpp
  vendor/clang/dist/test/Index/nested-macro-instantiations.cpp
  vendor/clang/dist/test/Index/preamble.c
  vendor/clang/dist/test/Index/print-typekind.c
  vendor/clang/dist/test/Index/properties-class-extensions.m
  vendor/clang/dist/test/Index/rdar-8288645-invalid-code.mm
  vendor/clang/dist/test/Index/recursive-cxx-member-calls.cpp
  vendor/clang/dist/test/Index/recursive-member-access.c
  vendor/clang/dist/test/Index/remap-load.c
  vendor/clang/dist/test/Index/usrs-cxx0x.cpp
  vendor/clang/dist/test/Index/usrs.m
  vendor/clang/dist/test/Lexer/constants.c
  vendor/clang/dist/test/Lexer/cxx0x_keyword.cpp
  vendor/clang/dist/test/Lexer/cxx0x_keyword_as_cxx98.cpp
  vendor/clang/dist/test/Lexer/has_extension.c
  vendor/clang/dist/test/Lexer/has_extension_cxx.cpp
  vendor/clang/dist/test/Lexer/has_feature_c1x.c
  vendor/clang/dist/test/Lexer/has_feature_cxx0x.cpp
  vendor/clang/dist/test/Lexer/has_feature_objc_arc.m
  vendor/clang/dist/test/Lexer/has_feature_type_traits.cpp
  vendor/clang/dist/test/Lexer/hexfloat.cpp
  vendor/clang/dist/test/Lexer/preamble.c
  vendor/clang/dist/test/Lexer/wchar.c
  vendor/clang/dist/test/Misc/caret-diags-macros.c
  vendor/clang/dist/test/Misc/diag-aka-types.cpp
  vendor/clang/dist/test/PCH/arc.m
  vendor/clang/dist/test/PCH/chain-decls.c
  vendor/clang/dist/test/PCH/chain-ext_vector.c
  vendor/clang/dist/test/PCH/chain-external-defs.c
  vendor/clang/dist/test/PCH/chain-macro-override.c
  vendor/clang/dist/test/PCH/chain-macro.c
  vendor/clang/dist/test/PCH/chain-predecl.m
  vendor/clang/dist/test/PCH/chain-remap-types.m
  vendor/clang/dist/test/PCH/chain-selectors.m
  vendor/clang/dist/test/PCH/chain-trivial.c
  vendor/clang/dist/test/PCH/cxx-alias-decl.cpp
  vendor/clang/dist/test/PCH/cxx-for-range.cpp
  vendor/clang/dist/test/PCH/cxx-member-init.cpp
  vendor/clang/dist/test/PCH/cxx-method.cpp
  vendor/clang/dist/test/PCH/cxx-reference.cpp
  vendor/clang/dist/test/PCH/cxx-static_assert.cpp
  vendor/clang/dist/test/PCH/cxx-variadic-templates.cpp
  vendor/clang/dist/test/PCH/cxx0x-default-delete.cpp
  vendor/clang/dist/test/PCH/cxx0x-delegating-ctors.cpp
  vendor/clang/dist/test/PCH/cxx_exprs.cpp
  vendor/clang/dist/test/PCH/functions.c
  vendor/clang/dist/test/PCH/modified-header-error.c
  vendor/clang/dist/test/PCH/objc_methods.h
  vendor/clang/dist/test/PCH/objc_methods.m
  vendor/clang/dist/test/PCH/preamble.c
  vendor/clang/dist/test/PCH/reinclude.cpp
  vendor/clang/dist/test/PCH/types.c
  vendor/clang/dist/test/PCH/types.h
  vendor/clang/dist/test/Parser/DelayedTemplateParsing.cpp
  vendor/clang/dist/test/Parser/MicrosoftExtensions.c
  vendor/clang/dist/test/Parser/char-literal-printing.c
  vendor/clang/dist/test/Parser/cxx-casting.cpp
  vendor/clang/dist/test/Parser/cxx-class.cpp
  vendor/clang/dist/test/Parser/cxx-default-delete.cpp
  vendor/clang/dist/test/Parser/cxx-ext-delete-default.cpp
  vendor/clang/dist/test/Parser/cxx-member-initializers.cpp
  vendor/clang/dist/test/Parser/cxx-reference.cpp
  vendor/clang/dist/test/Parser/cxx0x-attributes.cpp
  vendor/clang/dist/test/Parser/cxx0x-in-cxx98.cpp
  vendor/clang/dist/test/Parser/cxx0x-literal-operators.cpp
  vendor/clang/dist/test/Parser/cxx0x-member-initializers.cpp
  vendor/clang/dist/test/Parser/cxx0x-override-control-keywords.cpp
  vendor/clang/dist/test/Parser/cxx0x-rvalue-reference.cpp
  vendor/clang/dist/test/Parser/objc-init.m
  vendor/clang/dist/test/Parser/objc-messaging-neg-1.m
  vendor/clang/dist/test/Parser/opencl-pragma.cl
  vendor/clang/dist/test/Parser/opencl-storage-class.cl
  vendor/clang/dist/test/Parser/switch-recovery.cpp
  vendor/clang/dist/test/Parser/top-level-semi-cxx0x.cpp
  vendor/clang/dist/test/Preprocessor/comment_save_if.c
  vendor/clang/dist/test/Preprocessor/init.c
  vendor/clang/dist/test/Preprocessor/non_fragile_feature.m
  vendor/clang/dist/test/Preprocessor/non_fragile_feature1.m
  vendor/clang/dist/test/Rewriter/rewrite-forward-class.m
  vendor/clang/dist/test/Sema/address_spaces.c
  vendor/clang/dist/test/Sema/annotate.c
  vendor/clang/dist/test/Sema/array-init.c
  vendor/clang/dist/test/Sema/attr-availability.c
  vendor/clang/dist/test/Sema/attr-deprecated.c
  vendor/clang/dist/test/Sema/attr-sentinel.c
  vendor/clang/dist/test/Sema/attr-unavailable-message.c
  vendor/clang/dist/test/Sema/conditional-expr.c
  vendor/clang/dist/test/Sema/conversion.c
  vendor/clang/dist/test/Sema/dllimport-dllexport.c
  vendor/clang/dist/test/Sema/exprs.c
  vendor/clang/dist/test/Sema/flexible-array-init.c
  vendor/clang/dist/test/Sema/format-strings-fixit.c
  vendor/clang/dist/test/Sema/format-strings.c
  vendor/clang/dist/test/Sema/i-c-e.c
  vendor/clang/dist/test/Sema/implicit-int.c
  vendor/clang/dist/test/Sema/init.c
  vendor/clang/dist/test/Sema/knr-def-call.c
  vendor/clang/dist/test/Sema/parentheses.c
  vendor/clang/dist/test/Sema/parentheses.cpp
  vendor/clang/dist/test/Sema/return-noreturn.c
  vendor/clang/dist/test/Sema/types.c
  vendor/clang/dist/test/Sema/uninit-variables.c
  vendor/clang/dist/test/Sema/unused-expr.c
  vendor/clang/dist/test/Sema/warn-cast-align.c
  vendor/clang/dist/test/Sema/warn-unreachable.c
  vendor/clang/dist/test/Sema/warn-unused-parameters.c
  vendor/clang/dist/test/SemaCUDA/cuda.h
  vendor/clang/dist/test/SemaCUDA/kernel-call.cu
  vendor/clang/dist/test/SemaCXX/MicrosoftExtensions.cpp
  vendor/clang/dist/test/SemaCXX/PR10243.cpp
  vendor/clang/dist/test/SemaCXX/PR5086-ambig-resolution-enum.cpp
  vendor/clang/dist/test/SemaCXX/PR7944.cpp
  vendor/clang/dist/test/SemaCXX/PR8012.cpp
  vendor/clang/dist/test/SemaCXX/PR9572.cpp
  vendor/clang/dist/test/SemaCXX/PR9902.cpp
  vendor/clang/dist/test/SemaCXX/PR9908.cpp
  vendor/clang/dist/test/SemaCXX/abstract.cpp
  vendor/clang/dist/test/SemaCXX/address-of.cpp
  vendor/clang/dist/test/SemaCXX/aggregate-initialization.cpp
  vendor/clang/dist/test/SemaCXX/alias-template.cpp
  vendor/clang/dist/test/SemaCXX/alignof-sizeof-reference.cpp
  vendor/clang/dist/test/SemaCXX/ambig-user-defined-conversions.cpp
  vendor/clang/dist/test/SemaCXX/ambiguous-builtin-unary-operator.cpp
  vendor/clang/dist/test/SemaCXX/array-bounds.cpp
  vendor/clang/dist/test/SemaCXX/attr-cxx0x.cpp
  vendor/clang/dist/test/SemaCXX/attr-deprecated.cpp
  vendor/clang/dist/test/SemaCXX/auto-cxx0x.cpp
  vendor/clang/dist/test/SemaCXX/auto-cxx98.cpp
  vendor/clang/dist/test/SemaCXX/auto-subst-failure.cpp
  vendor/clang/dist/test/SemaCXX/bool.cpp
  vendor/clang/dist/test/SemaCXX/builtin-ptrtomember-ambig.cpp
  vendor/clang/dist/test/SemaCXX/builtin-ptrtomember-overload-1.cpp
  vendor/clang/dist/test/SemaCXX/builtin-ptrtomember-overload.cpp
  vendor/clang/dist/test/SemaCXX/cast-conversion.cpp
  vendor/clang/dist/test/SemaCXX/class.cpp
  vendor/clang/dist/test/SemaCXX/compare.cpp
  vendor/clang/dist/test/SemaCXX/conditional-expr.cpp
  vendor/clang/dist/test/SemaCXX/conversion-delete-expr.cpp
  vendor/clang/dist/test/SemaCXX/convert-to-bool.cpp
  vendor/clang/dist/test/SemaCXX/cxx0x-constexpr-const.cpp
  vendor/clang/dist/test/SemaCXX/cxx0x-cursory-default-delete.cpp
  vendor/clang/dist/test/SemaCXX/cxx0x-defaulted-functions.cpp
  vendor/clang/dist/test/SemaCXX/cxx0x-delegating-ctors.cpp
  vendor/clang/dist/test/SemaCXX/cxx0x-deleted-default-ctor.cpp
  vendor/clang/dist/test/SemaCXX/cxx0x-nontrivial-union.cpp
  vendor/clang/dist/test/SemaCXX/cxx0x-return-init-list.cpp
  vendor/clang/dist/test/SemaCXX/decl-init-ref.cpp
  vendor/clang/dist/test/SemaCXX/decltype-crash.cpp
  vendor/clang/dist/test/SemaCXX/decltype-overloaded-functions.cpp
  vendor/clang/dist/test/SemaCXX/decltype-pr4444.cpp
  vendor/clang/dist/test/SemaCXX/decltype-pr4448.cpp
  vendor/clang/dist/test/SemaCXX/decltype-this.cpp
  vendor/clang/dist/test/SemaCXX/decltype.cpp
  vendor/clang/dist/test/SemaCXX/defaulted-ctor-loop.cpp
  vendor/clang/dist/test/SemaCXX/delete.cpp
  vendor/clang/dist/test/SemaCXX/deleted-function.cpp
  vendor/clang/dist/test/SemaCXX/dependent-auto.cpp
  vendor/clang/dist/test/SemaCXX/dependent-noexcept-unevaluated.cpp
  vendor/clang/dist/test/SemaCXX/dependent-types.cpp
  vendor/clang/dist/test/SemaCXX/destructor.cpp
  vendor/clang/dist/test/SemaCXX/enum-bitfield.cpp
  vendor/clang/dist/test/SemaCXX/enum-scoped.cpp
  vendor/clang/dist/test/SemaCXX/explicit.cpp
  vendor/clang/dist/test/SemaCXX/expression-traits.cpp
  vendor/clang/dist/test/SemaCXX/expressions.cpp
  vendor/clang/dist/test/SemaCXX/for-range-examples.cpp
  vendor/clang/dist/test/SemaCXX/for-range-no-std.cpp
  vendor/clang/dist/test/SemaCXX/for-range-unused.cpp
  vendor/clang/dist/test/SemaCXX/function-overload-typo-crash.cpp
  vendor/clang/dist/test/SemaCXX/function-redecl.cpp
  vendor/clang/dist/test/SemaCXX/generalized-initializers.cpp
  vendor/clang/dist/test/SemaCXX/generic-selection.cpp
  vendor/clang/dist/test/SemaCXX/i-c-e-cxx.cpp
  vendor/clang/dist/test/SemaCXX/implicit-exception-spec.cpp
  vendor/clang/dist/test/SemaCXX/issue547.cpp
  vendor/clang/dist/test/SemaCXX/libstdcxx_is_pod_hack.cpp
  vendor/clang/dist/test/SemaCXX/linkage-spec.cpp
  vendor/clang/dist/test/SemaCXX/literal-operators.cpp
  vendor/clang/dist/test/SemaCXX/literal-type.cpp
  vendor/clang/dist/test/SemaCXX/member-expr.cpp
  vendor/clang/dist/test/SemaCXX/member-init.cpp
  vendor/clang/dist/test/SemaCXX/missing-namespace-qualifier-typo-corrections.cpp
  vendor/clang/dist/test/SemaCXX/nested-name-spec.cpp
  vendor/clang/dist/test/SemaCXX/new-array-size-conv.cpp
  vendor/clang/dist/test/SemaCXX/new-delete.cpp
  vendor/clang/dist/test/SemaCXX/null_in_arithmetic_ops.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/overloaded-builtin-operators-0x.cpp
  vendor/clang/dist/test/SemaCXX/overloaded-name.cpp
  vendor/clang/dist/test/SemaCXX/overloaded-operator-decl.cpp
  vendor/clang/dist/test/SemaCXX/overloaded-operator.cpp
  vendor/clang/dist/test/SemaCXX/ptrtomember-overload-resolution.cpp
  vendor/clang/dist/test/SemaCXX/ptrtomember.cpp
  vendor/clang/dist/test/SemaCXX/redeclared-alias-template.cpp
  vendor/clang/dist/test/SemaCXX/redeclared-auto.cpp
  vendor/clang/dist/test/SemaCXX/ref-init-ambiguous.cpp
  vendor/clang/dist/test/SemaCXX/references.cpp
  vendor/clang/dist/test/SemaCXX/return-noreturn.cpp
  vendor/clang/dist/test/SemaCXX/rval-references-examples.cpp
  vendor/clang/dist/test/SemaCXX/rval-references.cpp
  vendor/clang/dist/test/SemaCXX/scope-check.cpp
  vendor/clang/dist/test/SemaCXX/static-assert.cpp
  vendor/clang/dist/test/SemaCXX/switch-0x.cpp
  vendor/clang/dist/test/SemaCXX/trailing-return-0x.cpp
  vendor/clang/dist/test/SemaCXX/trivial-constructor.cpp
  vendor/clang/dist/test/SemaCXX/trivial-destructor.cpp
  vendor/clang/dist/test/SemaCXX/type-traits.cpp
  vendor/clang/dist/test/SemaCXX/underlying_type.cpp
  vendor/clang/dist/test/SemaCXX/uninit-variables-conditional.cpp
  vendor/clang/dist/test/SemaCXX/uninit-variables.cpp
  vendor/clang/dist/test/SemaCXX/uninitialized.cpp
  vendor/clang/dist/test/SemaCXX/unknown-anytype.cpp
  vendor/clang/dist/test/SemaCXX/unused-functions.cpp
  vendor/clang/dist/test/SemaCXX/user-defined-conversions.cpp
  vendor/clang/dist/test/SemaCXX/using-decl-templates.cpp
  vendor/clang/dist/test/SemaCXX/value-initialization.cpp
  vendor/clang/dist/test/SemaCXX/vararg-non-pod.cpp
  vendor/clang/dist/test/SemaCXX/virtual-override.cpp
  vendor/clang/dist/test/SemaCXX/virtuals.cpp
  vendor/clang/dist/test/SemaCXX/warn-assignment-condition.cpp
  vendor/clang/dist/test/SemaCXX/warn-bad-memaccess.cpp
  vendor/clang/dist/test/SemaCXX/warn-bool-conversion.cpp
  vendor/clang/dist/test/SemaCXX/warn-literal-conversion.cpp
  vendor/clang/dist/test/SemaCXX/warn-memset-bad-sizeof.cpp
  vendor/clang/dist/test/SemaCXX/warn-missing-noreturn.cpp
  vendor/clang/dist/test/SemaCXX/warn-unreachable.cpp
  vendor/clang/dist/test/SemaCXX/warn-unused-value.cpp
  vendor/clang/dist/test/SemaCXX/warn-weak-vtables.cpp
  vendor/clang/dist/test/SemaObjC/arc-bridged-cast.m
  vendor/clang/dist/test/SemaObjC/arc-decls.m
  vendor/clang/dist/test/SemaObjC/arc-jump-block.m
  vendor/clang/dist/test/SemaObjC/arc-no-runtime.m
  vendor/clang/dist/test/SemaObjC/arc-non-pod-memaccess.m
  vendor/clang/dist/test/SemaObjC/arc-peformselector.m
  vendor/clang/dist/test/SemaObjC/arc-property-decl-attrs.m
  vendor/clang/dist/test/SemaObjC/arc-property-lifetime.m
  vendor/clang/dist/test/SemaObjC/arc-property.m
  vendor/clang/dist/test/SemaObjC/arc-system-header.m
  vendor/clang/dist/test/SemaObjC/arc-type-conversion.m
  vendor/clang/dist/test/SemaObjC/arc-unavailable-for-weakref.m
  vendor/clang/dist/test/SemaObjC/arc-unbridged-cast.m
  vendor/clang/dist/test/SemaObjC/arc-unsafe-assigns.m
  vendor/clang/dist/test/SemaObjC/arc-unsafe_unretained.m
  vendor/clang/dist/test/SemaObjC/arc.m
  vendor/clang/dist/test/SemaObjC/assign-rvalue-message.m
  vendor/clang/dist/test/SemaObjC/at-defs.m
  vendor/clang/dist/test/SemaObjC/atomoic-property-synnthesis-rules.m
  vendor/clang/dist/test/SemaObjC/attr-deprecated.m
  vendor/clang/dist/test/SemaObjC/blocks.m
  vendor/clang/dist/test/SemaObjC/class-bitfield.m
  vendor/clang/dist/test/SemaObjC/class-unavail-warning.m
  vendor/clang/dist/test/SemaObjC/comptypes-10.m
  vendor/clang/dist/test/SemaObjC/comptypes-7.m
  vendor/clang/dist/test/SemaObjC/conflict-nonfragile-abi2.m
  vendor/clang/dist/test/SemaObjC/conflicting-ivar-test-1.m
  vendor/clang/dist/test/SemaObjC/continuation-class-property.m
  vendor/clang/dist/test/SemaObjC/crash-label.m
  vendor/clang/dist/test/SemaObjC/default-synthesize-1.m
  vendor/clang/dist/test/SemaObjC/default-synthesize.m
  vendor/clang/dist/test/SemaObjC/deref-interface.m
  vendor/clang/dist/test/SemaObjC/direct-synthesized-ivar-access.m
  vendor/clang/dist/test/SemaObjC/duplicate-ivar-in-class-extension.m
  vendor/clang/dist/test/SemaObjC/error-property-gc-attr.m
  vendor/clang/dist/test/SemaObjC/iboutletcollection-attr.m
  vendor/clang/dist/test/SemaObjC/id-isa-ref.m
  vendor/clang/dist/test/SemaObjC/incomplete-implementation.m
  vendor/clang/dist/test/SemaObjC/interface-1.m
  vendor/clang/dist/test/SemaObjC/interface-layout.m
  vendor/clang/dist/test/SemaObjC/ivar-in-class-extension-error.m
  vendor/clang/dist/test/SemaObjC/ivar-in-class-extension.m
  vendor/clang/dist/test/SemaObjC/ivar-in-implementations.m
  vendor/clang/dist/test/SemaObjC/ivar-sem-check-2.m
  vendor/clang/dist/test/SemaObjC/method-no-context.m
  vendor/clang/dist/test/SemaObjC/missing-atend-metadata.m
  vendor/clang/dist/test/SemaObjC/property-and-class-extension.m
  vendor/clang/dist/test/SemaObjC/property-and-ivar-use.m
  vendor/clang/dist/test/SemaObjC/property-category-1.m
  vendor/clang/dist/test/SemaObjC/property-category-2.m
  vendor/clang/dist/test/SemaObjC/property-category-3.m
  vendor/clang/dist/test/SemaObjC/property-category-impl.m
  vendor/clang/dist/test/SemaObjC/property-inherited.m
  vendor/clang/dist/test/SemaObjC/property-nonfragile-abi.m
  vendor/clang/dist/test/SemaObjC/property-ns-returns-not-retained-attr.m
  vendor/clang/dist/test/SemaObjC/property.m
  vendor/clang/dist/test/SemaObjC/protocol-archane.m
  vendor/clang/dist/test/SemaObjC/provisional-ivar-lookup.m
  vendor/clang/dist/test/SemaObjC/related-result-type-inference.m
  vendor/clang/dist/test/SemaObjC/return.m
  vendor/clang/dist/test/SemaObjC/self-declared-in-block.m
  vendor/clang/dist/test/SemaObjC/sizeof-interface.m
  vendor/clang/dist/test/SemaObjC/super-class-protocol-conformance.m
  vendor/clang/dist/test/SemaObjC/synth-provisional-ivars-1.m
  vendor/clang/dist/test/SemaObjC/synth-provisional-ivars.m
  vendor/clang/dist/test/SemaObjC/synthesized-ivar.m
  vendor/clang/dist/test/SemaObjC/undeclared-selector.m
  vendor/clang/dist/test/SemaObjC/unimplemented-protocol-prop.m
  vendor/clang/dist/test/SemaObjC/uninit-variables.m
  vendor/clang/dist/test/SemaObjC/warn-deprecated-implementations.m
  vendor/clang/dist/test/SemaObjC/warn-implicit-atomic-property.m
  vendor/clang/dist/test/SemaObjC/warn-retain-cycle.m
  vendor/clang/dist/test/SemaObjC/weak-property.m
  vendor/clang/dist/test/SemaObjCXX/arc-0x.mm
  vendor/clang/dist/test/SemaObjCXX/arc-bool-conversion.mm
  vendor/clang/dist/test/SemaObjCXX/arc-bridged-cast.mm
  vendor/clang/dist/test/SemaObjCXX/arc-libstdcxx.mm
  vendor/clang/dist/test/SemaObjCXX/arc-memfunc.mm
  vendor/clang/dist/test/SemaObjCXX/arc-non-pod.mm
  vendor/clang/dist/test/SemaObjCXX/arc-object-init-destroy.mm
  vendor/clang/dist/test/SemaObjCXX/arc-overloading.mm
  vendor/clang/dist/test/SemaObjCXX/arc-system-header.mm
  vendor/clang/dist/test/SemaObjCXX/arc-templates.mm
  vendor/clang/dist/test/SemaObjCXX/arc-type-conversion.mm
  vendor/clang/dist/test/SemaObjCXX/arc-type-traits.mm
  vendor/clang/dist/test/SemaObjCXX/arc-unavailable-for-weakref.mm
  vendor/clang/dist/test/SemaObjCXX/exceptions-fragile.mm
  vendor/clang/dist/test/SemaObjCXX/linkage-spec.mm
  vendor/clang/dist/test/SemaObjCXX/message.mm
  vendor/clang/dist/test/SemaObjCXX/nullptr.mm
  vendor/clang/dist/test/SemaObjCXX/propert-dot-error.mm
  vendor/clang/dist/test/SemaObjCXX/property-reference.mm
  vendor/clang/dist/test/SemaObjCXX/property-synthesis-error.mm
  vendor/clang/dist/test/SemaOpenCL/vector_literals_invalid.cl
  vendor/clang/dist/test/SemaTemplate/alias-church-numerals.cpp
  vendor/clang/dist/test/SemaTemplate/alias-nested-nontag.cpp
  vendor/clang/dist/test/SemaTemplate/alias-template-template-param.cpp
  vendor/clang/dist/test/SemaTemplate/alias-templates.cpp
  vendor/clang/dist/test/SemaTemplate/attributes.cpp
  vendor/clang/dist/test/SemaTemplate/canonical-expr-type-0x.cpp
  vendor/clang/dist/test/SemaTemplate/current-instantiation.cpp
  vendor/clang/dist/test/SemaTemplate/default-arguments-cxx0x.cpp
  vendor/clang/dist/test/SemaTemplate/dependent-names.cpp
  vendor/clang/dist/test/SemaTemplate/instantiate-array.cpp
  vendor/clang/dist/test/SemaTemplate/instantiate-expr-1.cpp
  vendor/clang/dist/test/SemaTemplate/instantiate-expr-4.cpp
  vendor/clang/dist/test/SemaTemplate/instantiate-expr-basic.cpp
  vendor/clang/dist/test/SemaTemplate/instantiate-function-2.cpp
  vendor/clang/dist/test/SemaTemplate/instantiate-member-class.cpp
  vendor/clang/dist/test/SemaTemplate/instantiate-static-var.cpp
  vendor/clang/dist/test/SemaTemplate/instantiate-try-catch.cpp
  vendor/clang/dist/test/SemaTemplate/member-inclass-init-value-dependent.cpp
  vendor/clang/dist/test/SemaTemplate/nested-template.cpp
  vendor/clang/dist/test/SemaTemplate/operator-template.cpp
  vendor/clang/dist/test/SemaTemplate/overload-uneval.cpp
  vendor/clang/dist/test/SemaTemplate/resolve-single-template-id.cpp
  vendor/clang/dist/test/SemaTemplate/temp_arg_nontype.cpp
  vendor/clang/dist/test/SemaTemplate/temp_explicit_cxx0x.cpp
  vendor/clang/dist/test/SemaTemplate/typename-specifier.cpp
  vendor/clang/dist/test/SemaTemplate/unresolved-construct.cpp
  vendor/clang/dist/test/lit.cfg
  vendor/clang/dist/tools/CMakeLists.txt
  vendor/clang/dist/tools/Makefile
  vendor/clang/dist/tools/arcmt-test/arcmt-test.cpp
  vendor/clang/dist/tools/c-index-test/CMakeLists.txt
  vendor/clang/dist/tools/c-index-test/Makefile
  vendor/clang/dist/tools/c-index-test/c-index-test.c
  vendor/clang/dist/tools/driver/Makefile
  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/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/CIndexInclusionStack.cpp
  vendor/clang/dist/tools/libclang/CIndexUSRs.cpp
  vendor/clang/dist/tools/libclang/CIndexer.cpp
  vendor/clang/dist/tools/libclang/CMakeLists.txt
  vendor/clang/dist/tools/libclang/CXCursor.cpp
  vendor/clang/dist/tools/libclang/CXCursor.h
  vendor/clang/dist/tools/libclang/CXString.cpp
  vendor/clang/dist/tools/libclang/CXString.h
  vendor/clang/dist/tools/libclang/CXTranslationUnit.h
  vendor/clang/dist/tools/libclang/CXType.cpp
  vendor/clang/dist/tools/libclang/libclang.exports
  vendor/clang/dist/tools/scan-build/ccc-analyzer
  vendor/clang/dist/tools/scan-build/scan-build
  vendor/clang/dist/unittests/Basic/FileManagerTest.cpp
  vendor/clang/dist/unittests/CMakeLists.txt
  vendor/clang/dist/unittests/Makefile
  vendor/clang/dist/www/OpenProjects.html
  vendor/clang/dist/www/analyzer/latest_checker.html.incl
  vendor/clang/dist/www/analyzer/release_notes.html
  vendor/clang/dist/www/comparison.html
  vendor/clang/dist/www/compatibility.html
  vendor/clang/dist/www/cxx_status.html
  vendor/clang/dist/www/demo/index.cgi
  vendor/clang/dist/www/diagnostics.html
  vendor/clang/dist/www/get_involved.html
  vendor/clang/dist/www/get_started.html
  vendor/clang/dist/www/hacking.html
  vendor/clang/dist/www/index.html
  vendor/clang/dist/www/menu.html.incl

Added: vendor/clang/dist/.gitignore
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/clang/dist/.gitignore	Thu Oct 20 21:14:49 2011	(r226586)
@@ -0,0 +1,25 @@
+#==============================================================================#
+# This file specifies intentionally untracked files that git should ignore.
+# See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
+#
+# This file is intentionally different from the output of `git svn show-ignore`,
+# as most of those are useless.
+#==============================================================================#
+
+#==============================================================================#
+# File extensions to be ignored anywhere in the tree.
+#==============================================================================#
+# Temp files created by most text editors.
+*~
+# Merge files created by git.
+*.orig
+# Byte compiled python modules.
+*.pyc
+# vim swap files
+.*.swp
+
+#==============================================================================#
+# Explicit files to ignore (only matches one).
+#==============================================================================#
+cscope.files
+cscope.out

Modified: vendor/clang/dist/CMakeLists.txt
==============================================================================
--- vendor/clang/dist/CMakeLists.txt	Thu Oct 20 21:11:28 2011	(r226585)
+++ vendor/clang/dist/CMakeLists.txt	Thu Oct 20 21:14:49 2011	(r226586)
@@ -19,10 +19,10 @@ if( CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
     endif()
   endif()
 
-  if( NOT EXISTS "${CLANG_PATH_TO_LLVM_BUILD}/bin/tblgen${CMAKE_EXECUTABLE_SUFFIX}" )
-    # Looking for bin/Debug/tblgen is a complete hack. How can we get
+  if( NOT EXISTS "${CLANG_PATH_TO_LLVM_BUILD}/bin/llvm-tblgen${CMAKE_EXECUTABLE_SUFFIX}" )
+    # Looking for bin/Debug/llvm-tblgen is a complete hack. How can we get
     # around this?
-    if( NOT EXISTS "${CLANG_PATH_TO_LLVM_BUILD}/bin/Debug/tblgen${CMAKE_EXECUTABLE_SUFFIX}" )
+    if( NOT EXISTS "${CLANG_PATH_TO_LLVM_BUILD}/bin/Debug/llvm-tblgen${CMAKE_EXECUTABLE_SUFFIX}" )
       message(FATAL_ERROR "Please set CLANG_PATH_TO_LLVM_BUILD to a directory containing a LLVM build.")
     endif()
   endif()
@@ -46,11 +46,11 @@ if( CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
   include_directories("${PATH_TO_LLVM_BUILD}/include" "${LLVM_MAIN_INCLUDE_DIR}")
   link_directories("${PATH_TO_LLVM_BUILD}/lib")
 
-  if( EXISTS "${CLANG_PATH_TO_LLVM_BUILD}/bin/tblgen${CMAKE_EXECUTABLE_SUFFIX}" )
-    set(LLVM_TABLEGEN_EXE "${PATH_TO_LLVM_BUILD}/bin/tblgen")
+  if( EXISTS "${CLANG_PATH_TO_LLVM_BUILD}/bin/llvm-tblgen${CMAKE_EXECUTABLE_SUFFIX}" )
+    set(LLVM_TABLEGEN_EXE "${PATH_TO_LLVM_BUILD}/bin/llvm-tblgen${CMAKE_EXECUTABLE_SUFFIX}")
   else()
     # FIXME: This is an utter hack.
-    set(LLVM_TABLEGEN_EXE "${PATH_TO_LLVM_BUILD}/bin/Debug/tblgen")
+    set(LLVM_TABLEGEN_EXE "${PATH_TO_LLVM_BUILD}/bin/Debug/llvm-tblgen${CMAKE_EXECUTABLE_SUFFIX}")
   endif()
 
   set( CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin )
@@ -153,7 +153,7 @@ function(clang_tablegen)
   endif()
 
   set( LLVM_TARGET_DEFINITIONS ${CTG_SOURCE} )
-  tablegen( ${CTG_DEFAULT_ARGS} )
+  tablegen( CLANG ${CTG_DEFAULT_ARGS} )
 
   list( GET CTG_DEFAULT_ARGS 0 output_file )
   if( CTG_TARGET )
@@ -244,6 +244,7 @@ set(LIBCLANG_LIBRARY_VERSION
     "Version number that will be placed into the libclang library , in the form XX.YY")
 mark_as_advanced(CLANG_EXECUTABLE_VERSION LIBCLANG_LIBRARY_VERSION)
 
+add_subdirectory(utils/TableGen)
 
 option(CLANG_BUILD_EXAMPLES "Build CLANG example programs." OFF)
 if(CLANG_BUILD_EXAMPLES)
@@ -272,3 +273,6 @@ if( CLANG_BUILT_STANDALONE AND MSVC_VERS
     file(APPEND "${CLANG_SLN_FILENAME}" "\n# This should be regenerated!\n")
   endif()
 endif()
+
+set(BUG_REPORT_URL "http://llvm.org/bugs/" CACHE STRING
+  "Default URL where bug reports are to be submitted.")

Added: vendor/clang/dist/INPUTS/cfg-nested-var-scopes.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/clang/dist/INPUTS/cfg-nested-var-scopes.cpp	Thu Oct 20 21:14:49 2011	(r226586)
@@ -0,0 +1,59 @@
+// Hammer the CFG with large numbers of overlapping variable scopes, which
+// implicit destructors triggered at each edge.
+
+#define EXPAND_BASIC_STRUCT(i) struct X##i { X##i(int); ~X##i(); };
+#define EXPAND_NORET_STRUCT(i) struct X##i { X##i(int); ~X##i() __attribute__((noreturn)); };
+EXPAND_BASIC_STRUCT(0000); EXPAND_NORET_STRUCT(0001);
+EXPAND_BASIC_STRUCT(0010); EXPAND_BASIC_STRUCT(0011);
+EXPAND_BASIC_STRUCT(0100); EXPAND_NORET_STRUCT(0101);
+EXPAND_NORET_STRUCT(0110); EXPAND_BASIC_STRUCT(0111);
+EXPAND_BASIC_STRUCT(1000); EXPAND_NORET_STRUCT(1001);
+EXPAND_BASIC_STRUCT(1010); EXPAND_BASIC_STRUCT(1011);
+EXPAND_NORET_STRUCT(1100); EXPAND_NORET_STRUCT(1101);
+EXPAND_BASIC_STRUCT(1110); EXPAND_BASIC_STRUCT(1111);
+
+#define EXPAND_2_VARS(c, i, x)  const X##i var_##c##_##i##0(x), &var_##c##_##i##1 = X##i(x)
+#define EXPAND_4_VARS(c, i, x)  EXPAND_2_VARS(c, i##0, x);  EXPAND_2_VARS(c, i##1, x)
+#define EXPAND_8_VARS(c, i, x)  EXPAND_4_VARS(c, i##0, x);  EXPAND_4_VARS(c, i##1, x)
+#define EXPAND_16_VARS(c, i, x) EXPAND_8_VARS(c, i##0, x);  EXPAND_8_VARS(c, i##1, x)
+#define EXPAND_32_VARS(c, x)    EXPAND_16_VARS(c, 0, x);    EXPAND_16_VARS(c, 1, x)
+
+#define EXPAND_2_INNER_CASES(i, x, y)    INNER_CASE(i, x, y);             INNER_CASE(i + 1, x, y);
+#define EXPAND_4_INNER_CASES(i, x, y)    EXPAND_2_INNER_CASES(i, x, y)    EXPAND_2_INNER_CASES(i + 2, x, y)
+#define EXPAND_8_INNER_CASES(i, x, y)    EXPAND_4_INNER_CASES(i, x, y)    EXPAND_4_INNER_CASES(i + 4, x, y)
+#define EXPAND_16_INNER_CASES(i, x, y)   EXPAND_8_INNER_CASES(i, x, y)    EXPAND_8_INNER_CASES(i + 8, x, y)
+#define EXPAND_32_INNER_CASES(i, x, y)   EXPAND_16_INNER_CASES(i, x, y)   EXPAND_16_INNER_CASES(i + 16, x, y)
+
+#define EXPAND_2_OUTER_CASES(i, x, y)    OUTER_CASE(i, x, y);             OUTER_CASE(i + 1, x, y);
+#define EXPAND_4_OUTER_CASES(i, x, y)    EXPAND_2_OUTER_CASES(i, x, y)    EXPAND_2_OUTER_CASES(i + 2, x, y)
+#define EXPAND_8_OUTER_CASES(i, x, y)    EXPAND_4_OUTER_CASES(i, x, y)    EXPAND_4_OUTER_CASES(i + 4, x, y)
+#define EXPAND_16_OUTER_CASES(i, x, y)   EXPAND_8_OUTER_CASES(i, x, y)    EXPAND_8_OUTER_CASES(i + 8, x, y)
+#define EXPAND_32_OUTER_CASES(i, x, y)   EXPAND_16_OUTER_CASES(i, x, y)   EXPAND_16_OUTER_CASES(i + 16, x, y)
+
+unsigned cfg_nested_vars(int x) {
+  int y = 0;
+  while (x > 0) {
+    EXPAND_32_VARS(a, x);
+    switch (x) {
+#define INNER_CASE(i, x, y) \
+          case i: { \
+            int case_var = 3*x + i; \
+            EXPAND_32_VARS(c, case_var); \
+            y += case_var - 1; \
+            break; \
+          }
+#define OUTER_CASE(i, x, y) \
+      case i: { \
+        int case_var = y >> 8; \
+        EXPAND_32_VARS(b, y); \
+        switch (case_var) { \
+          EXPAND_32_INNER_CASES(0, x, y); \
+        } \
+        break; \
+      }
+EXPAND_32_OUTER_CASES(0, x, y);
+    }
+    --x;
+  }
+  return y;
+}

Modified: vendor/clang/dist/Makefile
==============================================================================
--- vendor/clang/dist/Makefile	Thu Oct 20 21:11:28 2011	(r226585)
+++ vendor/clang/dist/Makefile	Thu Oct 20 21:14:49 2011	(r226586)
@@ -14,7 +14,7 @@ ifndef CLANG_LEVEL
 
 IS_TOP_LEVEL := 1
 CLANG_LEVEL := .
-DIRS := include lib tools runtime docs unittests
+DIRS := utils/TableGen include lib tools runtime docs unittests
 
 PARALLEL_DIRS :=
 
@@ -60,6 +60,16 @@ endif
 # We can revisit this when LLVM/Clang support it.
 CXX.Flags += -fno-strict-aliasing
 
+# Set up Clang's tblgen.
+ifndef CLANG_TBLGEN
+  ifeq ($(LLVM_CROSS_COMPILING),1)
+    CLANG_TBLGEN := $(BuildLLVMToolDir)/clang-tblgen$(BUILD_EXEEXT)
+  else
+    CLANG_TBLGEN := $(LLVMToolDir)/clang-tblgen$(EXEEXT)
+  endif
+endif
+ClangTableGen = $(CLANG_TBLGEN) $(TableGen.Flags)
+
 ###
 # Clang Top Level specific stuff.
 
@@ -68,7 +78,7 @@ ifeq ($(IS_TOP_LEVEL),1)
 ifneq ($(PROJ_SRC_ROOT),$(PROJ_OBJ_ROOT))
 $(RecursiveTargets)::
 	$(Verb) for dir in test unittests; do \
-	  if [ ! -f $${dir}/Makefile ]; then \
+	  if [ -f $(PROJ_SRC_DIR)/$${dir}/Makefile ] && [ ! -f $${dir}/Makefile ]; then \
 	    $(MKDIR) $${dir}; \
 	    $(CP) $(PROJ_SRC_DIR)/$${dir}/Makefile $${dir}/Makefile; \
 	  fi \

Modified: vendor/clang/dist/NOTES.txt
==============================================================================
--- vendor/clang/dist/NOTES.txt	Thu Oct 20 21:11:28 2011	(r226585)
+++ vendor/clang/dist/NOTES.txt	Thu Oct 20 21:14:49 2011	(r226586)
@@ -83,3 +83,21 @@ enum VerifyConstraintResult {
 };
 
 //===---------------------------------------------------------------------===//
+
+Blocks should not capture variables that are only used in dead code.
+
+The rule that we came up with is that blocks are required to capture
+variables if they're referenced in evaluated code, even if that code
+doesn't actually rely on the value of the captured variable.
+
+For example, this requires a capture:
+  (void) var;
+But this does not:
+  if (false) puts(var);
+
+Summary of <rdar://problem/9851835>: if we implement this, we should
+warn about non-POD variables that are referenced but not captured, but
+only if the non-reachability is not due to macro or template
+metaprogramming.
+
+//===---------------------------------------------------------------------===//

Modified: vendor/clang/dist/bindings/python/clang/cindex.py
==============================================================================
--- vendor/clang/dist/bindings/python/clang/cindex.py	Thu Oct 20 21:11:28 2011	(r226585)
+++ vendor/clang/dist/bindings/python/clang/cindex.py	Thu Oct 20 21:14:49 2011	(r226586)
@@ -112,7 +112,7 @@ class SourceLocation(Structure):
             f, l, c, o = c_object_p(), c_uint(), c_uint(), c_uint()
             SourceLocation_loc(self, byref(f), byref(l), byref(c), byref(o))
             f = File(f) if f else None
-            self._data = (f, int(l.value), int(c.value), int(c.value))
+            self._data = (f, int(l.value), int(c.value), int(o.value))
         return self._data
 
     @property
@@ -451,6 +451,19 @@ CursorKind.USING_DIRECTIVE = CursorKind(
 # A C++ using declaration
 CursorKind.USING_DECLARATION = CursorKind(35)
 
+# A Type alias decl.
+CursorKind.TYPE_ALIAS_DECL = CursorKind(36)
+
+# A Objective-C synthesize decl
+CursorKind.OBJC_SYNTHESIZE_DECL = CursorKind(37)
+
+# A Objective-C dynamic decl
+CursorKind.OBJC_DYNAMIC_DECL = CursorKind(38)
+
+# A C++ access specifier decl.
+CursorKind.CXX_ACCESS_SPEC_DECL = CursorKind(39)
+
+
 ###
 # Reference Kinds
 
@@ -524,6 +537,154 @@ CursorKind.OBJC_MESSAGE_EXPR = CursorKin
 # An expression that represents a block literal.
 CursorKind.BLOCK_EXPR = CursorKind(105)
 
+# An integer literal.
+CursorKind.INTEGER_LITERAL = CursorKind(106)
+
+# A floating point number literal.
+CursorKind.FLOATING_LITERAL = CursorKind(107)
+
+# An imaginary number literal.
+CursorKind.IMAGINARY_LITERAL = CursorKind(108)
+
+# A string literal.
+CursorKind.STRING_LITERAL = CursorKind(109)
+
+# A character literal.
+CursorKind.CHARACTER_LITERAL = CursorKind(110)
+
+# A parenthesized expression, e.g. "(1)".
+#
+# This AST node is only formed if full location information is requested.
+CursorKind.PAREN_EXPR = CursorKind(111)
+
+# This represents the unary-expression's (except sizeof and
+# alignof).
+CursorKind.UNARY_OPERATOR = CursorKind(112)
+
+# [C99 6.5.2.1] Array Subscripting.
+CursorKind.ARRAY_SUBSCRIPT_EXPR = CursorKind(113)
+
+# A builtin binary operation expression such as "x + y" or
+# "x <= y".
+CursorKind.BINARY_OPERATOR = CursorKind(114)
+
+# Compound assignment such as "+=".
+CursorKind.COMPOUND_ASSIGNMENT_OPERATOR = CursorKind(115)
+
+# The ?: ternary operator.
+CursorKind.CONDITONAL_OPERATOR = CursorKind(116)
+
+# An explicit cast in C (C99 6.5.4) or a C-style cast in C++
+# (C++ [expr.cast]), which uses the syntax (Type)expr.
+#
+# For example: (int)f.
+CursorKind.CSTYLE_CAST_EXPR = CursorKind(117)
+
+# [C99 6.5.2.5]
+CursorKind.COMPOUND_LITERAL_EXPR = CursorKind(118)
+
+# Describes an C or C++ initializer list.
+CursorKind.INIT_LIST_EXPR = CursorKind(119)
+
+# The GNU address of label extension, representing &&label.
+CursorKind.ADDR_LABEL_EXPR = CursorKind(120)
+
+# This is the GNU Statement Expression extension: ({int X=4; X;})
+CursorKind.StmtExpr = CursorKind(121)
+
+# Represents a C1X generic selection.
+CursorKind.GENERIC_SELECTION_EXPR = CursorKind(122)
+
+# Implements the GNU __null extension, which is a name for a null
+# pointer constant that has integral type (e.g., int or long) and is the same
+# size and alignment as a pointer.
+#
+# The __null extension is typically only used by system headers, which define
+# NULL as __null in C++ rather than using 0 (which is an integer that may not
+# match the size of a pointer).
+CursorKind.GNU_NULL_EXPR = CursorKind(123)
+
+# C++'s static_cast<> expression.
+CursorKind.CXX_STATIC_CAST_EXPR = CursorKind(124)
+
+# C++'s dynamic_cast<> expression.
+CursorKind.CXX_DYNAMIC_CAST_EXPR = CursorKind(125)
+
+# C++'s reinterpret_cast<> expression.
+CursorKind.CXX_REINTERPRET_CAST_EXPR = CursorKind(126)
+
+# C++'s const_cast<> expression.
+CursorKind.CXX_CONST_CAST_EXPR = CursorKind(127)
+
+# Represents an explicit C++ type conversion that uses "functional"
+# notion (C++ [expr.type.conv]).
+#
+# Example:
+# \code
+#   x = int(0.5);
+# \endcode
+CursorKind.CXX_FUNCTIONAL_CAST_EXPR = CursorKind(128)
+
+# A C++ typeid expression (C++ [expr.typeid]).
+CursorKind.CXX_TYPEID_EXPR = CursorKind(129)
+
+# [C++ 2.13.5] C++ Boolean Literal.
+CursorKind.CXX_BOOL_LITERAL_EXPR = CursorKind(130)
+
+# [C++0x 2.14.7] C++ Pointer Literal.
+CursorKind.CXX_NULL_PTR_LITERAL_EXPR = CursorKind(131)
+
+# Represents the "this" expression in C++
+CursorKind.CXX_THIS_EXPR = CursorKind(132)
+
+# [C++ 15] C++ Throw Expression.
+#
+# This handles 'throw' and 'throw' assignment-expression. When
+# assignment-expression isn't present, Op will be null.
+CursorKind.CXX_THROW_EXPR = CursorKind(133)
+
+# A new expression for memory allocation and constructor calls, e.g:
+# "new CXXNewExpr(foo)".
+CursorKind.CXX_NEW_EXPR = CursorKind(134)
+
+# A delete expression for memory deallocation and destructor calls,
+# e.g. "delete[] pArray".
+CursorKind.CXX_DELETE_EXPR = CursorKind(135)
+
+# Represents a unary expression.
+CursorKind.CXX_UNARY_EXPR = CursorKind(136)
+
+# ObjCStringLiteral, used for Objective-C string literals i.e. "foo".
+CursorKind.OBJC_STRING_LITERAL = CursorKind(137)
+
+# ObjCEncodeExpr, used for in Objective-C.
+CursorKind.OBJC_ENCODE_EXPR = CursorKind(138)
+
+# ObjCSelectorExpr used for in Objective-C.
+CursorKind.OBJC_SELECTOR_EXPR = CursorKind(139)
+
+# Objective-C's protocol expression.
+CursorKind.OBJC_PROTOCOL_EXPR = CursorKind(140)
+
+# An Objective-C "bridged" cast expression, which casts between
+# Objective-C pointers and C pointers, transferring ownership in the process.
+#
+# \code
+#   NSString *str = (__bridge_transfer NSString *)CFCreateString();
+# \endcode
+CursorKind.OBJC_BRIDGE_CAST_EXPR = CursorKind(141)
+
+# Represents a C++0x pack expansion that produces a sequence of
+# expressions.
+#
+# A pack expansion expression contains a pattern (which itself is an
+# expression) followed by an ellipsis. For example:
+CursorKind.PACK_EXPANSION_EXPR = CursorKind(142)
+
+# Represents an expression that computes the length of a parameter
+# pack.
+CursorKind.SIZE_OF_PACK_EXPR = CursorKind(143)
+
 # A statement whose specific kind is not exposed via this interface.
 #
 # Unexposed statements have the same operations as any other kind of statement;
@@ -534,6 +695,92 @@ CursorKind.UNEXPOSED_STMT = CursorKind(2
 # A labelled statement in a function.
 CursorKind.LABEL_STMT = CursorKind(201)
 
+# A compound statement
+CursorKind.COMPOUND_STMT = CursorKind(202)
+
+# A case statement.
+CursorKind.CASE_STMT = CursorKind(203)
+
+# A default statement.
+CursorKind.DEFAULT_STMT = CursorKind(204)
+
+# An if statement.
+CursorKind.IF_STMT = CursorKind(205)
+
+# A switch statement.
+CursorKind.SWITCH_STMT = CursorKind(206)
+
+# A while statement.
+CursorKind.WHILE_STMT = CursorKind(207)
+
+# A do statement.
+CursorKind.DO_STMT = CursorKind(208)
+
+# A for statement.
+CursorKind.FOR_STMT = CursorKind(209)
+
+# A goto statement.
+CursorKind.GOTO_STMT = CursorKind(210)
+
+# An indirect goto statement.
+CursorKind.INDIRECT_GOTO_STMT = CursorKind(211)
+
+# A continue statement.
+CursorKind.CONTINUE_STMT = CursorKind(212)
+
+# A break statement.
+CursorKind.BREAK_STMT = CursorKind(213)
+
+# A return statement.
+CursorKind.RETURN_STMT = CursorKind(214)
+
+# A GNU-style inline assembler statement.
+CursorKind.ASM_STMT = CursorKind(215)
+
+# Objective-C's overall @try- at catch-@finally statement.
+CursorKind.OBJC_AT_TRY_STMT = CursorKind(216)
+
+# Objective-C's @catch statement.
+CursorKind.OBJC_AT_CATCH_STMT = CursorKind(217)
+
+# Objective-C's @finally statement.
+CursorKind.OBJC_AT_FINALLY_STMT = CursorKind(218)
+
+# Objective-C's @throw statement.
+CursorKind.OBJC_AT_THROW_STMT = CursorKind(219)
+
+# Objective-C's @synchronized statement.
+CursorKind.OBJC_AT_SYNCHRONIZED_STMT = CursorKind(220)
+
+# Objective-C's autorealease pool statement.
+CursorKind.OBJC_AUTORELEASE_POOL_STMT = CursorKind(221)
+
+# Objective-C's for collection statement.
+CursorKind.OBJC_FOR_COLLECTION_STMT = CursorKind(222)
+
+# C++'s catch statement.
+CursorKind.CXX_CATCH_STMT = CursorKind(223)
+
+# C++'s try statement.
+CursorKind.CXX_TRY_STMT = CursorKind(224)
+
+# C++'s for (* : *) statement.
+CursorKind.CXX_FOR_RANGE_STMT = CursorKind(225)
+
+# Windows Structured Exception Handling's try statement.
+CursorKind.SEH_TRY_STMT = CursorKind(226)
+
+# Windows Structured Exception Handling's except statement.
+CursorKind.SEH_EXCEPT_STMT = CursorKind(227)
+
+# Windows Structured Exception Handling's finally statement.
+CursorKind.SEH_FINALLY_STMT = CursorKind(228)
+
+# The null statement.
+CursorKind.NULL_STMT = CursorKind(230)
+
+# Adaptor class for mixing declarations with statements and expressions.
+CursorKind.DECL_STMT = CursorKind(231)
 
 ###
 # Other Kinds
@@ -616,7 +863,22 @@ class Cursor(Structure):
             # FIXME: clang_getCursorSpelling should be fixed to not assert on
             # this, for consistency with clang_getCursorUSR.
             return None
-        return Cursor_spelling(self)
+        if not hasattr(self, '_spelling'):
+            self._spelling = Cursor_spelling(self)
+        return self._spelling
+
+    @property
+    def displayname(self):
+        """
+        Return the display name for the entity referenced by this cursor.
+
+        The display name contains extra information that helps identify the cursor,
+        such as the parameters of a function or template or the arguments of a
+        class template specialization.
+        """
+        if not hasattr(self, '_displayname'):
+            self._displayname = Cursor_displayname(self)
+        return self._displayname
 
     @property
     def location(self):
@@ -624,7 +886,9 @@ class Cursor(Structure):
         Return the source location (the starting character) of the entity
         pointed at by the cursor.
         """
-        return Cursor_loc(self)
+        if not hasattr(self, '_loc'):
+            self._loc = Cursor_loc(self)
+        return self._loc
 
     @property
     def extent(self):
@@ -632,7 +896,19 @@ class Cursor(Structure):
         Return the source range (the range of text) occupied by the entity
         pointed at by the cursor.
         """
-        return Cursor_extent(self)
+        if not hasattr(self, '_extent'):
+            self._extent = Cursor_extent(self)
+        return self._extent
+
+    @property
+    def type(self):
+        """
+        Retrieve the type (if any) of of the entity pointed at by the
+        cursor.
+        """
+        if not hasattr(self, '_type'):
+            self._type = Cursor_type(self)
+        return self._type
 
     def get_children(self):
         """Return an iterator for accessing the children of this cursor."""
@@ -656,6 +932,165 @@ class Cursor(Structure):
             return None
         return res
 
+
+### Type Kinds ###
+
+class TypeKind(object):
+    """
+    Describes the kind of type.
+    """
+
+    # The unique kind objects, indexed by id.
+    _kinds = []
+    _name_map = None
+
+    def __init__(self, value):
+        if value >= len(TypeKind._kinds):
+            TypeKind._kinds += [None] * (value - len(TypeKind._kinds) + 1)
+        if TypeKind._kinds[value] is not None:
+            raise ValueError,'TypeKind already loaded'
+        self.value = value
+        TypeKind._kinds[value] = self
+        TypeKind._name_map = None
+
+    def from_param(self):
+        return self.value
+
+    @property
+    def name(self):
+        """Get the enumeration name of this cursor kind."""
+        if self._name_map is None:
+            self._name_map = {}
+            for key,value in TypeKind.__dict__.items():
+                if isinstance(value,TypeKind):
+                    self._name_map[value] = key
+        return self._name_map[self]
+
+    @staticmethod
+    def from_id(id):
+        if id >= len(TypeKind._kinds) or TypeKind._kinds[id] is None:
+            raise ValueError,'Unknown cursor kind'
+        return TypeKind._kinds[id]
+
+    def __repr__(self):
+        return 'TypeKind.%s' % (self.name,)
+
+
+
+TypeKind.INVALID = TypeKind(0)
+TypeKind.UNEXPOSED = TypeKind(1)
+TypeKind.VOID = TypeKind(2)
+TypeKind.BOOL = TypeKind(3)
+TypeKind.CHAR_U = TypeKind(4)
+TypeKind.UCHAR = TypeKind(5)
+TypeKind.CHAR16 = TypeKind(6)
+TypeKind.CHAR32 = TypeKind(7)
+TypeKind.USHORT = TypeKind(8)
+TypeKind.UINT = TypeKind(9)
+TypeKind.ULONG = TypeKind(10)
+TypeKind.ULONGLONG = TypeKind(11)
+TypeKind.UINT128 = TypeKind(12)
+TypeKind.CHAR_S = TypeKind(13)
+TypeKind.SCHAR = TypeKind(14)
+TypeKind.WCHAR = TypeKind(15)
+TypeKind.SHORT = TypeKind(16)
+TypeKind.INT = TypeKind(17)
+TypeKind.LONG = TypeKind(18)
+TypeKind.LONGLONG = TypeKind(19)
+TypeKind.INT128 = TypeKind(20)
+TypeKind.FLOAT = TypeKind(21)
+TypeKind.DOUBLE = TypeKind(22)
+TypeKind.LONGDOUBLE = TypeKind(23)
+TypeKind.NULLPTR = TypeKind(24)
+TypeKind.OVERLOAD = TypeKind(25)
+TypeKind.DEPENDENT = TypeKind(26)
+TypeKind.OBJCID = TypeKind(27)
+TypeKind.OBJCCLASS = TypeKind(28)
+TypeKind.OBJCSEL = TypeKind(29)
+TypeKind.COMPLEX = TypeKind(100)
+TypeKind.POINTER = TypeKind(101)
+TypeKind.BLOCKPOINTER = TypeKind(102)
+TypeKind.LVALUEREFERENCE = TypeKind(103)
+TypeKind.RVALUEREFERENCE = TypeKind(104)
+TypeKind.RECORD = TypeKind(105)
+TypeKind.ENUM = TypeKind(106)
+TypeKind.TYPEDEF = TypeKind(107)
+TypeKind.OBJCINTERFACE = TypeKind(108)
+TypeKind.OBJCOBJECTPOINTER = TypeKind(109)
+TypeKind.FUNCTIONNOPROTO = TypeKind(110)
+TypeKind.FUNCTIONPROTO = TypeKind(111)
+
+
+class Type(Structure):
+    """
+    The type of an element in the abstract syntax tree.
+    """
+    _fields_ = [("_kind_id", c_int), ("data", c_void_p * 2)]
+
+    @property
+    def kind(self):
+        """Return the kind of this type."""
+        return TypeKind.from_id(self._kind_id)
+
+    @staticmethod
+    def from_result(res, fn, args):
+        assert isinstance(res, Type)
+        return res
+
+    def get_canonical(self):
+        """
+        Return the canonical type for a Type.
+
+        Clang's type system explicitly models typedefs and all the
+        ways a specific type can be represented.  The canonical type
+        is the underlying type with all the "sugar" removed.  For
+        example, if 'T' is a typedef for 'int', the canonical type for
+        'T' would be 'int'.
+        """
+        return Type_get_canonical(self)
+
+    def is_const_qualified(self):
+        """
+        Determine whether a Type has the "const" qualifier set,
+        without looking through typedefs that may have added "const"
+        at a different level.
+        """
+        return Type_is_const_qualified(self)
+
+    def is_volatile_qualified(self):
+        """
+        Determine whether a Type has the "volatile" qualifier set,
+        without looking through typedefs that may have added
+        "volatile" at a different level.
+        """
+        return Type_is_volatile_qualified(self)
+
+    def is_restrict_qualified(self):
+        """
+        Determine whether a Type has the "restrict" qualifier set,
+        without looking through typedefs that may have added
+        "restrict" at a different level.
+        """
+        return Type_is_restrict_qualified(self)
+
+    def get_pointee(self):
+        """
+        For pointer types, returns the type of the pointee.
+        """
+        return Type_get_pointee(self)
+
+    def get_declaration(self):
+        """
+        Return the cursor for the declaration of the given type.
+        """
+        return Type_get_declaration(self)
+
+    def get_result(self):
+        """
+        Retrieve the result type associated with a function type.
+        """
+        return Type_get_result(self)
+
 ## CIndex Objects ##
 
 # CIndex objects (derived from ClangObject) are essentially lightweight
@@ -1210,11 +1645,50 @@ Cursor_ref.argtypes = [Cursor]
 Cursor_ref.restype = Cursor
 Cursor_ref.errcheck = Cursor.from_result
 
+Cursor_type = lib.clang_getCursorType
+Cursor_type.argtypes = [Cursor]
+Cursor_type.restype = Type
+Cursor_type.errcheck = Type.from_result
+
 Cursor_visit_callback = CFUNCTYPE(c_int, Cursor, Cursor, py_object)
 Cursor_visit = lib.clang_visitChildren
 Cursor_visit.argtypes = [Cursor, Cursor_visit_callback, py_object]
 Cursor_visit.restype = c_uint
 
+# Type Functions
+Type_get_canonical = lib.clang_getCanonicalType
+Type_get_canonical.argtypes = [Type]
+Type_get_canonical.restype = Type
+Type_get_canonical.errcheck = Type.from_result
+
+Type_is_const_qualified = lib.clang_isConstQualifiedType
+Type_is_const_qualified.argtypes = [Type]
+Type_is_const_qualified.restype = bool
+
+Type_is_volatile_qualified = lib.clang_isVolatileQualifiedType
+Type_is_volatile_qualified.argtypes = [Type]
+Type_is_volatile_qualified.restype = bool
+
+Type_is_restrict_qualified = lib.clang_isRestrictQualifiedType
+Type_is_restrict_qualified.argtypes = [Type]
+Type_is_restrict_qualified.restype = bool
+
+Type_get_pointee = lib.clang_getPointeeType
+Type_get_pointee.argtypes = [Type]
+Type_get_pointee.restype = Type
+Type_get_pointee.errcheck = Type.from_result
+
+Type_get_declaration = lib.clang_getTypeDeclaration
+Type_get_declaration.argtypes = [Type]
+Type_get_declaration.restype = Cursor
+Type_get_declaration.errcheck = Cursor.from_result
+
+Type_get_result = lib.clang_getResultType
+Type_get_result.argtypes = [Type]
+Type_get_result.restype = Type
+Type_get_result.errcheck = Type.from_result
+
+
 # Index Functions
 Index_create = lib.clang_createIndex
 Index_create.argtypes = [c_int, c_int]
@@ -1313,6 +1787,6 @@ _clang_getCompletionPriority.restype = c
 
 ###
 
-__all__ = ['Index', 'TranslationUnit', 'Cursor', 'CursorKind',
+__all__ = ['Index', 'TranslationUnit', 'Cursor', 'CursorKind', 'Type', 'TypeKind',
            'Diagnostic', 'FixIt', 'CodeCompletionResults', 'SourceRange',
            'SourceLocation', 'File']

Modified: vendor/clang/dist/bindings/python/tests/cindex/test_cursor.py
==============================================================================
--- vendor/clang/dist/bindings/python/tests/cindex/test_cursor.py	Thu Oct 20 21:11:28 2011	(r226585)
+++ vendor/clang/dist/bindings/python/tests/cindex/test_cursor.py	Thu Oct 20 21:14:49 2011	(r226586)
@@ -1,4 +1,4 @@
-from clang.cindex import Index, CursorKind
+from clang.cindex import Index, CursorKind, TypeKind
 
 kInput = """\
 // FIXME: Find nicer way to drop builtins and other cruft.
@@ -47,13 +47,17 @@ def test_get_children():
     assert len(s0_nodes) == 2
     assert s0_nodes[0].kind == CursorKind.FIELD_DECL
     assert s0_nodes[0].spelling == 'a'
+    assert s0_nodes[0].type.kind == TypeKind.INT
     assert s0_nodes[1].kind == CursorKind.FIELD_DECL
     assert s0_nodes[1].spelling == 'b'
+    assert s0_nodes[1].type.kind == TypeKind.INT
 
     assert tu_nodes[1].kind == CursorKind.STRUCT_DECL
     assert tu_nodes[1].spelling == 's1'
+    assert tu_nodes[1].displayname == 's1'
     assert tu_nodes[1].is_definition() == False
 
     assert tu_nodes[2].kind == CursorKind.FUNCTION_DECL
     assert tu_nodes[2].spelling == 'f0'
+    assert tu_nodes[2].displayname == 'f0(int, int)'
     assert tu_nodes[2].is_definition() == True

Modified: vendor/clang/dist/bindings/python/tests/cindex/test_diagnostics.py
==============================================================================
--- vendor/clang/dist/bindings/python/tests/cindex/test_diagnostics.py	Thu Oct 20 21:11:28 2011	(r226585)
+++ vendor/clang/dist/bindings/python/tests/cindex/test_diagnostics.py	Thu Oct 20 21:14:49 2011	(r226586)
@@ -36,7 +36,7 @@ def test_diagnostic_fixit():
     assert len(tu.diagnostics) == 1
     assert tu.diagnostics[0].severity == Diagnostic.Warning
     assert tu.diagnostics[0].location.line == 1
-    assert tu.diagnostics[0].location.column == 31
+    assert tu.diagnostics[0].location.column == 26
     assert tu.diagnostics[0].spelling.startswith('use of GNU old-style')
     assert len(tu.diagnostics[0].fixits) == 1
     assert tu.diagnostics[0].fixits[0].range.start.line == 1

Added: vendor/clang/dist/bindings/python/tests/cindex/test_location.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/clang/dist/bindings/python/tests/cindex/test_location.py	Thu Oct 20 21:14:49 2011	(r226586)
@@ -0,0 +1,50 @@
+from clang.cindex import Index
+
+baseInput="int one;\nint two;\n"
+
+def assert_location(loc, line, column, offset):
+    assert loc.line == line
+    assert loc.column == column
+    assert loc.offset == offset
+
+def test_location():
+    index = Index.create()
+    tu = index.parse('t.c', unsaved_files = [('t.c',baseInput)])
+
+    for n in tu.cursor.get_children():
+        if n.spelling == 'one':
+            assert_location(n.location,line=1,column=5,offset=4)
+        if n.spelling == 'two':
+            assert_location(n.location,line=2,column=5,offset=13)
+
+    # adding a linebreak at top should keep columns same
+    tu = index.parse('t.c', unsaved_files = [('t.c',"\n"+baseInput)])
+
+    for n in tu.cursor.get_children():
+        if n.spelling == 'one':
+            assert_location(n.location,line=2,column=5,offset=5)
+        if n.spelling == 'two':
+            assert_location(n.location,line=3,column=5,offset=14)
+
+    # adding a space should affect column on first line only
+    tu = index.parse('t.c', unsaved_files = [('t.c'," "+baseInput)])
+
+    for n in tu.cursor.get_children():
+        if n.spelling == 'one':
+            assert_location(n.location,line=1,column=6,offset=5)
+        if n.spelling == 'two':
+            assert_location(n.location,line=2,column=5,offset=14)
+
+def test_extent():
+    index = Index.create()
+    tu = index.parse('t.c', unsaved_files = [('t.c',baseInput)])
+
+    for n in tu.cursor.get_children():
+        if n.spelling == 'one':
+            assert_location(n.extent.start,line=1,column=1,offset=0)
+            assert_location(n.extent.end,line=1,column=8,offset=7)
+            assert baseInput[n.extent.start.offset:n.extent.end.offset] == "int one"
+        if n.spelling == 'two':
+            assert_location(n.extent.start,line=2,column=1,offset=9)
+            assert_location(n.extent.end,line=2,column=8,offset=16)
+            assert baseInput[n.extent.start.offset:n.extent.end.offset] == "int two"

Added: vendor/clang/dist/bindings/python/tests/cindex/test_type.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/clang/dist/bindings/python/tests/cindex/test_type.py	Thu Oct 20 21:14:49 2011	(r226586)
@@ -0,0 +1,76 @@
+from clang.cindex import Index, CursorKind, TypeKind
+
+kInput = """\
+
+typedef int I;
+
+struct teststruct {
+  int a;
+  I b;
+  long c;
+  unsigned long d;
+  signed long e;
+  const int f;
+  int *g;
+  int ***h;
+};
+
+"""
+
+def test_a_struct():
+    index = Index.create()
+    tu = index.parse('t.c', unsaved_files = [('t.c',kInput)])
+
+    for n in tu.cursor.get_children():
+        if n.spelling == 'teststruct':
+            fields = list(n.get_children())
+
+            assert all(x.kind == CursorKind.FIELD_DECL for x in fields)
+
+            assert fields[0].spelling == 'a'
+            assert not fields[0].type.is_const_qualified()
+            assert fields[0].type.kind == TypeKind.INT
+            assert fields[0].type.get_canonical().kind == TypeKind.INT
+
+            assert fields[1].spelling == 'b'
+            assert not fields[1].type.is_const_qualified()
+            assert fields[1].type.kind == TypeKind.TYPEDEF
+            assert fields[1].type.get_canonical().kind == TypeKind.INT
+            assert fields[1].type.get_declaration().spelling == 'I'
+
+            assert fields[2].spelling == 'c'
+            assert not fields[2].type.is_const_qualified()
+            assert fields[2].type.kind == TypeKind.LONG
+            assert fields[2].type.get_canonical().kind == TypeKind.LONG
+
+            assert fields[3].spelling == 'd'
+            assert not fields[3].type.is_const_qualified()
+            assert fields[3].type.kind == TypeKind.ULONG
+            assert fields[3].type.get_canonical().kind == TypeKind.ULONG
+
+            assert fields[4].spelling == 'e'
+            assert not fields[4].type.is_const_qualified()
+            assert fields[4].type.kind == TypeKind.LONG
+            assert fields[4].type.get_canonical().kind == TypeKind.LONG
+
+            assert fields[5].spelling == 'f'
+            assert fields[5].type.is_const_qualified()
+            assert fields[5].type.kind == TypeKind.INT
+            assert fields[5].type.get_canonical().kind == TypeKind.INT
+
+            assert fields[6].spelling == 'g'
+            assert not fields[6].type.is_const_qualified()
+            assert fields[6].type.kind == TypeKind.POINTER
+            assert fields[6].type.get_pointee().kind == TypeKind.INT
+
+            assert fields[7].spelling == 'h'
+            assert not fields[7].type.is_const_qualified()
+            assert fields[7].type.kind == TypeKind.POINTER
+            assert fields[7].type.get_pointee().kind == TypeKind.POINTER
+            assert fields[7].type.get_pointee().get_pointee().kind == TypeKind.POINTER
+            assert fields[7].type.get_pointee().get_pointee().get_pointee().kind == TypeKind.INT
+
+            break
+
+    else:
+        assert False, "Didn't find teststruct??"

Modified: vendor/clang/dist/docs/AutomaticReferenceCounting.html
==============================================================================
--- vendor/clang/dist/docs/AutomaticReferenceCounting.html	Thu Oct 20 21:11:28 2011	(r226585)
+++ vendor/clang/dist/docs/AutomaticReferenceCounting.html	Thu Oct 20 21:14:49 2011	(r226586)
@@ -1315,6 +1315,39 @@ and only if the value is not demonstrabl
 <p>The complete optimization rules are quite complicated, but it would
 still be useful to document them here.</p>
 
+<div id="optimization.precise">
+<h1>Precise lifetime semantics</h1>
+
+<p>In general, ARC maintains an invariant that a retainable object
+pointer held in a <tt>__strong</tt> object will be retained for the
+full formal lifetime of the object.  Objects subject to this invariant
+have <span class="term">precise lifetime semantics</span>.</p>
+
+<p>By default, local variables of automatic storage duration do not
+have precise lifetime semantics.  Such objects are simply strong
+references which hold values of retainable object pointer type, and
+these values are still fully subject to the optimizations on values
+under local control.</p>
+
+<div class="rationale"><p>Rationale: applying these precise-lifetime
+semantics strictly would be prohibitive.  Many useful optimizations
+that might theoretically decrease the lifetime of an object would be
+rendered impossible.  Essentially, it promises too much.</p></div>
+
+<p>A local variable of retainable object owner type and automatic
+storage duration may be annotated with the <tt>objc_precise_lifetime</tt>
+attribute to indicate that it should be considered to be an object
+with precise lifetime semantics.</p>
+
+<div class="rationale"><p>Rationale: nonetheless, it is sometimes
+useful to be able to force an object to be released at a precise time,
+even if that object does not appear to be used.  This is likely to be
+uncommon enough that the syntactic weight of explicitly requesting
+these semantics will not be burdensome, and may even make the code
+clearer.</p></div>
+
+</div> <!-- optimization.precise -->
+
 </div>
 
 <div id="misc">
@@ -1562,6 +1595,56 @@ from exceptions.</p></div>
 
 </div> <!-- misc.exceptions -->
 
+<div id="misc.interior">
+<h1>Interior pointers</h1>
+
+<p>An Objective-C method returning a non-retainable pointer may be
+annotated with the <tt>objc_returns_inner_pointer</tt> attribute to
+indicate that it returns a handle to the internal data of an object,
+and that this reference will be invalidated if the object is
+destroyed.  When such a message is sent to an object, the object's
+lifetime will be extended until at least the earliest of:</p>
+
+<ul>
+<li>the last use of the returned pointer, or any pointer derived from
+it, in the calling function or</li>
+<li>the autorelease pool is restored to a previous state.</li>
+</ul>
+
+<div class="rationale"><p>Rationale: not all memory and resources are
+managed with reference counts; it is common for objects to manage
+private resources in their own, private way.  Typically these

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


More information about the svn-src-all mailing list