Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/swiftwasm/swift-clang

This repository is no longer in use, please refer to the LLVM monorepo https://github.com/swiftwasm/llvm-project
https://github.com/swiftwasm/swift-clang

Basic: increase diagnostics again

Until the local diagnostics are upstreamed, we need to track the number of
diagnostics that we a...

06a09c1192aaf37a4f9827eaac70ca567d6c3941 authored almost 6 years ago
[OPENMP][NVPTX] target [teams distribute] simd maybe run without

runtime.

target [teams distribute] simd costructs do not require full runtime for
the correct ex...

a079e64758490a99a20e2417f8a68bf7cce60945 authored almost 6 years ago
Update to use PipelineTuningOptions. Corresponds to llvm change: D59723.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358765 91177308-0d34-0410-b5e6-96231b3b80d8

703e9561956eae3b2cc04e2282562567ae76dbb9 authored almost 6 years ago
Debian: Add two missing version code in sid

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358758 91177308-0d34-0410-b5e6-96231b3b80d8

33da8db674263d046b3a02d752d4115f5fc36869 authored almost 6 years ago
Add support of the future Debian (Debian 11 - Bullseye)

https://wiki.debian.org/DebianBullseye

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk...

c458ea61bc0f3ad51a033d438942e4824a0f2cb7 authored almost 6 years ago
Add support of the next Ubuntu (Ubuntu 19.10 - Eoan EANIMAL)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358756 91177308-0d34-0410-b5e6-96231b3...

6ad5cdaf01f864e1aa3b1103d07e95aeede11604 authored almost 6 years ago
[LTO] Add plumbing to save stats during LTO on Darwin.

Gold and ld on Linux already support saving stats, but the
infrastructure is missing on Darwin. ...

a558e8d6fe4fb7b5d75cf15cdd08181bb4e9ac07 authored almost 6 years ago
[analyzer][NFC] Reimplement checker options

TL;DR:

* Add checker and package options to the TableGen files
* Added a new class called CmdLi...

333e5a248f5a13195028fe7adb59870f6601fec8 authored almost 6 years ago
[analyzer] Fix an assertion failure if plugins added dependencies

Ideally, there is no reason behind not being able to depend on checkers that
come from a differe...

dcf9f6429ba12fd17f772b9ae08e454c79bed73b authored almost 6 years ago
Propagating prior merge from 'llvm.org/master'.

f9b5c93eed48db6837d8cec5dc5f0db73b4242db authored almost 6 years ago
[LibTooling] Fix -Wsign-compare after r358697

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358745 91177308-0d34-0410-b5e6-96231b3b80d8

fefa4bbbd61cffada3e1301f46aae09e87a21178 authored almost 6 years ago
Fix overly-long line after r358731.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358733 91177308-0d34-0410-b5e6-96231b3b80d8

d87ee8e678f5baff94542c9c8eaa65071b8dcd33 authored almost 6 years ago
Objective-C class references for class stubs no longer go in the __objc_classrefs section

14d5cec9b229f1a24b69dde8245bbf547c2b3f23 authored almost 6 years ago
Objective-C categories for class stubs go in the __objc_catlist2 section

531e597aa3147356cc86dbb0dc0bad30bb131fa3 authored almost 6 years ago
Fix typo in function name [NFC]

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358731 91177308-0d34-0410-b5e6-96231b3b80d8

5abb004657130d7dc22433c7508feecf8f3d39c7 authored almost 6 years ago
[analyzer] Fix -Wunused-local-typedef after rC358695

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358729 91177308-0d34-0410-b5e6-96231b3b80d8

d02225b9e0e319f07149862bd4a70619278894a7 authored almost 6 years ago
Merge remote-tracking branch 'origin/swift-5.1-branch' into stable

ddb9b9902449e3a1e1f45a999a479856b05c744a authored almost 6 years ago
Add header guard to Reusables.h [NFC]

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358724 91177308-0d34-0410-b5e6-96231b3b80d8

