summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* AMDGPU: Switch default dwarf version to 2Konstantin Zhuravlyov2018-07-201-1/+1
* [CStringSyntaxChecker] Fix build bot builds != x86 archsDavid Carlier2018-07-201-8/+9
* [AST] Various micro-optimizations in CXXInheritanceBenjamin Kramer2018-07-201-10/+10
* [CUDA] Provide integer SIMD functions for CUDA-9.2Artem Belevich2018-07-202-1/+429
* Prevent Scoped Enums from being Integral constant expressions:Erich Keane2018-07-201-1/+1
* [CodeGen][ObjC] Make copying and disposing of a non-escaping blockAkira Hatanaka2018-07-202-5/+20
* [analyzer] Rename DanglingInternalBufferChecker to InnerPointerChecker.Reka Kovacs2018-07-204-35/+34
* Implement cpu_dispatch/cpu_specific MultiversioningErich Keane2018-07-2015-211/+783
* Sema: Fix explicit address space cast in C++Yaxun Liu2018-07-202-0/+17
* Change \t to spacesFangrui Song2018-07-2016-28/+29
* [Index] Set OrigD before D is changed.Eric Liu2018-07-201-3/+3
* Fix typo causing assert in self-host.Richard Smith2018-07-191-1/+1
* [CStringSyntaxChecker] Check strlcpy sizeof syntaxDavid Carlier2018-07-191-0/+62
* When we choose to use zeroinitializer for a trailing portion of an arrayRichard Smith2018-07-191-1/+13
* [Sema] Diagnose an invalid dependent function template specializationErik Pilkington2018-07-191-5/+22
* Fix template argument deduction when a parameter pack has a valueRichard Smith2018-07-194-134/+253
* fix typo in commentNico Weber2018-07-191-1/+1
* [analyzer] Fix memory sanitizer error in MallocChecker.Reka Kovacs2018-07-191-3/+3
* Fix unused variable warning.Erich Keane2018-07-191-1/+1
* [analyzer] Memoize complexity of SymExprMikhail R. Gadelha2018-07-192-8/+1
* [Sema] Add a new warning, -Wmemset-transposed-argsErik Pilkington2018-07-191-9/+94
* The patch adds support for the new map interface between clang and libomptarg...Alexey Bataev2018-07-191-293/+492
* [analyzer] Fix disappearing notes in DanglingInternalBufferChecker testsReka Kovacs2018-07-191-2/+3
* [analyzer] Add support for more basic_string API inReka Kovacs2018-07-192-11/+71
* [CodeGen] Disable aggressive structor optimizations at -O0, take 3Pavel Labath2018-07-191-4/+14
* Enable C++2a Chrono LiteralsErich Keane2018-07-191-3/+8
* [CodeComplete] Fix accessibilty of protected members from base class.Eric Liu2018-07-192-14/+42
* NFC: Remove extraneous semicolons as pointed out in the differential reviewNemanja Ivanovic2018-07-191-2/+2
* [PowerPC] Handle __builtin_xxpermdi the same way as GCC doesNemanja Ivanovic2018-07-191-13/+5
* [PCH+Modules] Load -fmodule-map-file content before including PCHsBruno Cardoso Lopes2018-07-191-16/+16
* [clang]: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta2018-07-193-6/+20
* Reapply r336660: [Modules] Autoload subdirectory modulemaps with specific Lan...Bruno Cardoso Lopes2018-07-183-13/+23
* DR330: when determining whether a cast casts away constness, considerRichard Smith2018-07-182-41/+75
* Add support for __declspec(code_seg("segname"))Erich Keane2018-07-185-6/+192
* [analyzer] Remove a debug print that was accidentally left around.Artem Dergachev2018-07-181-1/+0
* Support implicit _Atomic struct load / storeJF Bastien2018-07-181-0/+1
* [modules] Print input files when -module-file-info file switch is passed.Vassil Vassilev2018-07-181-0/+39
* [AArch64] Define TARGET_HEADER_BUILTINMartin Storsjo2018-07-181-0/+2
* Re-land r337333, "Teach Clang to emit address-significance tables.",Peter Collingbourne2018-07-183-0/+8
* Revert r337333, "Teach Clang to emit address-significance tables."Peter Collingbourne2018-07-173-8/+0
* Teach Clang to emit address-significance tables.Peter Collingbourne2018-07-173-0/+8
* Replace LLVM_ALIGNAS with just alignas.Richard Smith2018-07-171-1/+1
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-173-112/+272
* [COFF] Add more missing MSVC ARM64 intrinsicsMandeep Singh Grang2018-07-172-4/+26
* Remove unnecessary trailing ; in macro intrinsic definition.Eric Christopher2018-07-171-1/+1
* [analyzer] Fix Z3 backend after D48205Mikhail R. Gadelha2018-07-171-30/+29
* clang-cl: Postpone Wmsvc-not-found emission until link.exe gets used.Nico Weber2018-07-172-2/+5
* [Fixed Point Arithmetic] Fix for bug where integer literals could be treated ...Leonard Chan2018-07-171-5/+10
* Always use __mcount on NetBSD. Some platforms don't provide _mcount.Joerg Sonnenberger2018-07-171-1/+1
* [ASTImporter] Fix poisonous structural equivalence cacheGabor Marton2018-07-173-30/+98
OpenPOWER on IntegriCloud