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

Propagating prior merge from 'llvm.org/master'.

98f6882a44fd05c9b58e8c69007778c696be6d9f authored almost 6 years ago
[Analyzer] Iterator Checkers - Do an early return after handling calls

This patch is more of a fix than a real improvement: in checkPostCall()
we should return immedia...

2e28a285827ad5c4c7c00f35d43d5705b1e8b5de authored almost 6 years ago
[clang-format] Fix documentation for FixNamespaceComments

Fixes PR40409

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

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

a5afdc4aba951595da88f793488fe431faed8bf1 authored almost 6 years ago
PR41607: Don't forget to substitute outer template arguments into a

class-scope explicit specialization of a class template.

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

51d7df37f879c620054622b383b5401e69b0852a authored almost 6 years ago
[analyzer] RetainCount: Add a suppression for "the Matching rule".

In the OSObject universe there appears to be another slightly popular contract,
apart from "crea...

a4ed8a5aedb2d6c3524a57ff37bb7d4ca4732e56 authored almost 6 years ago
[analyzer] RetainCount: Allow offsets in return values.

Because RetainCountChecker has custom "local" reasoning about escapes,
it has a separate facilit...

4968e43c2681452bed09ba11ad3583f746cce35a authored almost 6 years ago
[analyzer] Fix crash when returning C++ objects from ObjC messages-to-nil.

the assertion is in fact incorrect: there is a cornercase in Objective-C++
in which a C++ object...

7ffa1db3cf3b739895a7c4b26bb51ecb2bf9fe47 authored almost 6 years ago
C++ DR2387: a variable template declared wtih (or instantiated with) a

const-qualified type is not implicitly given internal linkage. But a
variable template declared '...

4241f674da3531d69abc759d727fb0ae7b31535e authored almost 6 years ago
[www] Rebuild cxx_dr_status.

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

2963769395a74e1ecb14f2be617fc2b5c977dc11 authored almost 6 years ago
Add missing diagnostic for explicit instantiation declarations naming

internal linkage entities.

Such constructs are ill-formed by [temp.explicit]p13. We make a speci...

6035bca43a7fa17c8650b4611debda472f4c8754 authored almost 6 years ago
Revert lib/Header: Fix Visual Studio builds

This reverts r359257 (git commit 00d9789509a4c573a48f60893b95314a119edd42)

This broke check-cla...

f06d3729e5776249fc94371a17b214dffc79cae2 authored almost 6 years ago
lib/Header: Fix Visual Studio builds

Summary:
This is a follow up to r355253, which inadvertently broke Visual
Studio builds by tryin...

e1f81ac9e9d35223687980ef01c84ee9af7ab666 authored almost 6 years ago
Revert [COFF] Statically link certain runtime library functions

This reverts r359250 (git commit 4730604bd3a361c68b92b18bf73a5daa15afe9f4)

The newly added test...

9b721c98f7ed618749510d1a3280205ad58cf551 authored almost 6 years ago
[COFF] Statically link certain runtime library functions

Statically link certain runtime library functions for MSVC/GNU Windows
environments. This is con...

44d312b2393f2989c7a83b34b7bf9464327d0f83 authored almost 6 years ago
[CUDA] Implemented _[bi]mma* builtins.

