summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Sema] Don't skip function bodies with 'auto' without trailing return typeIlya Biryukov2018-05-301-2/+8
* Update NRVO logic to support early returnTaiju Tsuiki2018-05-301-18/+15
* Check pointer null-ness before dereferencing it.Richard Trieu2018-05-291-5/+6
* [Sema] Fix incorrect packed aligned structure layoutMomchil Velikov2018-05-211-3/+4
* Revert r332470 (and corresponding tests in r332492).Richard Smith2018-05-181-76/+13
* Add support for __declspec(code_seg("segname"))Erich Keane2018-05-161-13/+76
* PR37450: Fix bug that disabled some type checks for variables with deduced ty...Richard Smith2018-05-141-7/+14
* [OpenCL] Restrict various keywords in OpenCL C++ modeSven van Haastregt2018-05-091-0/+14
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-40/+40
* Track the result of evaluating a computed noexcept specification on theRichard Smith2018-05-031-1/+1
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+3
* Test commit removing trailing whitespaceStuart Brady2018-04-271-1/+1
* Revert addition of 'concept' to diagnostics in r330890.Richard Smith2018-04-261-2/+0
* Factor out common code for diagnosing missing template arguments.Richard Smith2018-04-261-7/+3
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-261-6/+0
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-251-0/+6
* [HIP] Add hip input kind and codegen for kernel launchingYaxun Liu2018-04-251-2/+4
* [Availability] Improve availability to consider functions run at load timeSteven Wu2018-04-161-0/+15
* Limit types of builtins that can be redeclared.Erich Keane2018-04-161-0/+8
* Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...Nico Weber2018-04-101-5/+0
* -ftime-report switch support in Clang.Andrew V. Tischenko2018-04-101-0/+5
* [ObjC++] Never pass structs that transitively contain __weak fields inAkira Hatanaka2018-04-091-2/+7
* Revert "[ObjC++] Never pass structs that transitively contain __weak fields in"Akira Hatanaka2018-04-091-7/+2
* [ObjC++] Never pass structs that transitively contain __weak fields inAkira Hatanaka2018-04-091-2/+7
* Fix typos in clangAlexander Kornienko2018-04-061-3/+3
* Revert "[CUDA] Check initializers of instantiated template variables."Artem Belevich2018-04-041-2/+52
* [CUDA] Check initializers of instantiated template variables.Artem Belevich2018-04-031-52/+2
* Add helper to determine if a field is a zero-length bitfield.Richard Smith2018-04-021-2/+2
* Generalize NRVO to cover C structs.Akira Hatanaka2018-03-291-2/+2
* Refactor some code for a warning. NFC.Richard Trieu2018-03-291-65/+39
* [ObjC++] Make parameter passing and function return compatible with ObjCAkira Hatanaka2018-03-281-1/+3
* [Diag] Avoid emitting a redefinition note if no location is available.Matt Davis2018-03-281-1/+2
* Fix some handling of AST nodes with diagnostics.Richard Trieu2018-03-281-3/+3
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-1/+1
* [CodeGen] Mark fma as const for AndroidPirama Arumuga Nainar2018-03-261-2/+2
* [C++17] Fix class template argument deduction for default constructors withou...Zhihao Yuan2018-03-241-4/+14
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-191-5/+3
* Implement DR2229, which prohibits unnamed bit-fields from having qualifiers i...Aaron Ballman2018-03-171-0/+7
* Implement C++ DR727, which permits explicit specializations at class scope.Richard Smith2018-03-161-23/+21
* Check that a field is not annotated with attribute "unavailable" beforeAkira Hatanaka2018-03-131-1/+1
* Serialize the NonTrivialToPrimitive* flags I added in r326307.Akira Hatanaka2018-03-131-3/+3
* Reland "[Attr] Fix parameter indexing for several attributes"Joel E. Denny2018-03-131-1/+1
* Re-land "[Sema] Make getCurFunction() return null outside function parsing"Reid Kleckner2018-03-121-10/+11
* Revert "[ObjC] Allow declaring __weak pointer fields in C structs inAkira Hatanaka2018-03-121-3/+5
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-101-5/+3
* Revert "[Sema] Make getCurFunction() return null outside function parsing"Reid Kleckner2018-03-081-11/+10
* [Sema] Make getCurFunction() return null outside function parsingReid Kleckner2018-03-081-10/+11
* Avoid including ScopeInfo.h from Sema.hReid Kleckner2018-03-071-1/+1
* Push a function scope when parsing function bodies without a declarationReid Kleckner2018-03-071-1/+9
* Revert r326602, it caused PR36620.Nico Weber2018-03-071-1/+1
OpenPOWER on IntegriCloud