summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR33839: Fix -Wunused handling for structured binding declarations.Richard Smith2017-10-021-1/+4
* [Sema] Correct nothrow inherited by noexceptErich Keane2017-09-281-0/+3
* Consolidate std::move() detection code. No behavior change.Nico Weber2017-09-281-8/+3
* Give external linkage and mangling to lambdas inside inline variables and var...Richard Smith2017-09-221-13/+13
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-221-2/+15
* Revert "Give external linkage and mangling to lambdas inside inline variables...Vitaly Buka2017-09-211-13/+13
* [MS Compat]Allow __interfaces to have properties.Erich Keane2017-09-201-247/+250
* Give external linkage and mangling to lambdas inside inline variables and var...Richard Smith2017-09-201-13/+13
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-201-15/+2
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-201-2/+15
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-201-15/+2
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-201-2/+15
* [Sema] Fix a pair of crashes when generating exception specifiers with anErich Keane2017-09-181-1/+2
* Fix the __interface inheritence rules to work better with IUnknown and IDispatchErich Keane2017-09-151-1/+1
* Diagnostic specific failed condition in a static_assert.Douglas Gregor2017-09-141-2/+14
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-161-3/+53
* Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ...Diana Picus2017-08-091-53/+3
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-081-3/+53
* Recommit r306103: PR26195: Set correct NestedNameSpecifierLoc for theAlex Lorenz2017-06-271-0/+9
* [Sema] Fix a crash-on-invalid when a template parameter list has a classAkira Hatanaka2017-06-261-1/+2
* Revert r306103: "PR26195: Set correct NestedNameSpecifierLoc for theAlex Lorenz2017-06-231-9/+0
* PR26195: Set correct NestedNameSpecifierLoc for the dependent initializerAlex Lorenz2017-06-231-0/+9
* Function with unparsed body is a definitionSerge Pavlov2017-06-211-0/+3
* Reverted 305379 (Function with unparsed body is a definition)Serge Pavlov2017-06-141-3/+0
* Function with unparsed body is a definitionSerge Pavlov2017-06-141-0/+3
* Do not inherit default arguments for friend function in class template.Serge Pavlov2017-06-081-11/+17
* Improve diagnostics if friend function redefines file-level function.Serge Pavlov2017-06-081-1/+6
* PR33318: Add missing full-expression checking to static_assert expression.Richard Smith2017-06-061-0/+8
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-031-0/+1
* Switch from using a DiagnosticTrap and a note for "while defining a specialRichard Smith2017-05-251-142/+113
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+2
* Revert r300539 - Add #pragma clang attributeAlex Lorenz2017-04-181-2/+0
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+2
* [NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped EnumFaisal Vali2017-04-011-3/+6
* Spelling mistakes in comments. NFCI. (PR27635)Simon Pilgrim2017-03-301-2/+2
* [Objective-C] Miscellaneous -fobjc-weak FixesBrian Kelley2017-03-291-2/+1
* [Objective-C] C++ Classes with __weak Members non-POD Types when using -fobjc...Brian Kelley2017-03-291-5/+2
* Test CommitBrian Kelley2017-03-291-1/+1
* Encapsulate FPOptions and use it consistentlyAdam Nemet2017-03-271-1/+1
* Add warning for inconsistent overrides on destructor.Richard Trieu2017-03-011-5/+6
* C++ DR1611, 1658, 2180: implement "potentially constructed subobject" rules f...Richard Smith2017-02-251-11/+23
* Factor out more commonality between handling of deletion and exception specif...Richard Smith2017-02-241-86/+128
* Factor out some common code between SpecialMemberExceptionSpecInfo and Specia...Richard Smith2017-02-241-78/+70
* Simplify and pass a more useful source location when computing an exceptionRichard Smith2017-02-241-14/+3
* Refactor computation of exception specification for special members to removeRichard Smith2017-02-241-361/+135
* Add context note to diagnostics that occur while declaring an implicit specia...Richard Smith2017-02-231-5/+20
* Rename ActiveTemplateInstantiation to CodeSynthesisContext in preparation forRichard Smith2017-02-231-4/+4
* Factor out function to determine whether we're performing a templateRichard Smith2017-02-211-1/+1
* Add an explicit derived class of FunctionDecl to model deduction guides ratherRichard Smith2017-02-171-3/+4
* Sema: simplify conditional execution (NFC)Saleem Abdulrasool2017-02-111-4/+1
OpenPOWER on IntegriCloud