summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [backported/clang-7][Sema] Don't skip function bodies with 'auto' without tra...Ilya Biryukov2018-05-311-2/+8
* Merging r323998:Hans Wennborg2018-02-141-0/+10
* Again reverting an attempt to convert the DeclSpec enums into scoped enums.Faisal Vali2018-01-011-6/+6
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-6/+6
* Revert r321614 and r321615Faisal Vali2018-01-011-6/+6
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-6/+6
* [NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedId...Faisal Vali2017-12-301-21/+21
* [NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.Faisal Vali2017-12-291-5/+5
* [Frontend] Handle skipped bodies in template instantiationsIlya Biryukov2017-12-201-2/+4
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-1/+1
* Refactor overridden methods iteration to avoid double lookups.Benjamin Kramer2017-12-171-6/+4
* PR35586: Relax two asserts that are overly restrictiveErich Keane2017-12-111-2/+4
* Remove old concepts parsing codeHubert Tong2017-12-071-184/+0
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-041-11/+11
* [Modules TS] Added module re-export support.Hamza Sood2017-11-211-4/+9
* [CodeGen] fix const-ness of cbrt and fmaSanjay Patel2017-11-131-7/+25
* Add default calling convention support for regcall.Erich Keane2017-11-021-0/+7
* Fix missing -Wregister warning when 'register' is applied to a function param...Richard Smith2017-11-011-0/+8
* [Sema] Fix an assert-on-invalid by avoiding function template specialisationAlex Lorenz2017-10-271-4/+4
* [Sema] Add support for flexible array members in Obj-C.Volodymyr Sapsai2017-10-231-52/+63
* [Sema] Fix assertion failure when checking for unused variables in a dependen...Benjamin Kramer2017-10-191-1/+1
* Fix PR34981, a crash-on-invalid merging dllimport to an invalid redecl.Nico Weber2017-10-171-2/+3
* Convert clang::LangAS to a strongly typed enumAlexander Richardson2017-10-151-3/+3
* Re-land r315787, "[Sema] Warn about unused variables if we can constant evalu...Benjamin Kramer2017-10-141-1/+2
* Revert rL315787, "[Sema] Warn about unused variables if we can constant evalu...NAKAMURA Takumi2017-10-141-2/+1
* [Sema] Warn about unused variables if we can constant evaluate the initializer.Benjamin Kramer2017-10-141-1/+2
* [OpenCL] Add LangAS::opencl_private to represent private address space in ASTYaxun Liu2017-10-131-13/+12
* [Sema][ObjC] Complete merging ObjC methods before checking theirAkira Hatanaka2017-10-121-2/+0
* [Modules TS] Diagnose missing/duplicate module-declaration.Richard Smith2017-10-111-5/+13
* [Modules TS] Diagnose attempts to enter module implementation units without t...Richard Smith2017-10-101-5/+7
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-101-16/+69
* For dllexport class templates, export specializations of member functions (PR...Hans Wennborg2017-10-101-0/+16
* Revert "[Modules TS] Module ownership semantics for redeclarations."Eric Liu2017-10-101-69/+16
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-091-16/+69
* Remove unused variables. No functionality change.Benjamin Kramer2017-10-081-1/+0
* Revert "For dllexport class templates, export specializations of member funct...Reid Kleckner2017-10-061-15/+0
* For dllexport class templates, export specializations of member functions (PR...Hans Wennborg2017-10-051-0/+15
* Fix 'section' warning behavior with tentatively-defined valuesErich Keane2017-10-041-1/+1
* We allow implicit function declarations as an extension in all C dialects. Re...Richard Smith2017-10-041-5/+3
* PR34822: Fix a collection of related bugs with our handling of C89 implicit f...Richard Smith2017-10-041-15/+29
* PR33839: Fix -Wunused handling for structured binding declarations.Richard Smith2017-10-021-5/+21
* Dependent Address Space SupportAndrew Gozillon2017-10-021-1/+3
* Consolidate std::move() detection code. No behavior change.Nico Weber2017-09-281-8/+3
* Emit section information for extern variables. Erich Keane2017-09-261-0/+10
* Fix tracking of whether a destructor would be deleted.Richard Smith2017-09-221-1/+3
* [fixup][Sema] Allow in C to define tags inside enumerations.Volodymyr Sapsai2017-09-211-1/+2
* Implement C++ [basic.link]p8.Richard Smith2017-09-201-13/+1
* [Sema] Error out early for tags defined inside an enumeration.Volodymyr Sapsai2017-09-151-0/+6
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+1
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-1/+0