summaryrefslogtreecommitdiff
path: root/include/clang/Basic
Commit message (Expand)AuthorAgeFilesLines
* [NFCI] Always initialize const members of AttributeCommonInfoAlex Langford2019-09-201-2/+2
* Clean out unused diagnostics. NFC.Benjamin Kramer2019-09-195-21/+0
* [Builtins] Delete setjmp_syscall and qsetjmpFangrui Song2019-09-191-2/+0
* [CLANG][BPF] change __builtin_preserve_access_index() signatureYonghong Song2019-09-192-1/+4
* [Sema] Suppress -Wformat diagnostics for bool types when printed using %hhdErik Pilkington2019-09-181-0/+3
* [c++20] P1331R2: Allow transient use of uninitialized objects inRichard Smith2019-09-182-28/+46
* [lldb] Print better diagnostics for user expressions and modulesRaphael Isemann2019-09-181-0/+1
* [Sema] Split of versions of -Wimplicit-{float,int}-conversion for Objective-C...Erik Pilkington2019-09-172-3/+22
* Use 'BOOL' instead of BOOL in diagnostic messagesErik Pilkington2019-09-171-4/+4
* [OPENMP5.0]Introduce attribute for declare variant directive.Alexey Bataev2019-09-173-0/+55
* Change signature of __builtin_rotateright64 back to unsignedKarl-Johan Karlsson2019-09-161-1/+1
* [WebAssembly] Narrowing and widening SIMD opsThomas Lively2019-09-131-0/+14
* [OPENMP5.0]Add basic support for declare variant directive.Alexey Bataev2019-09-133-5/+34
* Reland r371785: Add -Wpoison-system-directories warningManoj Gupta2019-09-131-0/+5
* [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane2019-09-132-2/+192
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-132-0/+6
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-132-1/+12
* Remove reliance on lax vector conversions from altivec.h and its test.Richard Smith2019-09-131-2/+2
* Revert "For PR17164: split -fno-lax-vector-conversion into three different"Jonas Devlieghere2019-09-132-12/+1
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-132-1/+12
* Revert r371785.Manoj Gupta2019-09-131-5/+0
* Add -Wpoison-system-directories warningManoj Gupta2019-09-121-0/+5
* Improve code generation for thread_local variables:Richard Smith2019-09-121-0/+6
* [MS] Warn when shadowing template parameters under -fms-compatibilityReid Kleckner2019-09-121-0/+2
* Removed some questionable default arguments from settersDmitri Gribenko2019-09-121-7/+5
* Removed dead code from DiagnosticBuilderDmitri Gribenko2019-09-121-5/+0
* [WebAssembly] Add -fwasm-exceptions for wasm EHHeejin Ahn2019-09-121-0/+1
* Reland "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek2019-09-112-1/+7
* [OPENMP] Update the diagnosis message for canonical loop form, by ChiAlexey Bataev2019-09-111-1/+1
* [Diagnostics] Add -Wsizeof-array-divDavid Bolvansky2019-09-111-0/+4
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Dmitri Gribenko2019-09-112-7/+1
* [ARM] Take into account -mcpu and -mfpu options while handling 'crypto' featureDiogo N. Sampaio2019-09-111-0/+3
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-112-1/+7
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek2019-09-102-7/+1
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-102-1/+7
* Merge note_ovl_builtin_candidate diagnostics; NFCSven van Haastregt2019-09-091-4/+1
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-09-071-2/+17
* [NFCI] Unbreak buildbotsDavid Bolvansky2019-09-061-4/+0
* [Diagnostics] Refactor code for -Wsizeof-pointer-div, catch more cases; also ...David Bolvansky2019-09-061-1/+5
* [X86] Prevent passing vectors of __int128 as <X x i128> in llvm IRCraig Topper2019-09-061-0/+6
* [Diagnostics] Minor improvements for -Wxor-used-as-powDavid Bolvansky2019-09-051-1/+4
* Revert r361885 "[Driver] Fix -working-directory issues"Hans Wennborg2019-09-051-2/+0
* AMDGPU: Add builtins for is_shared/is_privateMatt Arsenault2019-09-051-0/+2
* [www] Fix hyperlink syntax in attribute reference.Richard Smith2019-09-041-1/+1
* [www] Update attribute reference for 'constinit'.Richard Smith2019-09-042-3/+11
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-046-21/+52
* [PowerPC][Altivec][Clang] Check compile-time constant for vec_dst*Jinsong Ji2019-09-041-4/+4
* [PowerPC][Altivec] Fix constant argument for vec_dssJinsong Ji2019-09-041-1/+1
* Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"Roman Lebedev2019-09-042-6/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-042-0/+6