11d9d4fc3421ff914d1956370552786ff5617d86 authored almost 6 years ago
[analyzer] Make default bindings to variables actually work.

Default RegionStore bindings represent values that can be obtained by loading
from anywhere with...

9fd8114715ec9e38d3393e72af0a25d55d5a24d7 authored almost 6 years ago
[analyzer] NFC: Make reusable unittest mocks reusable.

Put them in a header for other Analyzer unittests to include.

Differential Revision: https://re...

f9275e59d1d1c8ec7b0fd54994d481bfffa7cc47 authored almost 6 years ago
[analyzer] NFC: MoveChecker: Refactor tests to use -verify=prefix.

This -verify=prefix feature is quite underrated.

Differential Revision: https://reviews.llvm.or...

1d1fab458319e8c2b47109b6edb369d6b7a09fa5 authored almost 6 years ago
[c++2a] Add semantic support for private module fragments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358713 91177308-0d34-0410-b5e6-96231b3b80d8

ae7a41c9de3c3c0327600705619d05ec5b02b5b6 authored almost 6 years ago
[OpenMP][NFC] Fix requires target test.

Summary:
Fix requires target test.

Reviewers: ABataev

Subscribers: guansong, jdoerfert, cfe-c...

c6dbb7392497a0f52a5631e12e56b491db2dc59c authored almost 6 years ago
[clang-format] Fix incorrect formatting of keyword macro definition

See PR39719

Differential Revision: https://reviews.llvm.org/D60853

git-svn-id: https://llvm.or...

a8be2fd148a0a94af1bc8d4f833b00814106aa4f authored almost 6 years ago
[OpenMP] Add checks for requires and target directives.

Summary: The requires directive containing target related clauses must appear before any target ...

dc7729e594a7cec142b37cc64f7bb493be22bc40 authored almost 6 years ago
[LibTooling] Fix build breakage from commit 7b7ce6683ee.

On configurations with -Werror,-Wmissing-field-initializers, the commit does not compile. This c...

7b00921f6389b001a351577257438105cdac965c authored almost 6 years ago
[LibTooling] Extend Transformer to support multiple simultaneous changes.

Summary: This revision allows users to specify independent changes to multiple (related) section...

a140f6832c31870ff1e5e4096b46fb9b3a543ba3 authored almost 6 years ago
[CodeComplete] Remove obsolete isOutputBinary().

Summary:
It's never set to true. Its only effect would be to set stdout to binary mode.
Hopefull...

0475b9e2dc84f31243a8d929a5dfcff20d0b5df2 authored almost 6 years ago
[analyzer][NFC] Prefer binary searches in CheckerRegistry

Differential Revision: https://reviews.llvm.org/D59459

git-svn-id: https://llvm.org/svn/llvm-p...

a587cf65682501489f4db724b959c8c9315bc04b authored almost 6 years ago
[analyzer][NFC] Clang-format CheckerRegistry

Differential Revision: https://reviews.llvm.org/D59458

git-svn-id: https://llvm.org/svn/llvm-p...

e75a143d22a2a567519d118e82fb0df4d0215c05 authored almost 6 years ago
[LibTooling] Add Stencil library for format-string style codegen.

Summary:
This file defines the *Stencil* abstraction: a code-generating object, parameterized by...

de4d14ed4a18cb3b6a379187786246ee828ead63 authored almost 6 years ago
[clang-format] Fix indent of trailing raw string param after newline

Summary:
Currently clang-format uses ContinuationIndent to indent the contents of a raw
string l...

edfbc869fbf180f26f4fda7a81946483aa2d0bef authored almost 6 years ago
Check i < FD->getNumParams() before querying

Summary:
As was already stated in a previous comment, the parameter isn't
necessarily referring ...

43af7c4c1c41718a260a105b9a58590a6f9c6c24 authored almost 6 years ago
[Sema][NFC] Mark DR1563 as done (List-initialization and overloaded function disambiguation)

It has been supported since at least clang 3.1 so just mark it as done.

