r360531 - Revert rL360499 and rL360464 from cfe/trunk:

2019-05-11 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sat May 11 13:21:59 2019 New Revision: 360531 URL: http://llvm.org/viewvc/llvm-project?rev=360531&view=rev Log: Revert rL360499 and rL360464 from cfe/trunk: Reject attempts to call non-static member functions on objects outside their lifetime in constant expressions. This is

r360681 - [Sema] CodeSynthesisContext - add missing variable initialization to constructor. NFCI.

2019-05-14 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue May 14 07:58:47 2019 New Revision: 360681 URL: http://llvm.org/viewvc/llvm-project?rev=360681&view=rev Log: [Sema] CodeSynthesisContext - add missing variable initialization to constructor. NFCI. SavedInNonInstantiationSFINAEContext isn't used outside of specific contex

r361032 - Fix Wdocumentation warnings. NFCI.

2019-05-17 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Fri May 17 06:42:16 2019 New Revision: 361032 URL: http://llvm.org/viewvc/llvm-project?rev=361032&view=rev Log: Fix Wdocumentation warnings. NFCI. Modified: cfe/trunk/include/clang/Sema/Sema.h Modified: cfe/trunk/include/clang/Sema/Sema.h URL: http://llvm.org/viewvc/ll

r361096 - ASTNodeImporter - fix uninitialized variable warnings. NFCI.

2019-05-18 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sat May 18 04:33:27 2019 New Revision: 361096 URL: http://llvm.org/viewvc/llvm-project?rev=361096&view=rev Log: ASTNodeImporter - fix uninitialized variable warnings. NFCI. Modified: cfe/trunk/lib/AST/ASTImporter.cpp Modified: cfe/trunk/lib/AST/ASTImporter.cpp URL: htt

r361097 - MIGChecker - assert we have a non-null LocationContext. NFCI.

2019-05-18 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sat May 18 04:42:19 2019 New Revision: 361097 URL: http://llvm.org/viewvc/llvm-project?rev=361097&view=rev Log: MIGChecker - assert we have a non-null LocationContext. NFCI. Fixes scan-build warning. Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/MIGChecker.cpp Modifi

r361098 - ScalarExprEmitter::EmitCompoundAssign - fix uninitialized variable warning. NFCI.

2019-05-18 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sat May 18 05:17:15 2019 New Revision: 361098 URL: http://llvm.org/viewvc/llvm-project?rev=361098&view=rev Log: ScalarExprEmitter::EmitCompoundAssign - fix uninitialized variable warning. NFCI. Modified: cfe/trunk/lib/CodeGen/CGExprScalar.cpp Modified: cfe/trunk/lib/Co

r361238 - [CGBuiltin] dumpRecord - remove unused field offset. NFCI.

2019-05-21 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue May 21 03:48:42 2019 New Revision: 361238 URL: http://llvm.org/viewvc/llvm-project?rev=361238&view=rev Log: [CGBuiltin] dumpRecord - remove unused field offset. NFCI. Modified: cfe/trunk/lib/CodeGen/CGBuiltin.cpp Modified: cfe/trunk/lib/CodeGen/CGBuiltin.cpp URL: h

r361242 - [CodeGenModule] BlockByrefHelpers - add missing uninitialized variables to constructor. NFCI.

2019-05-21 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue May 21 04:37:54 2019 New Revision: 361242 URL: http://llvm.org/viewvc/llvm-project?rev=361242&view=rev Log: [CodeGenModule] BlockByrefHelpers - add missing uninitialized variables to constructor. NFCI. Modified: cfe/trunk/lib/CodeGen/CodeGenModule.h Modified: cfe/t

r361379 - [CGOpenMPRuntime] emitX86DeclareSimdFunction - assert simdlen/cdtsize is not zero. NFCI.

2019-05-22 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed May 22 06:02:19 2019 New Revision: 361379 URL: http://llvm.org/viewvc/llvm-project?rev=361379&view=rev Log: [CGOpenMPRuntime] emitX86DeclareSimdFunction - assert simdlen/cdtsize is not zero. NFCI. Fixes scan-build division by zero warning. Modified: cfe/trunk/lib/C

[clang-tools-extra] r361545 - Fix sphinx unknown document error

2019-05-23 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Thu May 23 13:07:27 2019 New Revision: 361545 URL: http://llvm.org/viewvc/llvm-project?rev=361545&view=rev Log: Fix sphinx unknown document error Modified: clang-tools-extra/trunk/docs/ReleaseNotes.rst Modified: clang-tools-extra/trunk/docs/ReleaseNotes.rst URL: http:/

[clang-tools-extra] r361616 - Fix sphinx "Malformed option description" warning

2019-05-24 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Fri May 24 02:31:32 2019 New Revision: 361616 URL: http://llvm.org/viewvc/llvm-project?rev=361616&view=rev Log: Fix sphinx "Malformed option description" warning Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-member-init.rst Modifie

r349342 - Fix "enumeral mismatch in conditional expression" gcc7 warnings. NFCI.

