summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Removed stale comment. NFC.Serge Pavlov2017-02-151-2/+0
* Revert r294910 and recommit r294861 and r294862 with a target triple to hopef...Aaron Ballman2017-02-121-4/+5
* Revert "Attributes on K&R C functions should not cause incompatible..."Renato Golin2017-02-121-5/+4
* Attributes on K&R C functions should not cause incompatible function type wit...Aaron Ballman2017-02-111-4/+5
* [c++1z] Diagnose attempts to use variables with deduced class templateRichard Smith2017-02-101-4/+4
* [c++1z] Require an initializer for deduced class template specialization types.Richard Smith2017-02-101-9/+9
* [c++1z] In class template argument deduction, all declarators must deduce the...Richard Smith2017-02-101-6/+7
* [c++1z] P0512R0: support for 'explicit' specifier on deduction-guides.Richard Smith2017-02-101-5/+6
* Disallow explicit instantiation and explicit specialization for deduction gui...Richard Smith2017-02-091-1/+9
* Rename IsExplicitSpecialization -> IsMemberSpecialization when we're talkingRichard Smith2017-02-091-31/+31
* [c++1z] P0091R3: Basic support for deducing class template arguments via dedu...Richard Smith2017-02-091-46/+57
* P0091R3: Improved syntactic checking of deduction-guides.Richard Smith2017-02-081-4/+9
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-071-1/+38
* Drop 'dllimport' when redeclaring inline function template without the attrib...Hans Wennborg2017-02-011-5/+11
* Revert r293585 "Add better ODR checking for modules."Sam McCall2017-01-311-4/+1
* Add better ODR checking for modules.Richard Trieu2017-01-311-1/+4
* Towards P0091R3: parsing support for class template argument deduction in typ...Richard Smith2017-01-301-10/+6
* Revert r293455, which breaks v8 with a spurious error. Testcase added.Sam McCall2017-01-301-6/+10
* Towards P0091R3: parsing support for class template argument deduction in typ...Richard Smith2017-01-301-10/+6
* PR31783: Don't request the alignment of an invalid declaration.Richard Smith2017-01-271-1/+2
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-261-28/+56
* PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310).Richard Smith2017-01-191-0/+18
* Give more accurate descriptions of what kind of template we found in diagnost...Richard Smith2017-01-141-1/+20
* Implement DR1265 (wg21.link/cwg1265).Richard Smith2017-01-131-50/+61
* Remove redundant passing around of a "ContainsAutoType" flag.Richard Smith2017-01-121-19/+17
* This reverts r291628. As suggested by Richard, we can simplyManman Ren2017-01-111-9/+4
* Module: Do not create Implicit ImportDecl for module X if weManman Ren2017-01-111-4/+9
* [Sema] Avoid -Wshadow warning when a "redefinition of " error is presentedAlex Lorenz2017-01-101-22/+35
* Don't classify variable template names as type templates.Richard Smith2017-01-101-1/+2
* Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...Yaxun Liu2016-12-181-3/+6
* Revert r289979 due to regressionsYaxun Liu2016-12-161-6/+3
* [OpenCL] Allow disabling types and declarations associated with extensionsYaxun Liu2016-12-161-3/+6
* [c++1z] Permit constant evaluation of a call through a function pointer whoseRichard Smith2016-12-151-21/+10
* Improve our handling of tag decls in function prototypesReid Kleckner2016-12-141-30/+52
* [c++1z] P0217R3: Allow by-value structured binding of arrays.Richard Smith2016-12-141-3/+9
* [OpenCL] Improve address space diagnostics.Egor Churaev2016-12-131-9/+12
* [c++17] P0490R0, NB comment FI 20: allow direct-initialization of decompositi...Richard Smith2016-12-091-11/+22
* Improve error message when referencing a non-tag type with a tagReid Kleckner2016-12-091-5/+17
* Store decls in prototypes on the declarator instead of in the ASTReid Kleckner2016-12-091-45/+40
* [CUDA] Ignore implicit target attributes during function template instantiation.Artem Belevich2016-12-081-3/+9
* [CUDA] Improve target attribute checking for function templates.Artem Belevich2016-12-071-0/+3
* Implement the -Wstrict-prototypes warningAlex Lorenz2016-12-071-0/+15
* [modules] Use the "redundant #include" diagnostic rather than the "moduleRichard Smith2016-12-061-7/+1
* Fix formatting issue from r288207Hans Wennborg2016-11-301-1/+1
* [c++1z] Improve support for -fno-exceptions: we can't just ignore exceptionRichard Smith2016-11-301-9/+0
* [c++1z] PR31210: ignore exception specification when matching the type of aRichard Smith2016-11-291-3/+19
* Don't try to merge DLL attributes on redeclaration of invalid decl (PR31069)Hans Wennborg2016-11-291-0/+3
* [OpenCL] Prohibit using reserve_id_t in program scope.Alexey Bader2016-11-291-50/+55
* Use descriptive message if list initializer is incorrectly parenthesized.Serge Pavlov2016-11-121-0/+24
* Remove double setting of invalid flag.Richard Trieu2016-11-111-2/+0
OpenPOWER on IntegriCloud