summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic
Commit message (Expand)AuthorAgeFilesLines
* [Module map] Introduce a private module re-export directive.Douglas Gregor2017-09-142-0/+11
* Diagnostic specific failed condition in a static_assert.Douglas Gregor2017-09-141-0/+2
* Enable __declspec(selectany) on any platformPiotr Padlewski2017-09-142-2/+17
* [OPENMP] Allow all classes as mappable types.Alexey Bataev2017-09-131-6/+0
* [ARM] Option for reading thread pointer from coprocessor registerStrahinja Petrovic2017-09-121-0/+4
* [X86] Lower _mm[256|512]_[mask[z]]_avg_epu[8|16] intrinsics to native llvm IRYael Tsafrir2017-09-121-6/+0
* Fix ownership of the MemoryBuffer in a FrontendInputFile.Richard Smith2017-09-091-8/+17
* Add some documentation on how to generate the documentation.Aaron Ballman2017-09-081-0/+18
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-082-0/+4
* [Sema] Put tautological comparison of unsigned and zero into it's own flagRoman Lebedev2017-09-082-3/+5
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-082-4/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-082-0/+4
* [OpenCL] Add half load and store builtinsJan Vesely2017-09-072-2/+10
* [CUDA] Added rudimentary support for CUDA-9 and sm_70.Artem Belevich2017-09-071-0/+3
* [OpenCL] Handle taking an address of block captures.Anastasia Stulova2017-09-071-2/+2
* [ms] Implement the __annotation intrinsicReid Kleckner2017-09-052-0/+3
* Implement Itanium name mangling support for C++ Modules TS.Richard Smith2017-09-041-1/+14
* Add documentation for force_align_arg_pointer function attributeErich Keane2017-08-312-2/+27
* [CodeGen][x86_64] Enable 'force_align_arg_pointer' attribute at x86_64Erich Keane2017-08-301-1/+1
* Let -Wdelete-non-virtual-dtor fire in system headers too.Nico Weber2017-08-301-2/+2
* [X86] Implement broadcastf32x2 and broadcasti32x2 intrinsics using __builtin_...Craig Topper2017-08-301-5/+0
* Revert "Improve constant expression evaluation of arrays of unknown bound."Martin Bohme2017-08-302-10/+1
* Give a better error if auto deduction fails due to inconsistent element types...Richard Smith2017-08-301-0/+3
* Improve constant expression evaluation of arrays of unknown bound.Richard Smith2017-08-292-1/+10
* Change Diagnostic Category size error from runtime to compiletimeErich Keane2017-08-281-11/+24
* [refactor] initial support for refactoring action rulesAlex Lorenz2017-08-281-0/+4
* [X86] Add support for __builtin_cpu_initCraig Topper2017-08-281-0/+1
* [c++2a] P0683R1: Permit default member initializers for bit-fields.Richard Smith2017-08-281-2/+6
* [ObjC] Add a -Wobjc-messaging-id warningAlex Lorenz2017-08-251-0/+4
* [Basic] Add a DiagnosticError llvm::ErrorInfo subclassAlex Lorenz2017-08-251-0/+61
* Rename diagnostic groups from CXX1z to CXX17. No functionality change.Richard Smith2017-08-254-33/+33
* Fix up the -Wc++XX-compat warnings to properly handle C++2a.Richard Smith2017-08-251-8/+22
* [c++2a] P0704R1: Allow pointers to const& member functions to be called on rv...Richard Smith2017-08-251-0/+7
* [mips] Introducing option -mabs=[legacy/2008]Petar Jovanovic2017-08-242-0/+7
* [refactor] Add the AST source selection componentAlex Lorenz2017-08-242-0/+13
* [ODRHash] Diagnose differing template parameters.Richard Trieu2017-08-231-0/+18
* [c++2a] Implement P0409R2 - Allow lambda capture [=,this] (by hamzasood)Faisal Vali2017-08-192-2/+15
* [OpenCL] Support variable memory scope in atomic builtinsYaxun Liu2017-08-152-14/+127
* [OpenCL] Allow targets to select address space per typeSven van Haastregt2017-08-151-4/+3
* [Sema] Improve some -Wunguarded-availability diagnosticsErik Pilkington2017-08-141-16/+2
* Rename cxx1z -> cxx17 across all diagnostic IDs.Richard Smith2017-08-135-9/+9
* Replace remaining user-visible mentions of C++1z with C++17.Richard Smith2017-08-134-53/+56
* [c++2a] Treat 'concept' and 'requires' as keywords, add compat warning for C+...Richard Smith2017-08-133-2/+11
* Add -fsanitize=fuzzer-no-link flag to the driver.George Karpenkov2017-08-111-0/+3
* Revert "Thread Safety Analysis: warn on nonsensical attributes."Josh Gao2017-08-111-10/+0
* [X86] Implement __builtin_cpu_isCraig Topper2017-08-103-0/+6
* [mips] Show warning in case of mixing -mlong-calls and -mabicalls optionsSimon Atanasyan2017-08-101-0/+4
* [mips] Notify user that `-mabicalls` is ignored on non-PIC N64 ABISimon Atanasyan2017-08-101-0/+4
* [Sema] Assign new flag -Wenum-compare-switch to switch-related parts of -Wenu...Gabor Horvath2017-08-092-1/+7
* PointerLikeTypeTraits: class->struct to match LLVM changeDavid Blaikie2017-08-092-9/+5