2018-12-17 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Mon Dec 17 04:17:37 2018 New Revision: 349342 URL: http://llvm.org/viewvc/llvm-project?rev=349342&view=rev Log: Fix "enumeral mismatch in conditional expression" gcc7 warnings. NFCI. Modified: cfe/trunk/lib/Sema/SemaDeclAttr.cpp cfe/trunk/lib/Sema/SemaDeclCXX.cpp Mo

r349343 - Fix "enumeral mismatch in conditional expression" gcc7 warning. NFCI.

2018-12-17 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Mon Dec 17 04:25:42 2018 New Revision: 349343 URL: http://llvm.org/viewvc/llvm-project?rev=349343&view=rev Log: Fix "enumeral mismatch in conditional expression" gcc7 warning. NFCI. Modified: cfe/trunk/lib/Sema/SemaStmtAttr.cpp Modified: cfe/trunk/lib/Sema/SemaStmtAttr.

r349357 - Build ASTImporterTest.cpp with /bigobj on MSVC builds to keep llvm-clang-x86_64-expensive-checks-win buildbot happy

2018-12-17 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Mon Dec 17 07:14:08 2018 New Revision: 349357 URL: http://llvm.org/viewvc/llvm-project?rev=349357&view=rev Log: Build ASTImporterTest.cpp with /bigobj on MSVC builds to keep llvm-clang-x86_64-expensive-checks-win buildbot happy Modified: cfe/trunk/unittests/AST/CMakeLis

r349631 - [X86][SSE] Auto upgrade PADDUS/PSUBUS intrinsics to UADD_SAT/USUB_SAT generic intrinsics (clang)

2018-12-19 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Dec 19 06:43:47 2018 New Revision: 349631 URL: http://llvm.org/viewvc/llvm-project?rev=349631&view=rev Log: [X86][SSE] Auto upgrade PADDUS/PSUBUS intrinsics to UADD_SAT/USUB_SAT generic intrinsics (clang) Sibling patch to D55855, this emits UADD_SAT/USUB_SAT generic int

r349743 - [X86][SSE] Auto upgrade PADDS/PSUBS intrinsics to SADD_SAT/SSUB_SAT generic intrinsics (clang)

2018-12-20 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Thu Dec 20 03:53:45 2018 New Revision: 349743 URL: http://llvm.org/viewvc/llvm-project?rev=349743&view=rev Log: [X86][SSE] Auto upgrade PADDS/PSUBS intrinsics to SADD_SAT/SSUB_SAT generic intrinsics (clang) This emits SADD_SAT/SSUB_SAT generic intrinsics for the SSE signed

r349796 - [X86] Auto upgrade XOP/AVX512 rotation intrinsics to generic funnel shift intrinsics (clang)

2018-12-20 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Thu Dec 20 11:01:13 2018 New Revision: 349796 URL: http://llvm.org/viewvc/llvm-project?rev=349796&view=rev Log: [X86] Auto upgrade XOP/AVX512 rotation intrinsics to generic funnel shift intrinsics (clang) This emits FSHL/FSHR generic intrinsics for the XOP VPROT and AVX512

r349894 - Revert rL349876 from cfe/trunk: [analyzer] Perform escaping in RetainCountChecker on type mismatch even for inlined functions

2018-12-21 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Fri Dec 21 02:11:23 2018 New Revision: 349894 URL: http://llvm.org/viewvc/llvm-project?rev=349894&view=rev Log: Revert rL349876 from cfe/trunk: [analyzer] Perform escaping in RetainCountChecker on type mismatch even for inlined functions The fix done in D55465 did not previ

r350619 - [X86] Add shift-by-immediate tests for non-immediate/out-of-range values

2019-01-08 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Jan 8 04:59:15 2019 New Revision: 350619 URL: http://llvm.org/viewvc/llvm-project?rev=350619&view=rev Log: [X86] Add shift-by-immediate tests for non-immediate/out-of-range values As noted on PR40203, for gcc compatibility we need to support non-immediate values in the

r371934 - [OpenMP] Fix OMPClauseReader::readClause() uninitialized variable warning. NFCI.

2019-09-15 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sun Sep 15 09:05:20 2019 New Revision: 371934 URL: http://llvm.org/viewvc/llvm-project?rev=371934&view=rev Log: [OpenMP] Fix OMPClauseReader::readClause() uninitialized variable warning. NFCI. Fixes static analyzer uninitialized variable warning for the OMPClause - the func

r372217 - [AST] CommentLexer - Remove (optional) Invalid parameter from getSpelling.

2019-09-18 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Sep 18 05:11:16 2019 New Revision: 372217 URL: http://llvm.org/viewvc/llvm-project?rev=372217&view=rev Log: [AST] CommentLexer - Remove (optional) Invalid parameter from getSpelling. The static analyzer noticed that we were dereferencing it even when the default null va

[clang-tools-extra] r372704 - Revert rL372693 : [clang-tidy] New bugprone-infinite-loop check for detecting obvious infinite loops

