summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Creating branches/google/stable and tags/google/stable/2019-05-14 from r360103google/stableJordan Rupprecht2019-05-143283-44896/+114293
|\
| * [Clang][NewPM] Don't bail out if the target machine is emptyPetr Hosek2019-05-063-6/+11
| * [Sema] Fix for P41774 where `ExpectNoDerefChunk` is assigned twiceLeonard Chan2019-05-061-5/+2
| * Revert "Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also s...Jordan Rupprecht2019-05-063-2/+3
| * PR41183: Don't emit strict-prototypes warning for an implicit functionJames Y Knight2019-05-062-2/+11
| * [AArch64] Add __builtin_sponentry, for calling setjmp in MinGWMartin Storsjo2019-05-063-0/+16
| * [MinGW] Use SEH by default on AArch64Martin Storsjo2019-05-062-4/+5
| * [OPENMP]Fix PR41767: diagnose DSA for variables in clauses withAlexey Bataev2019-05-068-15/+112
| * [OpenMP][Clang] Support for target math functionsGheorghe-Teodor Bercea2019-05-0617-431/+675
| * [OPENMP]Fix PR41768: check DSA for globals with `default(none)` clauses.Alexey Bataev2019-05-0639-66/+78
| * [CodeComplete] Update python tests after r360042Ilya Biryukov2019-05-061-2/+2
| * [CodeComplete] Add a trailing semicolons to some pattern completionsIlya Biryukov2019-05-064-19/+67
| * Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-0645-1643/+360
| * [X86] Move files to correct directories after D60552Fangrui Song2019-05-064-0/+855
| * Enable intrinsics of AVX512_BF16, which are supported for BFLOAT16 in Cooper ...Luo, Yuanke2019-05-0612-2/+80
| * P1286R2: Remove restriction that the exception specification of aRichard Smith2019-05-0613-125/+105
| * Use DiagRuntimeBehavior for -Wunsequenced to weed out false positivesRichard Smith2019-05-067-23/+43
| * [c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith2019-05-0619-80/+170
| * The 'CodeGenObjC/illegal-UTF8.m' get failed with Clang built with 32-bit targ...Galina Kistanova2019-05-061-1/+1
| * [analyzer][UninitializedObjectChecker] PR41741: Regard all scalar types as pr...Kristof Umann2019-05-052-8/+36
| * Revert rL359962 : Use DiagRuntimeBehavior for -Wunsequenced to weed out false...Simon Pilgrim2019-05-057-43/+23
| * [clang] fixing -ast-print for variadic parameter pack in lambda captureNicolas Lesser2019-05-052-0/+39
| * [C++] Interpret unknown identifier in parameter clause as unknown typeNicolas Lesser2019-05-053-4/+5
| * [NFC] Add parentheses to avoid -Wparentheses.Nicolas Lesser2019-05-041-1/+1
| * [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-0429-61/+464
| * [c++20] Implement tweaked __VA_OPT__ rules from P1042R1:Richard Smith2019-05-047-24/+116
| * Use DiagRuntimeBehavior for -Wunsequenced to weed out false positivesRichard Smith2019-05-047-23/+43
| * Reduce amount of work ODR hashing does.Richard Trieu2019-05-042-4/+63
| * Disallow the operand of __builtin_constant_p from modifying enclosingRichard Smith2019-05-042-15/+99
| * [Driver] Create non-existent directory for -fcrash-diagnostics-dirPetr Hosek2019-05-042-1/+2
| * [cxx_status] Don't list -fmodules / -fmodules-ts against C++ modulesRichard Smith2019-05-041-1/+1
| * [cxx_status] Replace "SVN" entries with Clang 8 as appropriate.Richard Smith2019-05-041-11/+11
| * [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-0445-360/+1643
| * CWG issue 727: Fix numerous bugs in support for class-scope explicitRichard Smith2019-05-0311-163/+342
| * [clang-format] Fix bug in block comment reflow that joins * and /Owen Pan2019-05-033-2/+39
| * [COFF, ARM64] Fix ABI implementation of struct returnsMandeep Singh Grang2019-05-037-52/+261
| * Ensure there is stack usage in stack size warning testMatt Arsenault2019-05-031-1/+3
| * Attempt to fix the clang-sphinx-docs bot after r358797Nico Weber2019-05-031-1/+1
| * Remove else-after-returnDavid Blaikie2019-05-031-5/+4
| * [CUDA][Clang][Bugfix] Add missing CUDA 9.2 caseGheorghe-Teodor Bercea2019-05-031-0/+3
| * [CommandLine] Change help output to prefix long options with `--` instead of ...Don Hinton2019-05-031-4/+4
| * Added an AST matcher for declarations that are in the `std` namespaceDmitri Gribenko2019-05-035-1/+100
| * [Sema][ObjC] Disable -Wunused-parameter for ObjC methodsAkira Hatanaka2019-05-033-5/+7
| * Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-0333-407/+20
| * Revert r359814 "[Sema] Emit warning for visibility attribute on internal-link...Nico Weber2019-05-035-23/+2
| * SemaOverload: Complete candidates before emitting the error, to ensure diagno...David Blaikie2019-05-0310-179/+338
| * Fix -Wunsequenced false-positives in code controlled by a branch onRichard Smith2019-05-022-3/+8
| * [CUDA] Do not pass deprecated option fo fatbinaryArtem Belevich2019-05-021-1/+2
| * [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-0233-20/+407
| * Change the metadata for heapallocsite calls when the type is cast.Amy Huang2019-05-023-17/+18