summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaType.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Don't emit the -Wstrict-prototypes warning for variadic functions.Volodymyr Sapsai2018-01-021-1/+1
* Again reverting an attempt to convert the DeclSpec enums into scoped enums.Faisal Vali2018-01-011-13/+10
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-10/+13
* Revert r321614 and r321615Faisal Vali2018-01-011-12/+9
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-9/+12
* [NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedId...Faisal Vali2017-12-301-15/+16
* [NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.Faisal Vali2017-12-291-121/+126
* Add an explicit `LLVM_FALLTHROUGH` annotation to an intentionalChandler Carruth2017-12-221-0/+1
* Suppress "redundant parens" warning for "A (::B())".Richard Smith2017-12-211-1/+6
* Don't produce redundant parentheses warning for "A (::B);" and the like.Richard Smith2017-12-211-1/+19
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-5/+5
* When attempting to complete an incomplete array bound type in an expression,Richard Smith2017-12-141-18/+20
* Test commit accessZhihao Yuan2017-12-071-1/+1
* Generalize "static data member instantiated" notification to cover variable t...Richard Smith2017-12-051-21/+17
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-041-3/+3
* [CUDA] Report "unsupported VLA" errors only on device side.Artem Belevich2017-11-281-8/+11
* [OpenMP] Show error if VLAs are not supportedJonas Hahnfeld2017-11-181-0/+6
* [Sema][ObjC] Look for either objc_bridge or objc_bridge_mutable whenAkira Hatanaka2017-10-241-6/+13
* Convert clang::LangAS to a strongly typed enumAlexander Richardson2017-10-151-7/+8
* Remove an unused variable.Haojian Wu2017-10-131-2/+0
* [OpenCL] Add LangAS::opencl_private to represent private address space in ASTYaxun Liu2017-10-131-36/+94
* [OpenCL] Allow function declaration with empty argument list.Alexey Bader2017-10-111-1/+2
* Dependent Address Space SupportAndrew Gozillon2017-10-021-30/+107
* Test Commit.Andrew Gozillon2017-10-011-1/+0
* Add a "vexing parse" warning for ambiguity between a variable declaration and aRichard Smith2017-09-291-0/+96
* [Sema] Put nullability fix-it after the end of the pointer.Volodymyr Sapsai2017-09-281-15/+22
* Add support for remembering origins to ExternalASTMergerSean Callanan2017-09-271-5/+9
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-221-0/+5
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-201-5/+0
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-201-0/+5
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-201-5/+0
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-201-0/+5
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-2/+3
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-3/+2
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-2/+3
* Use ARC parsing rules for ns_returns_retained in MRC so that code canJohn McCall2017-07-151-17/+22
* [Modules] Implement ODR-like semantics for tag types in C/ObjCBruno Cardoso Lopes2017-07-011-0/+15
* Revert r306653, "[OpenCL] Allow function declaration with empty argument list."NAKAMURA Takumi2017-06-291-1/+1
* [OpenCL] Allow function declaration with empty argument list.Alexey Bader2017-06-291-1/+1
* [clang] Remove double semicolons. NFC.Mandeep Singh Grang2017-06-061-1/+1
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-031-0/+2
* [OpenCL] Harden function pointer diagnostics.Alexey Bader2017-06-021-0/+5
* [Sema] Improve -Wstrict-prototypes diagnostic message for blocks.Akira Hatanaka2017-06-021-13/+30
* [OpenCL] Makes kernels use the SPIR_KERNEL CC by default.Pekka Jaaskelainen2017-06-011-5/+1
* Do not issue -Wnullability-completeness for dependent types that are not writ...Richard Smith2017-05-191-11/+4
* CodeGen: Cast alloca to expected address spaceYaxun Liu2017-05-181-2/+3
* Fix errored return value in CheckFunctionReturnType and add a fixit hintErich Keane2017-05-101-2/+3
* [X86] Support of no_caller_saved_registers attributeOren Ben Simhon2017-04-271-2/+17
* [OpenCL] Map default address space to alloca address spaceYaxun Liu2017-04-111-3/+3
* Represent pass_object_size attrs in ExtParameterInfoGeorge Burgess IV2017-02-241-0/+5