2019-09-24 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Sep 24 01:56:44 2019 New Revision: 372704 URL: http://llvm.org/viewvc/llvm-project?rev=372704&view=rev Log: Revert rL372693 : [clang-tidy] New bugprone-infinite-loop check for detecting obvious infinite loops Finding infinite loops is well-known to be impossible (haltin

r373150 - SemaExpr - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-09-28 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sat Sep 28 07:01:52 2019 New Revision: 373150 URL: http://llvm.org/viewvc/llvm-project?rev=373150&view=rev Log: SemaExpr - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in these cases w

r373198 - DeclCXX/ExprCXX - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-09-30 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Mon Sep 30 04:04:12 2019 New Revision: 373198 URL: http://llvm.org/viewvc/llvm-project?rev=373198&view=rev Log: DeclCXX/ExprCXX - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in these

r373396 - CGExprAgg - remove duplicate code. NFCI.

2019-10-01 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Oct 1 14:50:30 2019 New Revision: 373396 URL: http://llvm.org/viewvc/llvm-project?rev=373396&view=rev Log: CGExprAgg - remove duplicate code. NFCI. Remove duplicate getAs<> call, avoiding a clang static analyzer null dereference warning. Modified: cfe/trunk/lib/Co

r373398 - CGVTables - silence static analyzer getAs null dereference warnings. NFCI.

2019-10-01 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Oct 1 15:02:46 2019 New Revision: 373398 URL: http://llvm.org/viewvc/llvm-project?rev=373398&view=rev Log: CGVTables - silence static analyzer getAs null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but we should be abl

r373447 - ASTContext - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-02 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Oct 2 04:48:06 2019 New Revision: 373447 URL: http://llvm.org/viewvc/llvm-project?rev=373447&view=rev Log: ASTContext - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but we should be a

r373451 - Log2_32 returns an unsigned. NFCI.

2019-10-02 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Oct 2 04:49:32 2019 New Revision: 373451 URL: http://llvm.org/viewvc/llvm-project?rev=373451&view=rev Log: Log2_32 returns an unsigned. NFCI. Silences clang static analyzer warning about out of bounds (negative) shifts. Modified: cfe/trunk/lib/CodeGen/CGObjCGNU.cpp

r373475 - SemaOverload - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-02 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Oct 2 07:02:27 2019 New Revision: 373475 URL: http://llvm.org/viewvc/llvm-project?rev=373475&view=rev Log: SemaOverload - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in these cas

r373474 - SemaInit - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-02 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Oct 2 07:02:18 2019 New Revision: 373474 URL: http://llvm.org/viewvc/llvm-project?rev=373474&view=rev Log: SemaInit - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in these cases w

r373478 - Silence static analyzer getAs null dereference warnings. NFCI.

2019-10-02 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Oct 2 08:31:25 2019 New Revision: 373478 URL: http://llvm.org/viewvc/llvm-project?rev=373478&view=rev Log: Silence static analyzer getAs null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in these cases we should be a

r373480 - Type - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-02 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Oct 2 09:03:36 2019 New Revision: 373480 URL: http://llvm.org/viewvc/llvm-project?rev=373480&view=rev Log: Type - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in these cases we sh

r373520 - CGObjCMac - silence static analyzer dyn_cast<>/getAs<> null dereference warnings. NFCI.

2019-10-02 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Oct 2 13:30:37 2019 New Revision: 373520 URL: http://llvm.org/viewvc/llvm-project?rev=373520&view=rev Log: CGObjCMac - silence static analyzer dyn_cast<>/getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but we s

r373525 - ItaniumCXXABI - silence static analyzer getAs null dereference warnings. NFCI.

2019-10-02 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Oct 2 13:45:16 2019 New Revision: 373525 URL: http://llvm.org/viewvc/llvm-project?rev=373525&view=rev Log: ItaniumCXXABI - silence static analyzer getAs null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but we should be

r373526 - Fix uninitialized variable warning in CodeGenPGO constructor. NFCI.

2019-10-02 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Oct 2 14:05:21 2019 New Revision: 373526 URL: http://llvm.org/viewvc/llvm-project?rev=373526&view=rev Log: Fix uninitialized variable warning in CodeGenPGO constructor. NFCI. Modified: cfe/trunk/lib/CodeGen/CodeGenPGO.h Modified: cfe/trunk/lib/CodeGen/CodeGenPGO.h

r373584 - Silence static analyzer getAs null dereference warnings. NFCI.

2019-10-03 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Thu Oct 3 04:22:48 2019 New Revision: 373584 URL: http://llvm.org/viewvc/llvm-project?rev=373584&view=rev Log: Silence static analyzer getAs null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in these cases we should be a

r373611 - Remove duplicate P->getAs() call. NFCI.

2019-10-03 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Thu Oct 3 08:08:20 2019 New Revision: 373611 URL: http://llvm.org/viewvc/llvm-project?rev=373611&view=rev Log: Remove duplicate P->getAs() call. NFCI. Modified: cfe/trunk/lib/AST/ASTContext.cpp Modified: cfe/trunk/lib/AST/ASTContext.cpp URL: http://llvm.org/viewvc/llv

