summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [OPENMP] Prevent problems with linking of the static variables.Alexey Bataev2018-07-312-21/+13
* [RISCV] Add driver for riscv32-unknown-elf baremetal targetDavid Bolvansky2018-07-315-1/+182
* Improve support of PDB as an external layout sourceAleksandr Urakov2018-07-311-23/+19
* [coroutines] Fix handling of dependent co_await in StmtProfiler.Richard Smith2018-07-311-1/+4
* [analyzer] CStringChecker: Remember to highlight the argument expression range.Artem Dergachev2018-07-301-0/+1
* Revert "Add a definition for FieldSize that seems to make sense here."Eric Christopher2018-07-301-1/+0
* Add a definition for FieldSize that seems to make sense here.Eric Christopher2018-07-301-0/+1
* Fix use of uninitialized variable in r338299Scott Linder2018-07-301-1/+1
* [analyzer] [NFC] Simplify some visitors by giving a convenient getter from st...George Karpenkov2018-07-302-22/+20
* [analyzer] Bugfix for autorelease + main run loop leak checkerGeorge Karpenkov2018-07-301-4/+9
* [analyzer] Fix crash in RunLoopAutoreleaseChecker on empty childrenGeorge Karpenkov2018-07-301-2/+3
* Avoid returning an invalid end source locStephen Kelly2018-07-301-1/+1
* [DebugInfo][OpenCL] Generate correct block literal debug info for OpenCLScott Linder2018-07-301-34/+48
* [OpenEmbedded] Fix lib paths for OpenEmbedded targetsMandeep Singh Grang2018-07-302-2/+10
* Remove trailing spaceFangrui Song2018-07-30238-5768/+5768
* [clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang partRoman Lebedev2018-07-304-23/+97
* Delete some unreachable AST printing code.Richard Smith2018-07-301-30/+0
* [ARM, AArch64]: Use unadjusted alignment when passing composites as argumentsMomchil Velikov2018-07-304-10/+64
* [analyzer] Add missing state transition in IteratorChecker.Reka Kovacs2018-07-301-0/+2
* [analyzer] Add support for more invalidating functions in InnerPointerChecker.Reka Kovacs2018-07-302-61/+132
* [CodeComplete] Fix the crash in code completion on access checkingIlya Biryukov2018-07-301-28/+2
OpenPOWER on IntegriCloud