- b35a2aa Creating branches/google/stable and tags/google/stable/2019-05-14 from r360103 by Jordan Rupprecht · 6 years ago google/stable
- 741e057 [Clang][NewPM] Don't bail out if the target machine is empty by Petr Hosek · 6 years ago
- 14bb266 [Sema] Fix for P41774 where `ExpectNoDerefChunk` is assigned twice by Leonard Chan · 6 years ago
- f0cd1a2 Revert "Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function calls without used results (PR41259)" by Jordan Rupprecht · 6 years ago
- e95a909 PR41183: Don't emit strict-prototypes warning for an implicit function by James Y Knight · 6 years ago
- b91f1c8 [AArch64] Add __builtin_sponentry, for calling setjmp in MinGW by Martin Storsjo · 6 years ago
- d653c3f [MinGW] Use SEH by default on AArch64 by Martin Storsjo · 6 years ago
- 03fbaba [OPENMP]Fix PR41767: diagnose DSA for variables in clauses with default(none). by Alexey Bataev · 6 years ago
- 1c40858 [OpenMP][Clang] Support for target math functions by Gheorghe-Teodor Bercea · 6 years ago
- 336ca52 [OPENMP]Fix PR41768: check DSA for globals with `default(none)` clauses. by Alexey Bataev · 6 years ago
- b1749d0 [CodeComplete] Update python tests after r360042 by Ilya Biryukov · 6 years ago
- 7463f83 [CodeComplete] Add a trailing semicolons to some pattern completions by Ilya Biryukov · 6 years ago
- 06edb03 Revert r359949 "[clang] adding explicit(bool) from c++2a" by Hans Wennborg · 6 years ago
- 6dab16d [X86] Move files to correct directories after D60552 by Fangrui Song · 6 years ago
- 7bdbc78 Enable intrinsics of AVX512_BF16, which are supported for BFLOAT16 in Cooper Lake by Luo, Yuanke · 6 years ago
- 1b26ab1 P1286R2: Remove restriction that the exception specification of a by Richard Smith · 6 years ago
- 71019a8 Use DiagRuntimeBehavior for -Wunsequenced to weed out false positives by Richard Smith · 6 years ago
- 5b0a110 [c++20] Implement P1009R2: allow omitting the array bound in an array by Richard Smith · 6 years ago
- f14f7e2 The 'CodeGenObjC/illegal-UTF8.m' get failed with Clang built with 32-bit targets only (as example ARM-only) with the following error: by Galina Kistanova · 6 years ago
- 7490b7d [analyzer][UninitializedObjectChecker] PR41741: Regard all scalar types as primitive. by Kristof Umann · 6 years ago
- 51ad9cd9 Revert rL359962 : Use DiagRuntimeBehavior for -Wunsequenced to weed out false positives by Simon Pilgrim · 6 years ago
- 0d07455 [clang] fixing -ast-print for variadic parameter pack in lambda capture by Nicolas Lesser · 6 years ago
- 3e0c2a5 [C++] Interpret unknown identifier in parameter clause as unknown type by Nicolas Lesser · 6 years ago
- 7985bcb [NFC] Add parentheses to avoid -Wparentheses. by Nicolas Lesser · 6 years ago
- 1522af0 [c++20] Implement P0428R2 - Familiar template syntax for generic lambdas by Hamza Sood · 6 years ago
- cebd04f [c++20] Implement tweaked __VA_OPT__ rules from P1042R1: by Richard Smith · 6 years ago
- 32fd9fe Use DiagRuntimeBehavior for -Wunsequenced to weed out false positives by Richard Smith · 6 years ago
- c09c3b4 Reduce amount of work ODR hashing does. by Richard Trieu · 6 years ago
- e9b7802 Disallow the operand of __builtin_constant_p from modifying enclosing by Richard Smith · 6 years ago
- bd2061a [Driver] Create non-existent directory for -fcrash-diagnostics-dir by Petr Hosek · 6 years ago
- 67a39e2 [cxx_status] Don't list -fmodules / -fmodules-ts against C++ modules by Richard Smith · 6 years ago
- 27b6ecd [cxx_status] Replace "SVN" entries with Clang 8 as appropriate. by Richard Smith · 6 years ago
- 6de0b44 [clang] adding explicit(bool) from c++2a by Nicolas Lesser · 6 years ago
- 6cc60c9 CWG issue 727: Fix numerous bugs in support for class-scope explicit by Richard Smith · 6 years ago
- db45e9b [clang-format] Fix bug in block comment reflow that joins * and / by Owen Pan · 6 years ago
- 39af588 [COFF, ARM64] Fix ABI implementation of struct returns by Mandeep Singh Grang · 6 years ago
- ae674ae Ensure there is stack usage in stack size warning test by Matt Arsenault · 6 years ago
- fc06fc4 Attempt to fix the clang-sphinx-docs bot after r358797 by Nico Weber · 6 years ago
- 1801280 Remove else-after-return by David Blaikie · 6 years ago
- 964c235 [CUDA][Clang][Bugfix] Add missing CUDA 9.2 case by Gheorghe-Teodor Bercea · 6 years ago
- 3814a37 [CommandLine] Change help output to prefix long options with `--` instead of `-`. NFC . Part 3 of 5 by Don Hinton · 6 years ago
- 54eb12a Added an AST matcher for declarations that are in the `std` namespace by Dmitri Gribenko · 6 years ago
- 6ef4cf3 [Sema][ObjC] Disable -Wunused-parameter for ObjC methods by Akira Hatanaka · 6 years ago
- a121961 Revert "[Attribute/Diagnostics] Print macro if definition is an attribute declaration" by Leonard Chan · 6 years ago
- ecefe8a Revert r359814 "[Sema] Emit warning for visibility attribute on internal-linkage declaration" by Nico Weber · 6 years ago
- 6aecacb SemaOverload: Complete candidates before emitting the error, to ensure diagnostics emitted (or suppressed) during completion don't interfere with the overload notes by David Blaikie · 6 years ago
- b4f79aa Fix -Wunsequenced false-positives in code controlled by a branch on by Richard Smith · 6 years ago
- 2067b5b [CUDA] Do not pass deprecated option fo fatbinary by Artem Belevich · 6 years ago
- fae4e47 [Attribute/Diagnostics] Print macro if definition is an attribute declaration by Leonard Chan · 6 years ago
- c1150d5 Change the metadata for heapallocsite calls when the type is cast. by Amy Huang · 6 years ago
- 88767d8 Another attempt to fix "could not find clang-check" lit warning in analyzer-less builds by Nico Weber · 6 years ago
- 151e674 [Sema] Emit warning for visibility attribute on internal-linkage declaration by Scott Linder · 6 years ago
- 8a2708e Use primary template parameter names for variable template debug info by Reid Kleckner · 6 years ago
- 39c763f Do not warn on switches over enums that do not use [[maybe_unused]] enumerators by David Blaikie · 6 years ago
- 15e8bd3 [OpenCL] Fix initialisation of this via pointer. by Anastasia Stulova · 6 years ago
- c38febb [OpenCL] Deduce static data members to __global addr space. by Anastasia Stulova · 6 years ago
- 55766dd Fix typo in test case. by Akira Hatanaka · 6 years ago
- 9804d3b Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO by Stephan Bergmann · 6 years ago
- 672ad52 Replace ad-hoc tracking of pattern for an instantiated class-scope by Richard Smith · 6 years ago
- 2d77937 Diagnose non-dependent qualified friend function template declarations by Richard Smith · 6 years ago
- 7a72a8b [COFF, ARM64] Align global symbol by size for ARM64 MSVC ABI by Tom Tan · 6 years ago
- c9884fd Consume unexpected "template" keywords after "using" by Richard Trieu · 6 years ago
- b1e9fc1 Revert r359717, "Make check-clang depend on the clang-check binary always" by Nico Weber · 6 years ago
- e8fadf0 [analyzer] Fix buildbot failures caused by a forgotten initialization by Kristof Umann · 6 years ago
- 6e0cfff Make clang/utils/creduce-clang-crash.py executable by Reid Kleckner · 6 years ago
- 34d9084 [analyzer] Don't display implementation checkers under -analyzer-checker-help, but do under the new flag -analyzer-checker-help-hidden by Kristof Umann · 6 years ago
- 1b085d0 Make check-clang depend on the clang-check binary always by Nico Weber · 6 years ago
- e699610 [Parser] Avoid correcting delayed typos in array subscript multiple times. by Volodymyr Sapsai · 6 years ago
- c93a747 [clang-format] Fix a bug in AlignConsecutiveDeclarations. by Owen Pan · 6 years ago
- faa9d11 [Driver] Explicitly request platform rtlib in the Driver pic test by Petr Hosek · 6 years ago
- 24af12e Bump DIAG_SIZE_SEMA, as we've hit it. by Scott Linder · 6 years ago
- 8559468 [analyzer][tests][NFC] Add EOF newlines, normalize reference expected files by Hubert Tong · 6 years ago
- e35d49b [analyzer][tests] Use diff_plist, correct order of arguments for missed cases; NFC by Hubert Tong · 6 years ago
- f1f9d1b [clang-format] Fix bug that misses some function-like macro usages by Owen Pan · 6 years ago
- 056b030 Change llvm-{objdump,readobj} -long-option to --long-option or well-known short options in tests. NFC by Fangrui Song · 6 years ago
- a0b7c9a lib/Header: Fix Visual Studio builds try #2 by Tom Stellard · 6 years ago
- 9f6cfd8 Fix auto-init test by JF Bastien · 6 years ago
- 30106dd [WebAssembly] Use the "wasm32-wasi" triple in tests by Dan Gohman · 6 years ago
- 11659cf Variable auto-init: don't initialize aggregate padding of all aggregates by JF Bastien · 6 years ago
- 99dc6c4 Remove two unnecessary wrappers of canPassInRegisters by Reid Kleckner · 6 years ago
- bccbbe9 Set LoopInterleaved in the PassManagerBuilder. by Alina Sbirlea · 6 years ago
- 2386018 [Driver] Support compiler-rt crtbegin.o/crtend.o for Linux by Petr Hosek · 6 years ago
- 3a337f1 Add requires amdgpu-registered-target for amdgpu-float16.cpp by Yaxun Liu · 6 years ago
- 63e574d AMDGPU: Enable _Float16 by Yaxun Liu · 6 years ago
- fcfa5da [LibTooling] Fix broken test after r359574. by Yitzhak Mandelbaum · 6 years ago
- f62caab [LibTooling] Change Transformer's TextGenerator to a partial function. by Yitzhak Mandelbaum · 6 years ago
- 6332c52 Fix inconsistency in calculating DIAG_START_ values. by Russell Gallop · 6 years ago
- 655f341 Fix gcc "-Wdangling-else" warning. NFCI. by Simon Pilgrim · 6 years ago
- f8cb6c3 Fix gcc "-Wdangling-else" warnings. NFCI. by Simon Pilgrim · 6 years ago
- bbce678 [analyzer][UninitializedObjectChecker] PR41611: Regard vector types as primitive by Kristof Umann · 6 years ago
- c208eda [analyzer] Treat functions without run-time branches as "small". by Artem Dergachev · 6 years ago
- 4ecb1e1 [analyzer] SmartPtrModeling: Fix a null dereference. by Artem Dergachev · 6 years ago
- 753d85a [NFC] typo by JF Bastien · 6 years ago
- c7d252e [NFC] typo by JF Bastien · 6 years ago
- cde6bbc Add __builtin_dcbf support for PPC by Ahsan Saghir · 6 years ago
- 6eedd85 [Diagnostics] Support -Wtype-limits for GCC compatibility by David Bolvansky · 6 years ago
- 887ff70 Re-land r359250, [COFF] Statically link certain runtime library functions by Reid Kleckner · 6 years ago
- 71a069a Make test more robust by writing stdout/stderr to different files. by Douglas Yung · 6 years ago
- fbebf8c Simplify exclusion of nested classes from extern template instantiation, NFC by Reid Kleckner · 6 years ago
- 8e6b618 When skipping code at the start of a file during PCH use, Preprocessor::Lex by Mike Rice · 6 years ago