r373612 - ExprConstant - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-03 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Thu Oct 3 08:08:30 2019 New Revision: 373612 URL: http://llvm.org/viewvc/llvm-project?rev=373612&view=rev Log: ExprConstant - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in these cas

r373613 - Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI.

2019-10-03 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Thu Oct 3 08:10:47 2019 New Revision: 373613 URL: http://llvm.org/viewvc/llvm-project?rev=373613&view=rev Log: Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI. Modified: cfe/trunk/lib/CodeGen/CodeGenModule.cpp Modified: cfe/trunk/lib/Cod

r373626 - DeclBase/DeclCXX/DeclTemplate - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-03 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Thu Oct 3 09:58:01 2019 New Revision: 373626 URL: http://llvm.org/viewvc/llvm-project?rev=373626&view=rev Log: DeclBase/DeclCXX/DeclTemplate - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences,

r373665 - OverloadCandidate::getNumParams - silence static analyzer getAs null dereference warning. NFCI.

2019-10-03 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Thu Oct 3 14:27:02 2019 New Revision: 373665 URL: http://llvm.org/viewvc/llvm-project?rev=373665&view=rev Log: OverloadCandidate::getNumParams - silence static analyzer getAs null dereference warning. NFCI. The static analyzer is warning about a potential null dereference,

r373667 - ASTContext - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-03 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Thu Oct 3 14:47:42 2019 New Revision: 373667 URL: http://llvm.org/viewvc/llvm-project?rev=373667&view=rev Log: ASTContext - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but we should be a

r331753 - Fix 'not all control paths return a value' MSVC warnings. NFCI.

2018-05-08 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue May 8 02:40:32 2018 New Revision: 331753 URL: http://llvm.org/viewvc/llvm-project?rev=331753&view=rev Log: Fix 'not all control paths return a value' MSVC warnings. NFCI. Modified: cfe/trunk/lib/AST/ExprConstant.cpp cfe/trunk/lib/CodeGen/CGExprAgg.cpp Modified:

r335614 - Avoid spurious 'comma operator within array index expression' MSVC warning. NFCI.

2018-06-26 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Jun 26 08:20:20 2018 New Revision: 335614 URL: http://llvm.org/viewvc/llvm-project?rev=335614&view=rev Log: Avoid spurious 'comma operator within array index expression' MSVC warning. NFCI. Split the braces list initialization from the [] map operator to keep MSVC happ

[clang-tools-extra] r335626 - Fix -Wdocumentation warning. NFCI.

2018-06-26 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Jun 26 10:00:43 2018 New Revision: 335626 URL: http://llvm.org/viewvc/llvm-project?rev=335626&view=rev Log: Fix -Wdocumentation warning. NFCI. Modified: clang-tools-extra/trunk/clangd/Headers.h Modified: clang-tools-extra/trunk/clangd/Headers.h URL: http://llvm.org

[clang-tools-extra] r336329 - Fix -Wunused-variable warning. NFCI.

2018-07-05 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Thu Jul 5 02:35:12 2018 New Revision: 336329 URL: http://llvm.org/viewvc/llvm-project?rev=336329&view=rev Log: Fix -Wunused-variable warning. NFCI. Modified: clang-tools-extra/trunk/clangd/Quality.cpp Modified: clang-tools-extra/trunk/clangd/Quality.cpp URL: http://ll

r373752 - CGBlocks - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-04 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Fri Oct 4 08:01:54 2019 New Revision: 373752 URL: http://llvm.org/viewvc/llvm-project?rev=373752&view=rev Log: CGBlocks - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in these cases w

r373753 - SemaDeclAttr - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-04 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Fri Oct 4 08:02:46 2019 New Revision: 373753 URL: http://llvm.org/viewvc/llvm-project?rev=373753&view=rev Log: SemaDeclAttr - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in these cas

r373824 - SemaStmt - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-05 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sat Oct 5 06:20:42 2019 New Revision: 373824 URL: http://llvm.org/viewvc/llvm-project?rev=373824&view=rev Log: SemaStmt - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but we should be abl

r373825 - Remove redundant !HasDependentValue check. NFCI.

2019-10-05 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sat Oct 5 06:20:51 2019 New Revision: 373825 URL: http://llvm.org/viewvc/llvm-project?rev=373825&view=rev Log: Remove redundant !HasDependentValue check. NFCI. Fixes cppcheck warning. Modified: cfe/trunk/lib/Sema/SemaStmt.cpp Modified: cfe/trunk/lib/Sema/SemaStmt.cpp

r373826 - TreeTransform - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-05 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sat Oct 5 06:20:59 2019 New Revision: 373826 URL: http://llvm.org/viewvc/llvm-project?rev=373826&view=rev Log: TreeTransform - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but we should b

r373827 - SemaTemplate - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-05 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sat Oct 5 06:21:08 2019 New Revision: 373827 URL: http://llvm.org/viewvc/llvm-project?rev=373827&view=rev Log: SemaTemplate - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but we should be

r373829 - RewriteObjC - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-05 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sat Oct 5 06:42:14 2019 New Revision: 373829 URL: http://llvm.org/viewvc/llvm-project?rev=373829&view=rev Log: RewriteObjC - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but we should be

