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,

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,

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[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

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

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

[clang-tools-extra] r370750 - Fix MSVC "not all control paths return a value" warning. NFCI.

2019-09-03 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Sep 3 06:05:13 2019 New Revision: 370750 URL: http://llvm.org/viewvc/llvm-project?rev=370750&view=rev Log: Fix MSVC "not all control paths return a value" warning. NFCI. Modified: clang-tools-extra/trunk/clangd/FindTarget.cpp Modified: clang-tools-extra/trunk/clang

r370609 - Fix variable HasArrayDesignator set but not used warning. NFCI.

2019-09-01 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sun Sep 1 06:10:08 2019 New Revision: 370609 URL: http://llvm.org/viewvc/llvm-project?rev=370609&view=rev Log: Fix variable HasArrayDesignator set but not used warning. NFCI. Modified: cfe/trunk/lib/Sema/SemaInit.cpp Modified: cfe/trunk/lib/Sema/SemaInit.cpp URL: http

[clang-tools-extra] r370343 - Fix MSVC "not all control paths return a value" warning. NFCI.

2019-08-29 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Thu Aug 29 05:37:02 2019 New Revision: 370343 URL: http://llvm.org/viewvc/llvm-project?rev=370343&view=rev Log: Fix MSVC "not all control paths return a value" warning. NFCI. Modified: clang-tools-extra/trunk/clangd/refactor/tweaks/ExtractFunction.cpp Modified: clang-to

r368692 - Fix -Wdocumentation typo. NFCI.

2019-08-13 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Aug 13 06:52:20 2019 New Revision: 368692 URL: http://llvm.org/viewvc/llvm-project?rev=368692&view=rev Log: Fix -Wdocumentation typo. NFCI. Modified: cfe/trunk/include/clang/CrossTU/CrossTranslationUnit.h Modified: cfe/trunk/include/clang/CrossTU/CrossTranslationUni

[clang-tools-extra] r367678 - Fix "not all control paths return a value" warning. NFCI.

2019-08-02 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Fri Aug 2 05:55:04 2019 New Revision: 367678 URL: http://llvm.org/viewvc/llvm-project?rev=367678&view=rev Log: Fix "not all control paths return a value" warning. NFCI. Modified: clang-tools-extra/trunk/clangd/unittests/TweakTesting.cpp Modified: clang-tools-extra/trun

r366635 - Fix cppcheck reduce scope variable warnings. NFCI

2019-07-20 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sat Jul 20 06:01:16 2019 New Revision: 366635 URL: http://llvm.org/viewvc/llvm-project?rev=366635&view=rev Log: Fix cppcheck reduce scope variable warnings. NFCI Move a couple of variables inside the block where they are actually needed. Modified: cfe/trunk/lib/Sema/Sem

[clang-tools-extra] r366339 - Fix MSVC 'implicitly capture' compile error. NFCI.

2019-07-17 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Jul 17 08:31:53 2019 New Revision: 366339 URL: http://llvm.org/viewvc/llvm-project?rev=366339&view=rev Log: Fix MSVC 'implicitly capture' compile error. NFCI. Modified: clang-tools-extra/trunk/clangd/QueryDriverDatabase.cpp Modified: clang-tools-extra/trunk/clangd/Q

r366062 - Fix uninitialized variable analyzer warning. NFCI.

2019-07-15 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Mon Jul 15 06:00:43 2019 New Revision: 366062 URL: http://llvm.org/viewvc/llvm-project?rev=366062&view=rev Log: Fix uninitialized variable analyzer warning. NFCI. Modified: cfe/trunk/lib/AST/ASTImporter.cpp Modified: cfe/trunk/lib/AST/ASTImporter.cpp URL: http://llvm.o

r366029 - Fix uninitialized variable analyzer warning. NFCI.

2019-07-14 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sun Jul 14 12:13:09 2019 New Revision: 366029 URL: http://llvm.org/viewvc/llvm-project?rev=366029&view=rev Log: Fix uninitialized variable analyzer warning. NFCI. Modified: cfe/trunk/lib/Sema/SemaDecl.cpp Modified: cfe/trunk/lib/Sema/SemaDecl.cpp URL: http://llvm.org/v

r365995 - Fix -Wdocumentation warning. NFCI.

2019-07-13 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sat Jul 13 01:08:43 2019 New Revision: 365995 URL: http://llvm.org/viewvc/llvm-project?rev=365995&view=rev Log: Fix -Wdocumentation warning. NFCI. Modified: cfe/trunk/include/clang/DirectoryWatcher/DirectoryWatcher.h Modified: cfe/trunk/include/clang/DirectoryWatcher/Di

r365465 - Revert rL365355 : [Syntax] Introduce syntax trees

2019-07-09 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Jul 9 04:26:35 2019 New Revision: 365465 URL: http://llvm.org/viewvc/llvm-project?rev=365465&view=rev Log: Revert rL365355 : [Syntax] Introduce syntax trees Summary: A tooling-focused alternative to the AST. This commit focuses on the memory-management strategy and the

r365454 - Retire VS2015 Support

2019-07-09 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Jul 9 03:12:37 2019 New Revision: 365454 URL: http://llvm.org/viewvc/llvm-project?rev=365454&view=rev Log: Retire VS2015 Support As proposed here: https://lists.llvm.org/pipermail/llvm-dev/2019-June/133147.html This patch raises the minimum supported version to build

r365126 - Fix -Wdocumentation warning.

2019-07-04 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Thu Jul 4 03:28:31 2019 New Revision: 365126 URL: http://llvm.org/viewvc/llvm-project?rev=365126&view=rev Log: Fix -Wdocumentation warning. Modified: cfe/trunk/include/clang/AST/ASTImporter.h Modified: cfe/trunk/include/clang/AST/ASTImporter.h URL: http://llvm.org/vie

r365031 - Fix -Wcast-qual const warning. NFCI.

2019-07-03 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Jul 3 05:20:28 2019 New Revision: 365031 URL: http://llvm.org/viewvc/llvm-project?rev=365031&view=rev Log: Fix -Wcast-qual const warning. NFCI. Modified: cfe/trunk/lib/AST/ExprConstant.cpp Modified: cfe/trunk/lib/AST/ExprConstant.cpp URL: http://llvm.org/viewvc/ll

r365019 - Fix MSVC "signed/unsigned mismatch" warning. NFCI.

2019-07-03 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Jul 3 03:26:28 2019 New Revision: 365019 URL: http://llvm.org/viewvc/llvm-project?rev=365019&view=rev Log: Fix MSVC "signed/unsigned mismatch" warning. NFCI. Fixes PR42426. Modified: cfe/trunk/lib/Basic/SourceManager.cpp Modified: cfe/trunk/lib/Basic/SourceManager

r365012 - Fix MSVC "not all control paths return a value" warnings. NFCI.

2019-07-03 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Jul 3 02:54:25 2019 New Revision: 365012 URL: http://llvm.org/viewvc/llvm-project?rev=365012&view=rev Log: Fix MSVC "not all control paths return a value" warnings. NFCI. Modified: cfe/trunk/lib/AST/ExprConstant.cpp Modified: cfe/trunk/lib/AST/ExprConstant.cpp URL:

r363824 - Revert rL363684 : AMDGPU: Add GWS instruction builtins

2019-06-19 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Jun 19 08:35:45 2019 New Revision: 363824 URL: http://llvm.org/viewvc/llvm-project?rev=363824&view=rev Log: Revert rL363684 : AMDGPU: Add GWS instruction builtins Depends on rL363678 which was reverted at rL363797 Modified: cfe/trunk/include/clang/Basic/Buil

r362816 - Revert rL362792 : [Support][Test] Time profiler: add regression test

2019-06-07 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Fri Jun 7 10:37:04 2019 New Revision: 362816 URL: http://llvm.org/viewvc/llvm-project?rev=362816&view=rev Log: Revert rL362792 : [Support][Test] Time profiler: add regression test Summary: Add output to `llvm::errs()` when `-ftime-trace` option is enabled, add regression te

[clang-tools-extra] r362491 - Fix -Wparentheses warning. NFCI.

2019-06-04 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Jun 4 04:31:45 2019 New Revision: 362491 URL: http://llvm.org/viewvc/llvm-project?rev=362491&view=rev Log: Fix -Wparentheses warning. NFCI. Modified: clang-tools-extra/trunk/clangd/Protocol.cpp Modified: clang-tools-extra/trunk/clangd/Protocol.cpp URL: http://llvm

[clang-tools-extra] r362489 - Fix Wshadow warning

2019-06-04 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Jun 4 04:11:51 2019 New Revision: 362489 URL: http://llvm.org/viewvc/llvm-project?rev=362489&view=rev Log: Fix Wshadow warning Modified: clang-tools-extra/trunk/clangd/ClangdLSPServer.cpp Modified: clang-tools-extra/trunk/clangd/ClangdLSPServer.cpp URL: http://llv

r362375 - Revert rL362358 : PR42104: Support instantiations of lambdas that implicitly capture packs.

2019-06-03 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Mon Jun 3 02:56:09 2019 New Revision: 362375 URL: http://llvm.org/viewvc/llvm-project?rev=362375&view=rev Log: Revert rL362358 : PR42104: Support instantiations of lambdas that implicitly capture packs. Two changes: * Track odr-use via FunctionParmPackExprs to properly ha

r362085 - Fix Wdocumentation warning. NFCI.

2019-05-30 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Thu May 30 03:44:36 2019 New Revision: 362085 URL: http://llvm.org/viewvc/llvm-project?rev=362085&view=rev Log: Fix Wdocumentation warning. NFCI. Modified: cfe/trunk/include/clang/StaticAnalyzer/Core/CheckerManager.h Modified: cfe/trunk/include/clang/StaticAnalyzer/Core

r362076 - Fix MSVC "not all control paths return a value" warning.

2019-05-30 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Thu May 30 02:39:45 2019 New Revision: 362076 URL: http://llvm.org/viewvc/llvm-project?rev=362076&view=rev Log: Fix MSVC "not all control paths return a value" warning. Modified: cfe/trunk/include/clang/Basic/ObjCRuntime.h Modified: cfe/trunk/include/clang/Basic/ObjCRun

[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

[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:/

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

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

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

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

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

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

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

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

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

r360515 - ConstantLValueEmitter::tryEmitAbsolute - remove unused variable. NFCI.

2019-05-11 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sat May 11 04:01:46 2019 New Revision: 360515 URL: http://llvm.org/viewvc/llvm-project?rev=360515&view=rev Log: ConstantLValueEmitter::tryEmitAbsolute - remove unused variable. NFCI. Duplicate getOffset() call. Modified: cfe/trunk/lib/CodeGen/CGExprConstant.cpp Modifie

r360419 - Fix Wdocumentation warning. NFCI.

2019-05-10 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Fri May 10 03:36:37 2019 New Revision: 360419 URL: http://llvm.org/viewvc/llvm-project?rev=360419&view=rev Log: Fix Wdocumentation warning. NFCI. Modified: cfe/trunk/lib/CodeGen/CodeGenModule.h Modified: cfe/trunk/lib/CodeGen/CodeGenModule.h URL: http://llvm.org/viewvc

r359984 - Revert rL359962 : Use DiagRuntimeBehavior for -Wunsequenced to weed out false positives

2019-05-05 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sun May 5 10:10:05 2019 New Revision: 359984 URL: http://llvm.org/viewvc/llvm-project?rev=359984&view=rev Log: Revert rL359962 : Use DiagRuntimeBehavior for -Wunsequenced to weed out false positives where either the modification or the other access is unreachable.

[clang-tools-extra] r359796 - Revert rL359778 : [clangd] Fix code completion of macros defined in the preamble region of the main file.

2019-05-02 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Thu May 2 08:47:33 2019 New Revision: 359796 URL: http://llvm.org/viewvc/llvm-project?rev=359796&view=rev Log: Revert rL359778 : [clangd] Fix code completion of macros defined in the preamble region of the main file. Summary: This is a tricky case (we baked the assumption

r359551 - Fix gcc "-Wdangling-else" warning. NFCI.

2019-04-30 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Apr 30 03:57:37 2019 New Revision: 359551 URL: http://llvm.org/viewvc/llvm-project?rev=359551&view=rev Log: Fix gcc "-Wdangling-else" warning. NFCI. Modified: cfe/trunk/unittests/Tooling/LookupTest.cpp Modified: cfe/trunk/unittests/Tooling/LookupTest.cpp URL: http:

r359550 - Fix gcc "-Wdangling-else" warnings. NFCI.

2019-04-30 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Apr 30 03:57:02 2019 New Revision: 359550 URL: http://llvm.org/viewvc/llvm-project?rev=359550&view=rev Log: Fix gcc "-Wdangling-else" warnings. NFCI. Modified: cfe/trunk/unittests/AST/ASTImporterTest.cpp Modified: cfe/trunk/unittests/AST/ASTImporterTest.cpp URL: ht

[clang-tools-extra] r359548 - Fix Wpedantic "default argument specified for lambda parameter" warning. NFCI.

2019-04-30 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Apr 30 03:35:37 2019 New Revision: 359548 URL: http://llvm.org/viewvc/llvm-project?rev=359548&view=rev Log: Fix Wpedantic "default argument specified for lambda parameter" warning. NFCI. Modified: clang-tools-extra/trunk/clangd/CodeComplete.cpp Modified: clang-tools

r358973 - Fix "-Wimplicit-fallthrough" warning. NFCI.

2019-04-23 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Apr 23 04:45:28 2019 New Revision: 358973 URL: http://llvm.org/viewvc/llvm-project?rev=358973&view=rev Log: Fix "-Wimplicit-fallthrough" warning. NFCI. Modified: cfe/trunk/tools/clang-extdef-mapping/ClangExtDefMapGen.cpp Modified: cfe/trunk/tools/clang-extdef-mappin

r357918 - Revert rL357915 from cfe/trunk: Remove a useless assertion in clang-check.

2019-04-08 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Mon Apr 8 08:49:19 2019 New Revision: 357918 URL: http://llvm.org/viewvc/llvm-project?rev=357918&view=rev Log: Revert rL357915 from cfe/trunk: Remove a useless assertion in clang-check. The assertion prevents it from applying fixes when used along with compilation databases

r357467 - Fix Wimplicit-fallthrough warning introduced in rL357466. NFCI.

2019-04-02 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Apr 2 04:25:38 2019 New Revision: 357467 URL: http://llvm.org/viewvc/llvm-project?rev=357467&view=rev Log: Fix Wimplicit-fallthrough warning introduced in rL357466. NFCI. Modified: cfe/trunk/lib/Basic/Targets/PPC.h Modified: cfe/trunk/lib/Basic/Targets/PPC.h URL:

[clang-tools-extra] r357253 - Fix MSVC "not all control paths return a value" warning. NFCI.

2019-03-29 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Fri Mar 29 06:43:00 2019 New Revision: 357253 URL: http://llvm.org/viewvc/llvm-project?rev=357253&view=rev Log: Fix MSVC "not all control paths return a value" warning. NFCI. Modified: clang-tools-extra/trunk/clangd/Protocol.cpp Modified: clang-tools-extra/trunk/clangd/

r357163 - Fix Wdocumentation warning. NFCI.

2019-03-28 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Thu Mar 28 05:03:49 2019 New Revision: 357163 URL: http://llvm.org/viewvc/llvm-project?rev=357163&view=rev Log: Fix Wdocumentation warning. NFCI. Modified: cfe/trunk/include/clang/AST/OpenMPClause.h Modified: cfe/trunk/include/clang/AST/OpenMPClause.h URL: http://llvm.

r356839 - Fix unused variable warning. NFCI.

2019-03-23 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sat Mar 23 09:16:46 2019 New Revision: 356839 URL: http://llvm.org/viewvc/llvm-project?rev=356839&view=rev Log: Fix unused variable warning. NFCI. Modified: cfe/trunk/lib/CodeGen/CGCXX.cpp Modified: cfe/trunk/lib/CodeGen/CGCXX.cpp URL: http://llvm.org/viewvc/llvm-proje

[clang-tools-extra] r356553 - Revert rL356547 : [clang-tidy] Cosmetic fix

2019-03-20 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Mar 20 06:24:33 2019 New Revision: 356553 URL: http://llvm.org/viewvc/llvm-project?rev=356553&view=rev Log: Revert rL356547 : [clang-tidy] Cosmetic fix Differential Revision: https://reviews.llvm.org/D57662 [clang-tidy] Parallelize clang-tidy-diff.py This patch

r356543 - Fix -Wdocumentation warning. NFCI.

2019-03-20 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Mar 20 03:28:08 2019 New Revision: 356543 URL: http://llvm.org/viewvc/llvm-project?rev=356543&view=rev Log: Fix -Wdocumentation warning. NFCI. Modified: cfe/trunk/include/clang/Tooling/FixIt.h Modified: cfe/trunk/include/clang/Tooling/FixIt.h URL: http://llvm.org/v

r356497 - Fix unused variable warning. NFCI.

2019-03-19 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Mar 19 11:39:46 2019 New Revision: 356497 URL: http://llvm.org/viewvc/llvm-project?rev=356497&view=rev Log: Fix unused variable warning. NFCI. Modified: cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp Modified: cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp URL: http://llvm.o

r354681 - Fix "not all control paths return" warning. NFCI.

2019-02-22 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Fri Feb 22 09:37:59 2019 New Revision: 354681 URL: http://llvm.org/viewvc/llvm-project?rev=354681&view=rev Log: Fix "not all control paths return" warning. NFCI. Modified: cfe/trunk/include/clang/Analysis/AnyCall.h Modified: cfe/trunk/include/clang/Analysis/AnyCall.h UR

[clang-tools-extra] r352991 - Remove trailing semicolon. NFCI.

2019-02-03 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sun Feb 3 06:11:32 2019 New Revision: 352991 URL: http://llvm.org/viewvc/llvm-project?rev=352991&view=rev Log: Remove trailing semicolon. NFCI. Modified: clang-tools-extra/trunk/clangd/refactor/tweaks/SwapIfBranches.cpp Modified: clang-tools-extra/trunk/clangd/refactor

[clang-tools-extra] r352990 - Remove trailing semicolon. NFCI.

2019-02-03 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sun Feb 3 06:08:30 2019 New Revision: 352990 URL: http://llvm.org/viewvc/llvm-project?rev=352990&view=rev Log: Remove trailing semicolon. NFCI. Modified: clang-tools-extra/trunk/clangd/ClangdLSPServer.cpp Modified: clang-tools-extra/trunk/clangd/ClangdLSPServer.cpp URL

r352192 - Fix "control reaches end of non-void function" warning. NFCI.

2019-01-25 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Fri Jan 25 03:36:51 2019 New Revision: 352192 URL: http://llvm.org/viewvc/llvm-project?rev=352192&view=rev Log: Fix "control reaches end of non-void function" warning. NFCI. Modified: cfe/trunk/lib/AST/ExprObjC.cpp Modified: cfe/trunk/lib/AST/ExprObjC.cpp URL: http://l

[clang-tools-extra] r351818 - Fix "missing field 'ClangTidyOpts' initializer" warning. NFCI.

2019-01-22 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Jan 22 05:35:16 2019 New Revision: 351818 URL: http://llvm.org/viewvc/llvm-project?rev=351818&view=rev Log: Fix "missing field 'ClangTidyOpts' initializer" warning. NFCI. Modified: clang-tools-extra/trunk/clangd/CodeComplete.cpp Modified: clang-tools-extra/trunk/cla

r351687 - [X86] Replace VPCOM/VPCOMU with generic integer comparisons (clang)

2019-01-20 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sun Jan 20 08:40:33 2019 New Revision: 351687 URL: http://llvm.org/viewvc/llvm-project?rev=351687&view=rev Log: [X86] Replace VPCOM/VPCOMU with generic integer comparisons (clang) These intrinsics can always be replaced with generic integer comparisons without any regressio

r351588 - Fix MSVC "not all control paths return a value" warning. NFCI.

2019-01-18 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Fri Jan 18 12:40:35 2019 New Revision: 351588 URL: http://llvm.org/viewvc/llvm-project?rev=351588&view=rev Log: Fix MSVC "not all control paths return a value" warning. NFCI. Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp

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

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

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

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

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

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

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.

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

[clang-tools-extra] r348262 - Fix "array must be initialized with a brace-enclosed initializer" build error.

2018-12-04 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Dec 4 06:07:29 2018 New Revision: 348262 URL: http://llvm.org/viewvc/llvm-project?rev=348262&view=rev Log: Fix "array must be initialized with a brace-enclosed initializer" build error. Try to fix clang-bpf-build buildbot. Modified: clang-tools-extra/trunk/clangd/H

r346549 - Revert rL346454: Fix a use-after-free introduced by r344915.

2018-11-09 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Fri Nov 9 11:42:53 2018 New Revision: 346549 URL: http://llvm.org/viewvc/llvm-project?rev=346549&view=rev Log: Revert rL346454: Fix a use-after-free introduced by r344915. r344915 added a call to ApplyDebugLocation to the sanitizer check function emitter. Some of the saniti

[clang-tools-extra] r345184 - Fix MSVC "truncation from 'double' to 'float'" warnings. NFCI.

2018-10-24 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Wed Oct 24 12:31:24 2018 New Revision: 345184 URL: http://llvm.org/viewvc/llvm-project?rev=345184&view=rev Log: Fix MSVC "truncation from 'double' to 'float'" warnings. NFCI. Modified: clang-tools-extra/trunk/clangd/Quality.cpp Modified: clang-tools-extra/trunk/clangd/Q

r344892 - Fix MSVC "not all control paths return a value" warning. NFCI.

2018-10-22 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Mon Oct 22 03:46:37 2018 New Revision: 344892 URL: http://llvm.org/viewvc/llvm-project?rev=344892&view=rev Log: Fix MSVC "not all control paths return a value" warning. NFCI. Modified: cfe/trunk/lib/StaticAnalyzer/Core/CoreEngine.cpp Modified: cfe/trunk/lib/StaticAnalyz

[clang-tools-extra] r344845 - Fix MSVC "truncation from 'double' to 'float'" warning. NFCI.

2018-10-20 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sat Oct 20 06:20:26 2018 New Revision: 344845 URL: http://llvm.org/viewvc/llvm-project?rev=344845&view=rev Log: Fix MSVC "truncation from 'double' to 'float'" warning. NFCI. Modified: clang-tools-extra/trunk/clangd/Quality.cpp Modified: clang-tools-extra/trunk/clangd/Qu

[clang-tools-extra] r344844 - Fix MSVC "not all control paths return a value" warning. NFCI.

2018-10-20 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sat Oct 20 06:18:49 2018 New Revision: 344844 URL: http://llvm.org/viewvc/llvm-project?rev=344844&view=rev Log: Fix MSVC "not all control paths return a value" warning. NFCI. Modified: clang-tools-extra/trunk/clangd/index/FileIndex.cpp Modified: clang-tools-extra/trunk/

r344598 - Fix buildbots - update clang-interpreter to use Legacy ORC classes introduced in rL344572.

2018-10-16 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Tue Oct 16 02:21:58 2018 New Revision: 344598 URL: http://llvm.org/viewvc/llvm-project?rev=344598&view=rev Log: Fix buildbots - update clang-interpreter to use Legacy ORC classes introduced in rL344572. Modified: cfe/trunk/examples/clang-interpreter/main.cpp Modified:

r344408 - Revert rL344365: [tests] Readd Python binding tests to check-all

2018-10-12 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Fri Oct 12 12:46:40 2018 New Revision: 344408 URL: http://llvm.org/viewvc/llvm-project?rev=344408&view=rev Log: Revert rL344365: [tests] Readd Python binding tests to check-all Windows buildbots are still not happy Now that both issues found out during the last iteration ha

r344400 - Fix a clang::driver::ArgStringList usage I missed in rL344398. NFCI.

2018-10-12 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Fri Oct 12 12:14:43 2018 New Revision: 344400 URL: http://llvm.org/viewvc/llvm-project?rev=344400&view=rev Log: Fix a clang::driver::ArgStringList usage I missed in rL344398. NFCI. Modified: cfe/trunk/examples/clang-interpreter/main.cpp Modified: cfe/trunk/examples/clan

r344398 - Consistently make llvm::opt::ArgStringList usage explicit to try and appease MSVC 2015 buildbots. NFCI.

2018-10-12 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Fri Oct 12 11:55:36 2018 New Revision: 344398 URL: http://llvm.org/viewvc/llvm-project?rev=344398&view=rev Log: Consistently make llvm::opt::ArgStringList usage explicit to try and appease MSVC 2015 buildbots. NFCI. Modified: cfe/trunk/include/clang/Driver/Job.h cfe

r344352 - Fix MSVC 2015 ambiguous symbol warning introduced by rL344337. NFCI.

2018-10-12 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Fri Oct 12 08:16:25 2018 New Revision: 344352 URL: http://llvm.org/viewvc/llvm-project?rev=344352&view=rev Log: Fix MSVC 2015 ambiguous symbol warning introduced by rL344337. NFCI. Modified: cfe/trunk/lib/Driver/Compilation.cpp Modified: cfe/trunk/lib/Driver/Compilation

r344333 - Fix Wdocumentation warning. NFCI.

2018-10-12 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Fri Oct 12 03:34:03 2018 New Revision: 344333 URL: http://llvm.org/viewvc/llvm-project?rev=344333&view=rev Log: Fix Wdocumentation warning. NFCI. Modified: cfe/trunk/include/clang/AST/DeclTemplate.h Modified: cfe/trunk/include/clang/AST/DeclTemplate.h URL: http://llvm.

[clang-tools-extra] r343917 - Revert rL343916: Fix -Wmissing-braces warning. NFCI.

2018-10-06 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sat Oct 6 04:59:31 2018 New Revision: 343917 URL: http://llvm.org/viewvc/llvm-project?rev=343917&view=rev Log: Revert rL343916: Fix -Wmissing-braces warning. NFCI. Modified: clang-tools-extra/trunk/clang-tidy/modernize/DeprecatedIosBaseAliasesCheck.cpp Modified: clan

<    3   4   5   6   7   8   9   10   11   >