summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Append new attributes to the end of an AttributeList.Michael Kruse2018-08-037-69/+34
* [modules] Defer merging deduced return types.Richard Smith2018-08-032-20/+58
* [analyzer] Detect pointers escaped after ReturnStmt execution in MallocChecker.Reka Kovacs2018-08-021-3/+25
* [analyzer] Obtain a ReturnStmt from a CFGAutomaticObjDtor.Reka Kovacs2018-08-022-1/+24
* [analyzer] Add a safety check to InnerPointerChecker.Reka Kovacs2018-08-021-2/+5
* [WebAssembly] Support for atomic.wait / atomic.wake builtinsHeejin Ahn2018-08-021-0/+20
* Fix assertion failure when emitting code for a merged lambda.Richard Smith2018-08-021-2/+13
* Work around more GCC miscompiles exposed by r338464.Martin Storsjo2018-08-021-1/+5
* __c11_atomic_load's _Atomic can be constJF Bastien2018-08-021-1/+1
* [analyzer] Make RegionVector use const referenceFangrui Song2018-08-021-10/+7
* Try to make builtin address space declarations not uselessMatt Arsenault2018-08-024-48/+58
* clang-format: fix a crash in comment wraps.Martin Probst2018-08-021-5/+21
* [analyzer] Extend NoStoreFuncVisitor to follow fields.George Karpenkov2018-08-021-126/+212
* Serialize DoesNotEscape.Akira Hatanaka2018-08-012-0/+2
* [AST] Remove the static_assert check in ObjCMethodDecl::ObjCMethodDeclVlad Tsyrklevich2018-08-011-7/+0
* Fix -Wcovered-switch-default uncovered after r338630Reid Kleckner2018-08-011-1/+1
* [AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into...Erich Keane2018-08-014-24/+69
* [AST][3/4] Move the bit-fields from BlockDecl, LinkageSpecDecl and OMPDeclare...Erich Keane2018-08-013-1/+27
* [AST][2/4] Move the bit-fields from FunctionDecl and CXXConstructorDecl into ...Erich Keane2018-08-014-56/+103
* [AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec...Erich Keane2018-08-017-72/+127
* [Android] Increase default new alignment for AndroidPirama Arumuga Nainar2018-08-011-2/+3
* Revert r338455 "[constexpr] Support for constant evaluation of __builtin_memc...Hans Wennborg2018-08-011-198/+48
* [Format] Fix for bug 35641Ilya Biryukov2018-08-011-1/+7
* [UnrollAndJam] Add unroll_and_jam pragma handlingDavid Green2018-08-014-28/+140
* [AArch64][ARM] Add Armv8.4-A testsSjoerd Meijer2018-08-011-0/+4
* [clang-format] Add some text proto functions to Google styleKrasimir Georgiev2018-08-011-0/+2
* wrap to 80 cols, no behavior changeNico Weber2018-08-011-7/+9
* [clang-format] Add @private to the list of jsdoc annotationsKrasimir Georgiev2018-08-011-1/+1
* Add missing semicolon.Simon Pilgrim2018-08-011-1/+1
* Replace 'FALL-THROUGH' comment with LLVM_FALLTHROUGH to silence warning. NFCI.Simon Pilgrim2018-08-011-1/+1
* [Modules] Do not emit relocation error when -fno-validate-pch is setYuka Takahashi2018-08-011-3/+8
* [AST] CastExpr: BasePathSize is not large enough.Roman Lebedev2018-08-012-12/+51
* Work around GCC miscompile exposed by r338464.Richard Smith2018-08-011-2/+5
* [analyzer] CallEvent: Add helper methods for obtaining the callee stack frame.Artem Dergachev2018-08-011-0/+63
* Speculative fix for buildbot failures after r338464.Richard Smith2018-08-011-1/+2
* Avoid exposing name for range-based for '__range' variables in lifetime warni...Richard Smith2018-08-011-3/+5
* [P0936R0] add [[clang::lifetimebound]] attributeRichard Smith2018-08-016-75/+223
* [constexpr] Support for constant evaluation of __builtin_memcpy andRichard Smith2018-07-311-48/+198
* Revert r337635 "[Driver] Sanitizer support based on runtime library presence"Reid Kleckner2018-07-312-65/+23
* [analyzer] Fix eliding the same destructor twice due to buggy default arguments.Artem Dergachev2018-07-311-1/+2
* [CFG] [analyzer] NFC: Enumerate construction context layer kinds.Artem Dergachev2018-07-313-253/+227
* [serialization] PR34728: Don't assume that only a suffix of templateRichard Smith2018-07-311-15/+9
* [CFG] [analyzer] Implement function argument construction contexts.Artem Dergachev2018-07-313-28/+65
* [OpenCL] Forbid size dependent types used as kernel argumentsAlexey Sotkin2018-07-311-3/+43
* [OpenCL] Check for invalid kernel arguments in array typesAlexey Sotkin2018-07-311-5/+27
* [CFG] [analyzer] Add construction contexts for returning C++ objects in ObjC++.Artem Dergachev2018-07-311-27/+43
* [CFG] [analyzer] Add stubs for constructor and message argument constructors.Artem Dergachev2018-07-312-8/+48
* [analyzer] Reuse some code in simplifySVal().Artem Dergachev2018-07-311-21/+22
* [analyzer] Don't try to simplify mixed Loc/NonLoc expressions.Artem Dergachev2018-07-311-0/+11
* [OPENMP] Change linkage of offloading symbols to support droppingAlexey Bataev2018-07-311-2/+4
OpenPOWER on IntegriCloud