r373831 - Try to fix sphinx indentation error

2019-10-05 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sat Oct 5 09:08:17 2019 New Revision: 373831 URL: http://llvm.org/viewvc/llvm-project?rev=373831&view=rev Log: Try to fix sphinx indentation error Modified: cfe/trunk/docs/ReleaseNotes.rst Modified: cfe/trunk/docs/ReleaseNotes.rst URL: http://llvm.org/viewvc/llvm-proj

r373904 - AST - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-07 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Mon Oct 7 06:58:05 2019 New Revision: 373904 URL: http://llvm.org/viewvc/llvm-project?rev=373904&view=rev Log: AST - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in these cases we sho

r373905 - RewriteModernObjC - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-07 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Mon Oct 7 06:58:15 2019 New Revision: 373905 URL: http://llvm.org/viewvc/llvm-project?rev=373905&view=rev Log: RewriteModernObjC - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in thes

r373911 - Sema - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-07 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Mon Oct 7 07:25:46 2019 New Revision: 373911 URL: http://llvm.org/viewvc/llvm-project?rev=373911&view=rev Log: Sema - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in these cases we sh

r373918 - Codegen - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-07 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Mon Oct 7 09:42:25 2019 New Revision: 373918 URL: http://llvm.org/viewvc/llvm-project?rev=373918&view=rev Log: Codegen - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in these cases we

r374717 - BlockInCriticalSectionChecker - silence static analyzer dyn_cast null dereference warning. NFCI.

2019-10-13 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sun Oct 13 04:30:06 2019 New Revision: 374717 URL: http://llvm.org/viewvc/llvm-project?rev=374717&view=rev Log: BlockInCriticalSectionChecker - silence static analyzer dyn_cast null dereference warning. NFCI. The static analyzer is warning about a potential null dereference

r374876 - Fix uninitialized variable warnings. NFCI.

2019-10-15 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Oct 15 03:23:05 2019 New Revision: 374876 URL: http://llvm.org/viewvc/llvm-project?rev=374876&view=rev Log: Fix uninitialized variable warnings. NFCI. Modified: cfe/trunk/lib/AST/ASTImporter.cpp Modified: cfe/trunk/lib/AST/ASTImporter.cpp URL: http://llvm.org/viewv

r374988 - CGExprConstant - silence static analyzer getAs<> null dereference warning. NFCI.

2019-10-16 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Oct 16 03:38:40 2019 New Revision: 374988 URL: http://llvm.org/viewvc/llvm-project?rev=374988&view=rev Log: CGExprConstant - silence static analyzer getAs<> null dereference warning. NFCI. The static analyzer is warning about a potential null dereference, but in these c

r374987 - CGBuiltin - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-16 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Oct 16 03:38:32 2019 New Revision: 374987 URL: http://llvm.org/viewvc/llvm-project?rev=374987&view=rev Log: CGBuiltin - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in these cases

r374989 - CGDebugInfo - silence static analyzer dyn_cast<> null dereference warnings. NFCI.

2019-10-16 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Oct 16 03:38:49 2019 New Revision: 374989 URL: http://llvm.org/viewvc/llvm-project?rev=374989&view=rev Log: CGDebugInfo - silence static analyzer dyn_cast<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in these

r374991 - RewriteModernObjC - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-16 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Oct 16 03:50:06 2019 New Revision: 374991 URL: http://llvm.org/viewvc/llvm-project?rev=374991&view=rev Log: RewriteModernObjC - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in thes

r375097 - SemaDeclObjC - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-17 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Thu Oct 17 03:35:29 2019 New Revision: 375097 URL: http://llvm.org/viewvc/llvm-project?rev=375097&view=rev Log: SemaDeclObjC - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in these cas

r375101 - SemaExprCXX - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-17 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Thu Oct 17 04:12:31 2019 New Revision: 375101 URL: http://llvm.org/viewvc/llvm-project?rev=375101&view=rev Log: SemaExprCXX - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in these case

[clang-tools-extra] r375102 - clang-tidy - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-17 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Thu Oct 17 04:12:53 2019 New Revision: 375102 URL: http://llvm.org/viewvc/llvm-project?rev=375102&view=rev Log: clang-tidy - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in these cases

r375434 - Fix Wdocumentation warning. NFCI.

2019-10-21 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Mon Oct 21 10:45:18 2019 New Revision: 375434 URL: http://llvm.org/viewvc/llvm-project?rev=375434&view=rev Log: Fix Wdocumentation warning. NFCI. Modified: cfe/trunk/include/clang/AST/ExprCXX.h Modified: cfe/trunk/include/clang/AST/ExprCXX.h URL: http://llvm.org/viewvc

r375440 - SemaExceptionSpec - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-21 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Mon Oct 21 11:28:31 2019 New Revision: 375440 URL: http://llvm.org/viewvc/llvm-project?rev=375440&view=rev Log: SemaExceptionSpec - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in thes

r375443 - SemaTemplateDeduction - silence static analyzer getAs<> null dereference warnings. NFCI.

