r315231 - Testing commit access.

2017-10-09 Thread Hamza Sood via cfe-commits
Author: hamzasood Date: Mon Oct 9 12:07:09 2017 New Revision: 315231 URL: http://llvm.org/viewvc/llvm-project?rev=315231&view=rev Log: Testing commit access. Modified: cfe/trunk/lib/Driver/Compilation.cpp Modified: cfe/trunk/lib/Driver/Compilation.cpp URL: http://llvm.org/viewvc/llvm-proje

r341760 - [Tooling] Improve handling of CL-style options

2018-09-09 Thread Hamza Sood via cfe-commits
Author: hamzasood Date: Sun Sep 9 05:06:35 2018 New Revision: 341760 URL: http://llvm.org/viewvc/llvm-project?rev=341760&view=rev Log: [Tooling] Improve handling of CL-style options This patch fixes the handling of clang-cl options in InterpolatingCompilationDatabase. They were previously ignor

r341761 - Fix build bots after a mistake in r341760

2018-09-09 Thread Hamza Sood via cfe-commits
Author: hamzasood Date: Sun Sep 9 06:12:53 2018 New Revision: 341761 URL: http://llvm.org/viewvc/llvm-project?rev=341761&view=rev Log: Fix build bots after a mistake in r341760 Modified: cfe/trunk/lib/Tooling/InterpolatingCompilationDatabase.cpp Modified: cfe/trunk/lib/Tooling/Interpolating

r321494 - [NFC] Small const correctness fix

2017-12-27 Thread Hamza Sood via cfe-commits
Author: hamzasood Date: Wed Dec 27 10:05:29 2017 New Revision: 321494 URL: http://llvm.org/viewvc/llvm-project?rev=321494&view=rev Log: [NFC] Small const correctness fix Modified: cfe/trunk/lib/Sema/SemaLookup.cpp Modified: cfe/trunk/lib/Sema/SemaLookup.cpp URL: http://llvm.org/viewvc/llvm-

r348589 - [unittests] Merge the PrintedStmtCXX..Matches functions (NFC)

2018-12-07 Thread Hamza Sood via cfe-commits
Author: hamzasood Date: Fri Dec 7 04:55:01 2018 New Revision: 348589 URL: http://llvm.org/viewvc/llvm-project?rev=348589&view=rev Log: [unittests] Merge the PrintedStmtCXX..Matches functions (NFC) This was reviewed as part of https://reviews.llvm.org/D36527 Modified: cfe/trunk/unittests/AST

r348603 - [unittests] Add C++17 and C++2a support to the tooling tests

2018-12-07 Thread Hamza Sood via cfe-commits
Author: hamzasood Date: Fri Dec 7 07:46:29 2018 New Revision: 348603 URL: http://llvm.org/viewvc/llvm-project?rev=348603&view=rev Log: [unittests] Add C++17 and C++2a support to the tooling tests Modified: cfe/trunk/unittests/Tooling/TestVisitor.h Modified: cfe/trunk/unittests/Tooling/TestV

r359967 - [c++20] Implement P0428R2 - Familiar template syntax for generic lambdas

2019-05-04 Thread Hamza Sood via cfe-commits
Author: hamzasood Date: Sat May 4 03:49:46 2019 New Revision: 359967 URL: http://llvm.org/viewvc/llvm-project?rev=359967&view=rev Log: [c++20] Implement P0428R2 - Familiar template syntax for generic lambdas Differential Revision: https://reviews.llvm.org/D36527 Added: cfe/trunk/test/CodeGe

r365210 - NFC: Add an explicit return for safety and consistency

2019-07-05 Thread Hamza Sood via cfe-commits
Author: hamzasood Date: Fri Jul 5 07:36:08 2019 New Revision: 365210 URL: http://llvm.org/viewvc/llvm-project?rev=365210&view=rev Log: NFC: Add an explicit return for safety and consistency This case implicitly falls-through, which is fine now as it's at the end of the function, but it seems lik

[libcxx] r319631 - Corrected a typo in the building libc++ docs

2017-12-03 Thread Hamza Sood via cfe-commits
Author: hamzasood Date: Sun Dec 3 02:18:35 2017 New Revision: 319631 URL: http://llvm.org/viewvc/llvm-project?rev=319631&view=rev Log: Corrected a typo in the building libc++ docs Modified: libcxx/trunk/docs/BuildingLibcxx.rst Modified: libcxx/trunk/docs/BuildingLibcxx.rst URL: http://llvm

r318744 - [Modules TS] Added module re-export support.

2017-11-21 Thread Hamza Sood via cfe-commits
Author: hamzasood Date: Tue Nov 21 01:42:42 2017 New Revision: 318744 URL: http://llvm.org/viewvc/llvm-project?rev=318744&view=rev Log: [Modules TS] Added module re-export support. This implements [dcl.modules.export] from the C++ Modules TS, which lets a module re-export another module with the

Fix for Visual Studio 2017

2017-01-02 Thread Hamza Sood via cfe-commits
Visual Studio 2017 changes the layout of its compiler tools (described here: https://blogs.msdn.microsoft.com/vcblog/2016/10/07/compiler-tools-layout-in-visual-studio-15/). If there are no other Visual Studio versions installed, Clang will be unable to find link.exe and hence will fail at the lin

Re: Fix for Visual Studio 2017

2017-01-05 Thread Hamza Sood via cfe-commits
I’ve submitted an updated version via Phabricator (https://reviews.llvm.org/D28365 ), so this one can be ignored.___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-