These builtins provide access to the new integer and
sub-integer variants of MMA (matrix multipl...

eee685e5e1a9e12245a2a20bfd44db99ca63f8ce authored almost 6 years ago
[PGO] Fix buildbot failure in 359215

Revert the part of changes in r359215 that failing in some platforms.
I will re-enable them late...

5e1ea7eba87adbe43fed5746bcbba41d7cff1bf2 authored almost 6 years ago
[analyzer] Add FIXMEs for alpha.unix.cstring.OutOfBounds false positives.

Caused by incorrect strlcat() modeling in r332303,
cf. https://bugs.llvm.org/show_bug.cgi?id=376...

dc5524293c9579af106b7d2cc179fe6d723d69d7 authored almost 6 years ago
Skip type units/type uniquing when we know we're only emitting the type once (vtable-based emission when triggered by a strong vtable, with -fno-standalone-debug)

(this would regress size without a corresponding LLVM change that avoids
putting other user defi...

0d2434eadccffb1d712145494e76e07a6897911b authored almost 6 years ago
[Windows] Separate elements in -print-search-dirs with semicolons

Path lists on windows should always be separated by semicolons, not
colons. Reuse llvm::sys::Env...

2480945bd6340bc3e2ddd623d75c5ae0ee545624 authored almost 6 years ago
[analyzer][UninitializedObjectChecker] PR41590: Regard _Atomic types as primitive

https://bugs.llvm.org/show_bug.cgi?id=41590

For the following code snippet, UninitializedObject...

d8f5c573f20c284225f502ccb3031839474a74f3 authored almost 6 years ago
DebugInfo: Fix bitrotted test case

This test was updated with some CHECK suffix variants, but dropped
checking for the unsuffixed '...

1bddf67ac3fa445c068051b617cfc045d1d024ab authored almost 6 years ago
creduce-clang-crash: add -F flag to grep to avoid interpreting string as regex

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

dd0d6d707d38219b9a3788d76732d7642228fac4 authored almost 6 years ago
[PGO] Enable InstrProf lowering for Clang PGO instrumentation in the new pass manager

Currently InstrProf lowering is not enabled for Clang PGO instrumentation in
the new pass manager...

212171e9285232a42b5646ba2fdaaf370877d0f4 authored almost 6 years ago
Fix bug 37903:MS ABI: handle inline static data member and inline variable as template static data member

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

59463dbce1aba014537989dc283473f863dd1548 authored almost 6 years ago
[OPENMP] Improved check for the linear dependency in the non-rectangular

loop nests.

Added a checks that the initializer/condition expressions depend only
only of the si...

95b64a39967af2818c21254a8e1992a0e0e07c47 authored almost 6 years ago
[OPENMP][AARCH64]Fix the test for declare simd, NFC.

Renamed function a01 in the test to fix possible problems with the git
hash match during testing...

9981cdc9924fb8b614e60aef543372a47d12699e authored almost 6 years ago
[Testing] Move clangd::Annotations to llvm testing support

Summary:
Annotations allow writing nice-looking unit test code when one needs
access to location...

b49771998876cbb356bcbf39f518d2dafdb5b76b authored almost 6 years ago
[NFC] test commit removing excess line

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

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

dc0a858840ec45a686516ece9f57b54b1b72000e authored almost 6 years ago
[PowerPC][NFC]Update licence to Apache 2

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

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

9e3bdabb980094437e252557a452246076d7fddf authored almost 6 years ago
Fix typo in comment in r312851.

Thanks to Nico Weber for pointing this out!

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

6c1d0ed3073befa254076905fcba299b73053250 authored almost 6 years ago
PR41427: This has apparently been fixed already, just add a regression

test.

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

517791705e220b26bb307330fbb72566b516d095 authored almost 6 years ago
[codeview] Fix symbol names for dynamic initializers and atexit stubs

Summary:
Add a new variant to GlobalDecl for these so that we can detect them
more easily during...

22a581b73bc2f4fb15b9e7d9d81eaf2e04fd068f authored almost 6 years ago
[OPENMP]Initial support for non-rectangular loop nest.

Added basic semantic analysis for the non-rectangular loop nests for
OpenMP 5.0 support.

git-sv...

3065f15c2ec8b826e0c88b1971ffb53207cd5725 authored almost 6 years ago
Improve -Wuninitialized warning under ARC for block variables that are

recursively captured.

Under ARC, a block variable is zero-initialized when it is recursively
cap...

913c4b68d3b6418b80d78be56059d06a9204a651 authored almost 6 years ago
clang-cl: List valid values for /std: in /? output

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

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

ca05192d00fe5c37570fe369f160ffe119545c34 authored almost 6 years ago
Use llvm::stable_sort

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

329eb5c6baeca0a1bd6b1a5bd55e41de786f39fa authored almost 6 years ago
Add 'REQUIRES: shell' to verbose-output-quoting.c

The lit shell couldn't handle these run lines.

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

cda3d286934fcc7de3687bb8a178947a8266d1f8 authored almost 6 years ago
[clang][HeaderSuggestion] Handle the case of dotdot with an absolute path

Summary:
Include insertion in clangd was inserting absolute paths when the
include directory was...

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

e265ec78b0a31bcb9652776c32eabb4145723dc6 authored almost 6 years ago
Fix unquoted spaces in args in clang --verbose output

The behaviour of not quoting spaces appears to have been introduced by
mistake in r190620.

Patc...

14dec3f3c53452cd32e65f38b6f241a9ed4584c9 authored almost 6 years ago
Revert r359048: C++ DR2387: a variable template declared wthi

The change breaks libc++ with the follwing error:

In file included from valarray:4:
.../include...

59fef7181c504e1cd540b29109b26474f098c46f authored almost 6 years ago
[clang][HeaderSearch] Make sure there are no backslashes in suggestedPath

Reviewers: sammccall

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

git-svn-id: https:...

cb27266d3b1a362acd736ee802ebed8a166e2175 authored almost 6 years ago
[Builtins] Implement __builtin_is_constant_evaluated for use in C++2a

Summary:
This patch implements `__builtin_is_constant_evaluated` as specifier by [P0595R2](https...

418eae9689448e9a0cf7abcda8cca56f420b752f authored almost 6 years ago
Revert r350917 "[Sema] If CheckPlaceholderExpr rewrites the initializer

of an auto"

This commit changed the initializer expression passed into
initialization (stripping...

af8f9ae48b8935e46f8031dd2c2e8ab285867b07 authored almost 6 years ago
Fix interactions between __builtin_constant_p and constexpr to match

current trunk GCC.

GCC permits information from outside the operand of
__builtin_constant_p (but...

53a7d337cbffe544d78978fde7a76df4d24b5e40 authored almost 6 years ago
Fix test after r359009 on platforms where %ms_abi_triple is 32-bit

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

5a57d357a3c90064f483ffd15d82051611651a60 authored almost 6 years ago
Fixes in creduce-clang-crash.py for clang crash message parsing and reading the command from the repro script.

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

6516015ff03e3bdd59be4ab37aa5399d4f10e2a5 authored almost 6 years ago
Add missing diagnostic for anonymous struct/union definitions that don't

introduce any names.

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

01f976def19d3a1f90fa7dc40d11f15b9f610d2c authored almost 6 years ago
Improve -Wuninitialized warning under ARC for block variables that are

recursively captured.

Under ARC, a block variable is zero-initialized when it is recursively
cap...

3c6b6a75981035c3cd23e3052b17fac8a0194a29 authored almost 6 years ago
C++ DR2387: a variable template declared wtih (or instantiated with) a

const-qualified type is not implicitly given internal linkage. But a
variable template declared '...

078b47bdba491f4b2ccf89a6ed10e9ebd350986a authored almost 6 years ago
Move setTargetAttributes after setGVProperties in SetFunctionAttributes

AMDGPU currently relies on global properties being set before
setTargetProperties is called. Exi...

fe8b4c1fcb60d63990abaa3f3b26ab8892474351 authored almost 6 years ago
[analyzer] Fix macro names in diagnostics within bigger macros.

If macro "CHECK_X(x)" expands to something like "if (x != NULL) ...",
the "Assuming..." note no ...

f7cbf839e8a5a043c1bb83deae99a904735f89cb authored almost 6 years ago
Re-apply r357823 "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."

It now comes with a follow-up fix for the clients of this API
in clangd and clang-tidy.

Differe...

ac703ee6db1d20aa8884f017ac2329d188e4ceef authored almost 6 years ago
Revert "[MS] Emit S_HEAPALLOCSITE debug info" because of ToTWin64(db)

buildbot failure.

This reverts commit d07d6d617713bececf57f3547434dd52f0f13f9e and
c774f687b6880...

54b79ea9a2abcf9f06506836f631ebc8ef616e70 authored almost 6 years ago
[clang-format] Fix bug in reflow of block comments containing CR/LF

Fix PR36119

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

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

9ba05e9897f48e3ba766dc37f395b3b67056b071 authored almost 6 years ago
Merge pull request #303 from compnerd/diagnostics-count

Diagnostics count

8db2425afca6ba52b3922068100280c38c3f42f9 authored almost 6 years ago
[ThinLTO] Pass down opt level to LTO backend and handle -O0 LTO in new PM

Summary:
The opt level was not being passed down to the ThinLTO backend when
invoked via clang (...

6d8d10abc8dd6f6db37fd6065d71b2f70b04210f authored almost 6 years ago
Basic: increase diagnostics again

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

625ec7fed0d2722eab394a78d247b02e6b8aa816 authored almost 6 years ago
[APSInt][OpenMP] Fix isNegative, etc. for unsigned types

Without this patch, APSInt inherits APInt::isNegative, which merely
checks the sign bit without ...

4d8e7b3dae79488ffa99d70cdcf1f48ad1cde845 authored almost 6 years ago
MS ABI: Support mangling op<=> now that MSVC 2019 has a mangling

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

2b40adf14c760dd397f7fbf06aa89149df17aa7b authored almost 6 years ago
Fix "-Wimplicit-fallthrough" warning. NFCI.

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

bacdda22396c39181aa0e641182e01a0b3cf43ea authored almost 6 years ago
[Analyzer] Second fix for last commit for IteratorChecker

A variable was redeclared instead of assigned in an internal
block, leaving the original uniniti...

6a1e1a19cb61ff9bcaa3328f5742d135bbd82a2f authored almost 6 years ago
[analyzer][CrossTU] Extend CTU to VarDecls with initializer

Summary:
The existing CTU mechanism imports `FunctionDecl`s where the definition is available in...

55bbda44b412f57f2bfa3f69c6ccaecc1acf3244 authored almost 6 years ago
[Analyzer] Fix for previous commit

A compilation warning was in my previous commit which broke the buildbot
because it is using `-W...

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

bca43c261dd8eadb044519a621fcc59ea8c14eb6 authored almost 6 years ago
[PowerPC] Fix test with -fno-discard-value-names after rC358949

For the clang driver, -DLLVM_ENABLE_ASSERTIONS=off builds default to discard value names.

git-s...

70be40fb9467d3941d1a37a7f9dbb638c2e7d2dd authored almost 6 years ago
[Analyzer] Instead of recording comparisons in interator checkers do an eager state split

Currently iterator checkers record comparison of iterator positions
and process them for keeping...

a73b9783aa3f1b642ccffa92e4348389b3f3d54e authored almost 6 years ago
[PowerPC] [Clang] Port MMX intrinsics and basic test cases to Power

Port mmintrin.h which include x86 MMX intrinsics implementation to PowerPC platform (using Altiv...

de154851ca2a78dc229688318ae7f6840597eafd authored almost 6 years ago
[analyzer] Unbreak body farms in presence of multiple declarations.

When growing a body on a body farm, it's essential to use the same redeclaration
of the function...

959aef71a5366689e5ef2b835b9ca968767addf3 authored almost 6 years ago
[analyzer] PR41335: Fix crash when no-store event is in a body-farmed function.

Stuffing invalid source locations (such as those in functions produced by
body farms) into path ...

4991acc29ead05453c8ca45164d3b3684bc66f6f authored almost 6 years ago
[analyzer] PR41269: Add a bit of C++ smart pointer modeling.

Implement cplusplus.SmartPtrModeling, a new checker that doesn't
emit any warnings but models me...

d568cd71389d81e358fb18d99879c4d76d9dd4ae authored almost 6 years ago
[CMake] Replace the sanitizer support in runtimes build with multilib

This is a more generic solution; while the sanitizer support can be used
only for sanitizer inst...

02a417f69b3e03dc54a63ac321e31ed5af80f7e7 authored almost 6 years ago
[c++2a] Implement semantic restrictions for 'export' declarations.

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

30cd644f80ad3c0b8c3bbbf38f20f31f602b2505 authored almost 6 years ago
[VerifyDiagnosticConsumer] Document -verify=<prefixes> in doxygen

Previously, it was only documented by `-cc1 -help`, so people weren't
aware of it, as discussed ...

9779aa41dd73984edb7f3641bd019c54ede3c977 authored almost 6 years ago
[ASTMatchers] Introduce Objective-C matchers `isClassMessage`, `isClassMethod`, and `isInstanceMethod`

Summary:
isClassMessage is an equivalent to isInstanceMessage for ObjCMessageExpr, but matches m...

6b8fd557a1fb4e5ad6ccec5c3a582ec9c712284b authored almost 6 years ago
[sema][objc] Minor refactor to OverrideSearch. NFCI.

Summary:
* Removed a member that was only used during construction.
* Use range-based for iterat...

3711ba48f7e95cb2596ddcde16d2ad780fbd7877 authored almost 6 years ago
[Sema] ADL: Associated namespaces for class types and enumeration types (CWG 1691)

CWG 1691 changed the definition of the namespaces associated with a class
type or enumeration ty...

0ddd57721ee69d64873b580ca02cecf8335811a5 authored almost 6 years ago
[Sema][NFC] Add more tests for the behavior of argument-dependent name lookup

The goal here is to exercise each rule in [basic.lookup.argdep] at least once.
These new tests e...

61719b50c5d25ce03abdb9a9ed9e2ccb57496069 authored almost 6 years ago
[analyzer][www] Moving MoveChecker out of alpha is no longer an open project.

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

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

c842af11fd16e862612312a2d9d709e512de7a30 authored almost 6 years ago
Attempt to fix LLVM_ENABLE_THREADS=OFF build after r358665

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

2e513c06257d0348300660beabc6782f34579896 authored almost 6 years ago
[Sema][MSVC] Fix bogus microsoft-pure-definition warning on member function of class template

Clang emits a warning when using a pure specifier =0 in a function definition
at class scope (a ...

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

20ca9ba3020c5852f43135d472fb2038dcbeeddb 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-96231b3b8...

b3bb19418e78d567fbae7046d9c5a6189d4586d6 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...

2b2e6b62bc906419bd0cf02b39b6c03fadec2441 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...

bc9532dce61acb2462cdb46d571fd400a22e5440 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...

3d305b112c866ebdd6f211f6e52ecc4e435b1ad9 authored almost 6 years ago
[analyzer] Escape pointers stored into top-level parameters with destructors.

Writing stuff into an argument variable is usually equivalent to writing stuff
to a local variab...

307c56f8b5bbf66aae400a979f1d75b9f550e4c9 authored almost 6 years ago
Merge pull request #301 from slavapestov/class-stubs-fixes

Class stubs fixes

c68fb8ba9fa63de9f392a724a332107b63e23e27 authored almost 6 years ago
[analyzer] Move UninitializedObjectChecker out of alpha

Moved UninitializedObjectChecker from the 'alpha.cplusplus' to the
'optin.cplusplus' package.

D...

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

b0f6841d52d8245030dd28f3231f6230f9456d58 authored almost 6 years ago
Modules: Adopt template parameters for variable templates to set their decl context correctly

Exposed by a related bug about visibility of default arguments of nested
templates - without the...

ea610150278dfee115dd86b3aafe24c5ce9c2042 authored almost 6 years ago
Modules: Search for a visible definition of the decl context when computing visibility of a default template parameter

The code is/was already correct for the case where a parameter is a
parameter of its enclosing l...

10463c3a8bc8aea47f6524622dc85acb73a7d0bc authored almost 6 years ago
[MS] Emit S_HEAPALLOCSITE debug info

Summary:
This emits labels around heapallocsite calls and S_HEAPALLOCSITE debug
info in codeview...

f6e2c8d02f0f4589aab71da6a216fd88070bbb3d authored almost 6 years ago
Reapply "[analyzer] Introduce a simplified API for adding custom path notes."

This reapplies commit r357323, fixing memory leak found by LSan.

Differential Revision: https:/...

c7a7fdc9a326e21a0da5727e1b800ce9d7b9ef16 authored almost 6 years ago
[MSVC] If unable to find link.exe from a MSVC installation, look for link.exe next to cl.exe

Previously, if the MSVC installation isn't detected properly, clang
will later just fail to exec...

30418fa5f7bd6b2ef238385acb3fa07c938981cb authored almost 6 years ago
Enable frame pointer elimination for OpenBSD on powerpc.

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

9bf0c4c44cb2e54f95d38d15ace3677c88d7ec00 authored almost 6 years ago
Merge pull request #302 from compnerd/diagnostic-count

Basic: increase diagnostics again

10a2fe7804c0b2a206f547545b5bc401cec8a9f4 authored almost 6 years ago