2019-10-21 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Mon Oct 21 12:08:31 2019 New Revision: 375443 URL: http://llvm.org/viewvc/llvm-project?rev=375443&view=rev Log: SemaTemplateDeduction - silence static analyzer getAs<> null dereference warnings. NFCI. The static analyzer is warning about potential null dereferences, but in

[clang] 126a72f - Fix MSVC "not all control paths return a value" warnings. NFCI.

2019-10-24 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2019-10-24T13:40:13-07:00 New Revision: 126a72fcbf7e5e4d958d3804033710c0a4efbe39 URL: https://github.com/llvm/llvm-project/commit/126a72fcbf7e5e4d958d3804033710c0a4efbe39 DIFF: https://github.com/llvm/llvm-project/commit/126a72fcbf7e5e4d958d3804033710c0a4efbe39.diff

[clang-tools-extra] 93a3128 - Remove extra ';'. NFCI.

2019-10-28 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2019-10-28T16:32:02Z New Revision: 93a3128a67cc4372696eb3199bed23d7bac4a183 URL: https://github.com/llvm/llvm-project/commit/93a3128a67cc4372696eb3199bed23d7bac4a183 DIFF: https://github.com/llvm/llvm-project/commit/93a3128a67cc4372696eb3199bed23d7bac4a183.diff LOG:

[clang] f213207 - Lexer::ReadToEndOfLine - fix Token uninitialised value warnings. NFCI.

2019-10-28 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2019-10-28T18:28:18Z New Revision: f2132070d9a5a330400744aa14819344d0b44151 URL: https://github.com/llvm/llvm-project/commit/f2132070d9a5a330400744aa14819344d0b44151 DIFF: https://github.com/llvm/llvm-project/commit/f2132070d9a5a330400744aa14819344d0b44151.diff LOG:

[clang] bf897e6 - Remove superfluous semicolon to stop Wpedantic warning. NFCI.

2020-05-22 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-05-22T12:05:56+01:00 New Revision: bf897e6ea122c07b8848133beee749fd96895c14 URL: https://github.com/llvm/llvm-project/commit/bf897e6ea122c07b8848133beee749fd96895c14 DIFF: https://github.com/llvm/llvm-project/commit/bf897e6ea122c07b8848133beee749fd96895c14.diff

[clang] 733505a - Replace dyn_cast<> with isa<> to fix unused variable warning. NFCI.

2020-05-22 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-05-22T12:05:56+01:00 New Revision: 733505abf471b66458a9eab24521dba9a4b6239e URL: https://github.com/llvm/llvm-project/commit/733505abf471b66458a9eab24521dba9a4b6239e DIFF: https://github.com/llvm/llvm-project/commit/733505abf471b66458a9eab24521dba9a4b6239e.diff

[clang] 72210ce - Fix Wdocumentation warnings after argument renaming. NFC.

2020-05-25 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-05-24T11:18:20+01:00 New Revision: 72210ce7f57192652414ebbdf9f643f86532d700 URL: https://github.com/llvm/llvm-project/commit/72210ce7f57192652414ebbdf9f643f86532d700 DIFF: https://github.com/llvm/llvm-project/commit/72210ce7f57192652414ebbdf9f643f86532d700.diff

[clang] b5b0087 - SpecialCaseList.h - reduce unnecessary includes to forward declarations. NFC.

2020-05-27 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-05-27T15:51:03+01:00 New Revision: b5b00877221ec7817b9de9cd65571e1c05e80145 URL: https://github.com/llvm/llvm-project/commit/b5b00877221ec7817b9de9cd65571e1c05e80145 DIFF: https://github.com/llvm/llvm-project/commit/b5b00877221ec7817b9de9cd65571e1c05e80145.diff

[clang] e6ba0a5 - Fix MSVC "not all control paths return a value" warning. NFC.

2020-06-03 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-06-03T11:12:43+01:00 New Revision: e6ba0a55fd39b600f3f431308f4a7e36e48f91ae URL: https://github.com/llvm/llvm-project/commit/e6ba0a55fd39b600f3f431308f4a7e36e48f91ae DIFF: https://github.com/llvm/llvm-project/commit/e6ba0a55fd39b600f3f431308f4a7e36e48f91ae.diff

[clang] 440b445 - [clang-objc-fuzzer] Add LLVMFuzzerInitialize to fix msvc builds (PR44414)

2020-04-14 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-04-14T13:37:27+01:00 New Revision: 440b445fff848aded09fe5f7d69ff690113e44e2 URL: https://github.com/llvm/llvm-project/commit/440b445fff848aded09fe5f7d69ff690113e44e2 DIFF: https://github.com/llvm/llvm-project/commit/440b445fff848aded09fe5f7d69ff690113e44e2.diff

[clang] a30b5c5 - Fix MSVC "not all control paths return a value" warning. NFC.

