2 files changed
+2
-2
lines changedSubmodule compiler-rt updated 278 files
Submodule clang updated 88 files
- Makefile+5
- bindings/xml/comment-xml-schema.rng+36
- include/clang/AST/ASTContext.h+5-1
- include/clang/AST/CommentSema.h+5-1
- include/clang/AST/RawCommentList.h+3-1
- include/clang/ASTMatchers/ASTMatchers.h+2-2
- include/clang/Basic/DiagnosticGroups.td+3
- include/clang/Basic/DiagnosticSemaKinds.td+18-2
- include/clang/Basic/Module.h+17-2
- include/clang/Basic/ObjCRuntime.h+14-1
- include/clang/Basic/TokenKinds.h+25
- include/clang/Basic/arm_neon.td+4
- include/clang/Lex/MacroInfo.h+5
- include/clang/Lex/PPCallbacks.h+35-7
- include/clang/Lex/PreprocessingRecord.h+2-1
- include/clang/Lex/Preprocessor.h+27
- include/clang/Lex/Token.h+5-13
- include/clang/Sema/ScopeInfo.h+176-1
- include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h+1-1
- lib/AST/ASTContext.cpp+5-3
- lib/AST/ASTDiagnostic.cpp+133-32
- lib/AST/CommentSema.cpp+21-3
- lib/AST/ExprConstant.cpp+9
- lib/AST/RawCommentList.cpp+3-1
- lib/Analysis/UninitializedValues.cpp+5-11
- lib/Basic/Module.cpp+2-2
- lib/Basic/Targets.cpp+32-16
- lib/CodeGen/CGBuiltin.cpp+8
- lib/CodeGen/CGExprAgg.cpp+16-5
- lib/CodeGen/CGExprCXX.cpp+2-2
- lib/CodeGen/CGObjC.cpp+2-7
- lib/CodeGen/CodeGenFunction.h+14-1
- lib/CodeGen/CodeGenModule.cpp+10
- lib/CodeGen/CodeGenModule.h+1
- lib/CodeGen/CodeGenTBAA.cpp+57
- lib/CodeGen/CodeGenTBAA.h+15
- lib/Driver/Driver.cpp+1
- lib/Driver/ToolChain.cpp+5-1
- lib/Driver/ToolChains.cpp+43-3
- lib/Driver/Tools.cpp+30-10
- lib/Frontend/CompilerInstance.cpp+3
- lib/Frontend/DependencyFile.cpp+4-2
- lib/Frontend/DependencyGraph.cpp+4-2
- lib/Lex/MacroInfo.cpp+12
- lib/Lex/PPDirectives.cpp+28-5
- lib/Lex/PreprocessingRecord.cpp+2-1
- lib/Lex/Preprocessor.cpp+41-4
- lib/Rewrite/Frontend/InclusionRewriter.cpp+4-2
- lib/Sema/AnalysisBasedWarnings.cpp+158-1
- lib/Sema/CMakeLists.txt+1
- lib/Sema/ScopeInfo.cpp+181
- lib/Sema/Sema.cpp-16
- lib/Sema/SemaChecking.cpp+11-1
- lib/Sema/SemaDecl.cpp+16-1
- lib/Sema/SemaExpr.cpp+38-3
- lib/Sema/SemaExprMember.cpp+18-3
- lib/Sema/SemaExprObjC.cpp+14-13
- lib/Sema/SemaInit.cpp+2
- lib/Sema/SemaPseudoObject.cpp+35-1
- lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp+259-62
- lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp-1
- runtime/compiler-rt/Makefile+2-2
- test/Analysis/objc_invalidation.m+50-26
- test/CXX/dcl.decl/dcl.init/dcl.init.aggr/p4.cpp+6
- test/CodeGen/tbaa-struct.cpp+17
- test/CodeGenCXX/assign-construct-memcpy.cpp+89
- test/CodeGenCXX/attr.cpp+7-3
- test/CodeGenCXX/member-functions.cpp+3
- test/CodeGenObjC/optimized-setter-ios-device.m+33
- test/CodeGenObjC/optimized-setter.m+2-1
- test/CodeGenObjC/unoptimized-setter.m+32
- test/Driver/darwin-ld.c+4
- test/Driver/pic.c+10
- test/Driver/rewrite-objc.m-1
- test/Misc/diag-template-diffing-color.cpp+53
- test/Misc/diag-template-diffing.cpp+185
- test/Sema/constant-builtins-2.c+2
- test/Sema/constant-builtins.c+2
- test/Sema/warn-documentation-fixits.cpp+7
- test/SemaCXX/switch-implicit-fallthrough-macro.cpp+139
- test/SemaObjC/arc-repeated-weak.mm+248
- test/SemaObjC/weak-receiver-warn.m+13-13
- tools/Makefile-4
- tools/libclang/CIndex.cpp+1-1
- tools/libclang/CXComment.cpp+56-1
- tools/libclang/Indexing.cpp+2-1
- unittests/AST/CommentParser.cpp+1-1
- unittests/ASTMatchers/ASTMatchersTest.cpp+6
0 commit comments