git-svn-id: https://l...

b5261eafa2b18255092b5ef3f272e008984a4455 authored almost 6 years ago
[Sema][NFC] Mark DR705 (Suppressing argument-dependent lookup via parentheses) as done

It was supported since at least clang 3 so just mark it as done.

git-svn-id: https://llvm.org...

fae48cfc1b4cbd011d671aa0a6d82d50fb882852 authored almost 6 years ago
[analyzer][NFC] Use capital variable names, move methods out-of-line, rename some in CheckerRegistry

There are barely any lines I haven't changed in these files, so I think I could
might as well le...

637d886db5ee4a23f161dfaef64777d5542df86a authored almost 6 years ago
[Serialization] Stable serialization order for OpenCLTypeExtMap and OpenCLDeclExtMap

Sort the elements of Sema::OpenCLTypeExtMap and Sema::OpenCLDeclExtMap
by TypeIDs and DeclIDs to...

678f3edd112db678614c087c793cc8ca4afb294b authored almost 6 years ago
[clang-tidy] Address post-commit comments

Summary:
Also add a test to verify clang-tidy only apply the first alternative
fix.

Reviewers: ...

b963d13b0b38b2364e26256a54825f5f53157d8a authored almost 6 years ago
[clang][CIndex] Use llvm::set_thread_priority

Reviewers: jkorous, gribozavr

Subscribers: dexonsmith, arphaman, cfe-commits

Tags: #clang

Dif...

7bd4fa1ca5ea12ae0f03cb35df309a305378da85 authored almost 6 years ago
[MSVC] Use the correct casing of HostX64/HostX86

If accessing the MSVC installation root directly on a case sensitive
filesystem, these details m...

182abfe86509cd15845abaab805f41b9bb18c657 authored almost 6 years ago
[Sema] Delete unused parameters/variables

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358661 91177308-0d34-0410-b5e6-96231b3b80d8

9c310357c2079d613a7433d496cba3a0d2b96b7f authored almost 6 years ago
[CUDA][Windows] Restrict long double device functions declarations to Windows

As agreed in D60220, make long double declarations unobservable on non-windows platforms.