2020-06-05 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-06-05T10:45:59+01:00 New Revision: a30b5c5a51f95dc81fdfbeea42cc01b451cd5a08 URL: https://github.com/llvm/llvm-project/commit/a30b5c5a51f95dc81fdfbeea42cc01b451cd5a08 DIFF: https://github.com/llvm/llvm-project/commit/a30b5c5a51f95dc81fdfbeea42cc01b451cd5a08.diff

[clang] f529c0a - Fix unused variable warning. NFCI.

2020-06-11 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-06-11T13:48:42+01:00 New Revision: f529c0a8a149ce6d027400a12a1637eda19e03b5 URL: https://github.com/llvm/llvm-project/commit/f529c0a8a149ce6d027400a12a1637eda19e03b5 DIFF: https://github.com/llvm/llvm-project/commit/f529c0a8a149ce6d027400a12a1637eda19e03b5.diff

[clang] 948b206 - Add missing lambda capture from rGf529c0a8a149.

2020-06-11 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-06-11T13:57:39+01:00 New Revision: 948b206fc236502caa20e51cf39b9d4d0fda00b6 URL: https://github.com/llvm/llvm-project/commit/948b206fc236502caa20e51cf39b9d4d0fda00b6 DIFF: https://github.com/llvm/llvm-project/commit/948b206fc236502caa20e51cf39b9d4d0fda00b6.diff

[clang] 36aaffb - Fix Wdocumentation warnings due to outdated parameter list. NFC.

2020-07-01 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-07-01T12:01:18+01:00 New Revision: 36aaffbf56913ebe1e3987d7d0ac76573be65cbc URL: https://github.com/llvm/llvm-project/commit/36aaffbf56913ebe1e3987d7d0ac76573be65cbc DIFF: https://github.com/llvm/llvm-project/commit/36aaffbf56913ebe1e3987d7d0ac76573be65cbc.diff

[clang] 397c682 - Fix MSVC "not all control paths return a value" warning. NFC.

2020-07-09 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-07-09T11:06:39+01:00 New Revision: 397c68202a990c80a71de2816cee413cd5b5865e URL: https://github.com/llvm/llvm-project/commit/397c68202a990c80a71de2816cee413cd5b5865e DIFF: https://github.com/llvm/llvm-project/commit/397c68202a990c80a71de2816cee413cd5b5865e.diff

[clang] 2168d69 - Mangle.cpp - fix implicit Format.h dependency. NFC.

2020-06-23 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-06-23T14:42:30+01:00 New Revision: 2168d69d1f304cb2ab5eec2a6c55cf8c1498f08d URL: https://github.com/llvm/llvm-project/commit/2168d69d1f304cb2ab5eec2a6c55cf8c1498f08d DIFF: https://github.com/llvm/llvm-project/commit/2168d69d1f304cb2ab5eec2a6c55cf8c1498f08d.diff

[clang] f0bab78 - Triple.h - reduce Twine.h include to forward declarations. NFC.

2020-06-26 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-06-26T13:06:57+01:00 New Revision: f0bab7875e78e01c149d12302dcc4b6d4c43e25c URL: https://github.com/llvm/llvm-project/commit/f0bab7875e78e01c149d12302dcc4b6d4c43e25c DIFF: https://github.com/llvm/llvm-project/commit/f0bab7875e78e01c149d12302dcc4b6d4c43e25c.diff

[clang] 0069824 - Revert rGf0bab7875e78e01c149d12302dcc4b6d4c43e25c - "Triple.h - reduce Twine.h include to forward declarations. NFC."

2020-06-26 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-06-26T14:46:40+01:00 New Revision: 0069824feab0af5ade571d975deb1efd893c2466 URL: https://github.com/llvm/llvm-project/commit/0069824feab0af5ade571d975deb1efd893c2466 DIFF: https://github.com/llvm/llvm-project/commit/0069824feab0af5ade571d975deb1efd893c2466.diff

[clang] db97a12 - Fix Wparentheses gcc warning. NFC.

2020-04-29 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-04-29T12:21:05+01:00 New Revision: db97a12454a95556dd7cd812105088c7e8852d92 URL: https://github.com/llvm/llvm-project/commit/db97a12454a95556dd7cd812105088c7e8852d92 DIFF: https://github.com/llvm/llvm-project/commit/db97a12454a95556dd7cd812105088c7e8852d92.diff

[clang] 90dab1a - Remove unused param tag to fix Wdocumentation warning. NFC.

2020-08-02 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-02T15:12:01+01:00 New Revision: 90dab1aece7100ace855321162c0d2a09b31c1b3 URL: https://github.com/llvm/llvm-project/commit/90dab1aece7100ace855321162c0d2a09b31c1b3 DIFF: https://github.com/llvm/llvm-project/commit/90dab1aece7100ace855321162c0d2a09b31c1b3.diff

[clang] 5e0a9dc - Separate code-block tag with a newline to fix code snippet html output

2020-08-04 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-04T16:36:00+01:00 New Revision: 5e0a9dc0ad7704b7c49995101629010f5ff98cd2 URL: https://github.com/llvm/llvm-project/commit/5e0a9dc0ad7704b7c49995101629010f5ff98cd2 DIFF: https://github.com/llvm/llvm-project/commit/5e0a9dc0ad7704b7c49995101629010f5ff98cd2.diff

[clang] 83cb98f - Fix sphinx indentation warnings by adding explicit line breaks to address space hierarchy

2020-08-04 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-04T17:48:54+01:00 New Revision: 83cb98f9e7a57360e137b32b26500fca630df617 URL: https://github.com/llvm/llvm-project/commit/83cb98f9e7a57360e137b32b26500fca630df617 DIFF: https://github.com/llvm/llvm-project/commit/83cb98f9e7a57360e137b32b26500fca630df617.diff

[clang] 24cca30 - Remove unreachable return (PR47026)

2020-08-07 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-07T11:23:43+01:00 New Revision: 24cca30f7f0de49e77af7e8c7719680daec2418e URL: https://github.com/llvm/llvm-project/commit/24cca30f7f0de49e77af7e8c7719680daec2418e DIFF: https://github.com/llvm/llvm-project/commit/24cca30f7f0de49e77af7e8c7719680daec2418e.diff

[clang] ffd258f - Remove unreachable return (PR47028)

2020-08-07 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-07T11:33:23+01:00 New Revision: ffd258f7bbba2a65800970fcea6648fb285d95f4 URL: https://github.com/llvm/llvm-project/commit/ffd258f7bbba2a65800970fcea6648fb285d95f4 DIFF: https://github.com/llvm/llvm-project/commit/ffd258f7bbba2a65800970fcea6648fb285d95f4.diff

[clang] 18212cb - Remove duplicate/unreachable break (PR47029)

2020-08-07 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-07T11:48:48+01:00 New Revision: 18212cbcdadd130e5b2d1bc2bb38e4396ef8a46f URL: https://github.com/llvm/llvm-project/commit/18212cbcdadd130e5b2d1bc2bb38e4396ef8a46f DIFF: https://github.com/llvm/llvm-project/commit/18212cbcdadd130e5b2d1bc2bb38e4396ef8a46f.diff

[clang] 090f9d5 - Fix MSVC "not all control paths return a value" warning. NFC.

2020-08-08 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-08T19:12:11+01:00 New Revision: 090f9d5a55338ee815f5a6ef7aaa1ed712f65e05 URL: https://github.com/llvm/llvm-project/commit/090f9d5a55338ee815f5a6ef7aaa1ed712f65e05 DIFF: https://github.com/llvm/llvm-project/commit/090f9d5a55338ee815f5a6ef7aaa1ed712f65e05.diff

[clang-tools-extra] 73a6a36 - [clangd] RIFF.cpp - Use logical && instead of bitwise & for padding check

2020-08-11 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-11T11:38:43+01:00 New Revision: 73a6a36469468bb72d409d5179c6244e751545e2 URL: https://github.com/llvm/llvm-project/commit/73a6a36469468bb72d409d5179c6244e751545e2 DIFF: https://github.com/llvm/llvm-project/commit/73a6a36469468bb72d409d5179c6244e751545e2.diff

[clang] ee17f72 - Fix Wdocumentation unknown param warning. NFC.

2020-08-11 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-11T12:52:37+01:00 New Revision: ee17f72e13b839001a6e8a77e767d5b15d2bd4d1 URL: https://github.com/llvm/llvm-project/commit/ee17f72e13b839001a6e8a77e767d5b15d2bd4d1 DIFF: https://github.com/llvm/llvm-project/commit/ee17f72e13b839001a6e8a77e767d5b15d2bd4d1.diff

[clang] 49193e1 - Fix Wdocumentation unknown param warnings. NFC.

2020-08-11 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-11T12:52:37+01:00 New Revision: 49193e1fe7e143555d3b740610d6d1d20a553b2f URL: https://github.com/llvm/llvm-project/commit/49193e1fe7e143555d3b740610d6d1d20a553b2f DIFF: https://github.com/llvm/llvm-project/commit/49193e1fe7e143555d3b740610d6d1d20a553b2f.diff

[clang] b9aaf32 - Fix MSVC "not all control paths return a value" warning. NFC.

2020-08-11 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-08-11T18:13:03+01:00 New Revision: b9aaf32f46494695d1b20c08730c536e17f8 URL: https://github.com/llvm/llvm-project/commit/b9aaf32f46494695d1b20c08730c536e17f8 DIFF: https://github.com/llvm/llvm-project/commit/b9aaf32f46494695d1b20c08730c536e17f8.diff

[clang] 0b97833 - LTO.h - reduce includes to forward declarations. NFC.

2020-05-09 Thread Simon Pilgrim via cfe-commits
Author: Simon Pilgrim Date: 2020-05-09T15:10:51+01:00 New Revision: 0b9783350b3a9644dc6e0ba94c0f6a87ca45cb36 URL: https://github.com/llvm/llvm-project/commit/0b9783350b3a9644dc6e0ba94c0f6a87ca45cb36 DIFF: https://github.com/llvm/llvm-project/commit/0b9783350b3a9644dc6e0ba94c0f6a87ca45cb36.diff

<    1   2   3   4   5   6   7   8   9   10   >