[Test...

4439fb90a88b95d107aa1c9605c5445943f5fb06 authored almost 6 years ago
Move the implementation of getInnermostBlockDecl to the .cpp file to fix

failing bots.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358627 91177308-0d34-0410-...

70787f310090eea0d5149ba39b86551da1876962 authored almost 6 years ago
[Sema][ObjC] Don't warn about an implicitly retained self if the

retaining block and all of the enclosing blocks are non-escaping.

If the block implicitly retain...

b35839bc7549ab226c49ca10d83f11a1f785d5f5 authored almost 6 years ago
Propagating prior merge from 'llvm.org/master'.

204c58afb4ec7d8da80d416fa81f07260de8bad6 authored almost 6 years ago
[Modules][Objective-C] Use complete decl from module when diagnosing missing import

Otherwise the definition (first found) for ObjCInterfaceDecl's might
precede the module one, whi...

44e42de01fd8ac4982b09ac25c1a32c3bb3a94bd authored almost 6 years ago
[Modules][Objective-C] Use complete decl from module when diagnosing missing import

Otherwise the definition (first found) for ObjCInterfaceDecl's might
precede the module one, whi...

e828f415dff603a8613ee9ae4622d626aa5d7e67 authored almost 6 years ago
Split out modules-specific declaration handling from SemaDecl.cpp into a

new SemaModule.cpp.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358633 91177308-0d34...

26124e6bab2ba2413ea59e58b3dd0e4c41d49ef8 authored almost 6 years ago
Add '#pragma clang __debug module_map module.name' to dump the module

map being used for the module 'module.name'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/t...

224f452d08c86330f1740dd4a2cf8f9c75413883 authored almost 6 years ago
[c++2a] Improve diagnostic for use of declaration from another TU's

global module fragment.

We know that the declaration in question should have been introduced by
...

c2e330a40a66179aa8ee3172b96e0c40dd31593e authored almost 6 years ago
[clang-format] Remove unused Environment constructor.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358630 91177308-0d34-0410-b5e6-96231b3b80d8

e9149d19acaa08b5de55ecbd19348cbb60cdde72 authored almost 6 years ago
Move the implementation of getInnermostBlockDecl to the .cpp file to fix

failing bots.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358627 91177308-0d34-0410-...

7f5aa78ec0f83af1444a63d5f38dc099aaa7279a authored almost 6 years ago
Fix test on PS4 which defaults to gnu99 which does not emit the expected warnings.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358626 91177308-0d34-0410-b5e6-96231b3b80d8

614310c7aedf3273523352b1ee16660e7bbf9601 authored almost 6 years ago
[Sema][ObjC] Don't warn about an implicitly retained self if the

retaining block and all of the enclosing blocks are non-escaping.

If the block implicitly retain...

60c28aa5e61234203c655d857fed2e1984905f91 authored almost 6 years ago
[analyzer] PR41185: Fix regression where __builtin_* functions weren't recognized

For the following code snippet:

void builtin_function_call_crash_fixes(char *c) {
__builtin_s...

3f087b48e218e54bf8bce401db003fc98bc8a886 authored almost 6 years ago
[OPENMP][NVPTX]Run combined constructs with if clause in SPMD mode.

All target-parallel-based constructs can be run in SPMD mode from now
on. Even if num_threads cl...

129afaf26c246f8cfad3703bbcbcb6c10a405b4a authored almost 6 years ago
Remove --show-includes flag in crash reduce script

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358590 91177308-0d34-0410-b5e6-96231b3b80d8

a035486365833e88b3b5cc84607e027475d4bb4f authored almost 6 years ago
Explicitly say we don't define new/delete in libc++ during Apple stage1 bootstrap

This is not necessary in stage2 because we don't even build libc++.dylib
there.

git-svn-id: htt...

01406938407591e67a874872848dea7c092d2e59 authored almost 6 years ago
[clang-tidy] Add fix descriptions to clang-tidy checks.

Summary:
Motivation/Context: in the code review system integrating with clang-tidy,
clang-tidy d...

184aeeeb9bfebf2cf4d583a99e9214734c6e2e07 authored almost 6 years ago
clang-cl: Parse /openmp:experimental

It was added to the MS docs recently here:
https://github.com/MicrosoftDocs/cpp-docs/commit/3951...

9e3e1eb34ca2f0fb96b8b238a07e3a6e4644bfb4 authored almost 6 years ago
Propagating prior merge from 'llvm.org/master'.

33ed4e1a01b29c343a7c6d708c31b7d0b3463b7b authored almost 6 years ago
[libclang] Expose ext_vector_type

Differential Revision: https://reviews.llvm.org/D60775

git-svn-id: https://llvm.org/svn/llvm-pr...

d3aea926b7c072a026e66504bcc2186cf6ecf7f8 authored almost 6 years ago
[Driver] Simplify -g level computation and its interaction with -gsplit-dwarf

Summary:
When -gsplit-dwarf is used together with other -g options, in most cases
the computed d...

07085cfb0ca4661856c4921a6ac9b5821cfe2475 authored almost 6 years ago
[NFC] Remove unused function (Sema::pushExternalDeclIntoScope)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358538 91177308-0d34-0410-b5e6-96231b3b80d8

6ee5a19b2cd93e000c891e3c18edf2b20428a1d2 authored almost 6 years ago
Modify test to use -S instead of -c so that it works when an external assembler is used that is not present.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358537 91177308-0d34-0410-b5e6-96231b3b80d8

65d1e8db29b68cd72a89a48e55ea35df4a8372d2 authored almost 6 years ago
[FileSystemStatCache] Update test for new FileSystemStatCache API

Summary: Update this test to return std::error_code instead of LookupResult.

Reviewers: arphama...

eced4ed687346c8970e0b8627ada89d3a7b511a3 authored almost 6 years ago
Propagating prior merge from 'llvm.org/master'.

9eac364f5a285072f75a2c884c8634771970a2f7 authored almost 6 years ago
[FileSystemStatCache] Return std::error_code from stat cache methods

Summary:
Previously, we would return true/false signifying if the cache/lookup
succeeded or fail...

d69df82ea2b44999e3e7c6fa341e4ed97cbc3276 authored almost 6 years ago
[Test] Remove obsolete test.

The FIXME of this test case has been addressed in r335084/r338800. Its
execution still does not ...

6fa8799c27a068612675f36656a4912d9724677a authored almost 6 years ago
[OPENMP][NVPTX]Run combined constructs with if clause in SPMD mode.

Combined constructs with parallel and if clauses without modifiers may
be executed in SPMD mode ...

49e3eaedc344ee619c2895ce81ed70809f96b55c authored almost 6 years ago
[OPENMP]Require aarch arch for the tests, NFC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358493 91177308-0d34-0410-b5e6-96231b3b80d8

2201cc83eb9f6c7f2deb6010ed19a7e216e28681 authored almost 6 years ago
[AArch64] Implement Vector Funtion ABI name mangling.

Summary:
The name mangling scheme is defined in section 3.5 of the "Vector function application ...

d54daf976f675b101ab72c7b2a6113bd723f0a78 authored almost 6 years ago
Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function calls without used results (PR41259)

The original commit caused false positives from AddressSanitizer's
use-after-scope checks, which...

f14594e0ca9ed45caebbfec5c2d6e636e6683d21 authored almost 6 years ago
Tweak test to pass when using a non-integrated assembler.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358470 91177308-0d34-0410-b5e6-96231b3b80d8

0b3908b51cbf65f3bcf18f2503532ae49f80a91b authored almost 6 years ago
Propagating prior merge from 'llvm.org/master'.

22303002b214bb2b72c2e7f4f6221a13b298ac13 authored almost 6 years ago
Merge remote-tracking branch 'origin/swift-5.1-branch' into stable

425bcba906e5326757b8368123f9246526ffbc4d authored almost 6 years ago
PR41192: fix cases where "missing ';' after class" error would

incorrectly fire.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358467 91177308-0d34-0...

56eca6c6aa7c6c1a48ef9abb3fd8d40650002cb7 authored almost 6 years ago
DebugInfo: Default to standalone debug when tuning for LLDB

LLDB can't currently handle Clang's default (limit/no-standalone) DWARF,
so platforms that defau...

829f41a7fd7beb33eeb512111681b73d21011262 authored almost 6 years ago
Merge pull request #298 from compnerd/diagnostics

Basic: adjust for overflow in diagnostics

797c70372f1bdf96f5da734c0e67353e1418b664 authored almost 6 years ago
Simplify diagnosis of misplaced attributes in module-declarations.

No functional change intended.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358463 9...

a9be1eb7d9e2bde8045ee6c364ef34afaebaa9a5 authored almost 6 years ago
Time profiler: small fixes and optimizations

Summary: Fixes from Roman's review here: https://reviews.llvm.org/D58675#1465336

Reviewers: leb...

3e4419f2b94121ac294b08677bce0a1327d38be1 authored almost 6 years ago
Merge pull request #299 from shafik/48916224_fix_handlenameconflict_use_searchname

[ASTImporter] Call to HandleNameConflict in VisitEnumDecl mistakeningly using Name instead of Se...

42a5e92dd4dee72ac82e5e8e7a1c0a851a6d64ef authored almost 6 years ago
[ASTImporter] Call to HandleNameConflict in VisitEnumDecl mistakeningly using Name instead of SearchName

Summary:
https://reviews.llvm.org/D51633 added error handling to the ASTNodeImporter::VisitEnumD...

778923bedc89e54f48113719d7e1401a466e53d9 authored almost 6 years ago
[OPENMP][NVPTX]Run parallel regions with num_threads clauses in SPMD

mode.

After the previous patch with the more correct handling of the number of
threads in parall...

e9137d49fde1e9aa1247785dd0bbfa23312e2618 authored almost 6 years ago
[clang-format] Fix -Wconversion-null warning in GCC

GCC -Wconversion-null warning appeared after 9a63380260860b657b72f07c4f0e61e382ab934a.
There was...

5bb4348faf4dd02076b0e8e2d462910052fe8972 authored almost 6 years ago
Basic: adjust for overflow in diagnostics

Recent upstream changes has caused the number of diagnostics to overflow.
Increase the count.

713483ab656841d2f11694de04d55184b0673876 authored almost 6 years ago
Revert "[clang] Aligned allocation is actually supported in macosx 10.13"

This reverts r358409, which I think broke the bots in compiler-rt.
Since I'm having trouble repr...

471eb8155dddc9592c4ddfbb2d25863e3820dd39 authored almost 6 years ago
[X86] Improve avx512-kconstraints-att_inline_asm.c to not be easily defeated by deadcode elimination. Improve CHECK lines to check IR types used. NFC

I plan to use this as the basis for backend IR test cases. We currently crash hard for using 32 ...

584ae07f035ce4a64154f3f8ad1f8fd58956dd05 authored almost 6 years ago
[CommandLineParser] Add DefaultOption flag

Summary: Add DefaultOption flag to CommandLineParser which provides a
default option or alias, b...

f16f5c9d6036d85d659581646438160d4326b361 authored almost 6 years ago
[X86] Restore the pavg intrinsics.

The pattern we replaced these with may be too hard to match as demonstrated by
PR41496 and PR413...

7ec2a3f9d93014276bc097f99023cebfc96c357b authored almost 6 years ago
Revert r358337: "[CommandLineParser] Add DefaultOption flag"

The change causes test failures under asan. Reverting to unbreak our
integrate.

git-svn-id: htt...

372aa6b9d3efbf6f10fc988c87c782dddc024ebd authored almost 6 years ago
[clang] Aligned allocation is actually supported in macosx 10.13

Summary:
In r350649, I changed aligned allocation from being available starting
in macosx10.13 t...

560277939aeb4b20b5e535f9fcee696299a608bf authored almost 6 years ago
clang-format vs plugin: Visual Studio 2019 support

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358402 91177308-0d34-0410-b5e6-96231b3b80d8

9f00a64d0e008b7c62a08ecde9e35715d373323c authored almost 6 years ago
[MinGW] Remove some supefluous calls to MakeArgString. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358393 91177308-0d34-0410-b5e6-96231b3b80d8

d84ef9d2d9a3ff1f3bbe65699d4e29da1b7a59bc authored almost 6 years ago
Propagating prior merge from 'llvm.org/master'.

3c174bd2cc57ec2a17aae06d0d1b3389c33bdb91 authored almost 6 years ago
[Lookup] Invisible decls should not be ambiguous when renaming.

Summary:
For example, a renamed type in a header file can conflict with declaration in
a random ...

aba7c4a0f023aa3bb2b6d002d11d517254824fbd authored almost 6 years ago
[clang-format] [PR41170] Break after return type ignored with certain comments positions

Summary:
Addresses https://bugs.llvm.org/show_bug.cgi?id=41170

The AlwaysBreakAfterReturn type ...

070ab5cd47cde6bb757e1897a93e8c08edbdeaae authored almost 6 years ago
[c++20] Enable driver and frontend support for building and using

modules when -std=c++2a is specified.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@35...

cab7f1f7bc141ac88d15030088b311bd450b2c94 authored almost 6 years ago
Propagating prior merge from 'llvm.org/master'.

8a04221825da8412c4fb6c593f9823e255e1149a authored almost 6 years ago
[c++20] Parsing support for module-declarations, import-declarations,

and the global and private module fragment.

For now, the private module fragment introducer is i...

33eb2fffd975207bf64cb479d6eb9493d5f4110d authored almost 6 years ago