summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [modules] Switch from inferring owning modules based on source location toRichard Smith2017-05-181-37/+28
* [modules] When creating a declaration, cache its owning module immediatelyRichard Smith2017-05-171-0/+15
* [OpenCL] Emit function-scope variable in constant address space as static var...Yaxun Liu2017-05-151-11/+24
* Revert r302965 - [modules] When creating a declaration, cache its owningDaniel Jasper2017-05-151-15/+0
* Add LangOptions method to query whether we are tracking the owning module for...Richard Smith2017-05-131-2/+2
* [modules] When creating a declaration, cache its owning module immediatelyRichard Smith2017-05-121-0/+15
* Remove unnecessary mapping from SourceLocation to Module.Richard Smith2017-05-111-7/+6
* [Sema] Improve redefinition errors pointing to the same headerBruno Cardoso Lopes2017-05-111-17/+82
* Improve diagnosis of unknown template name.Richard Smith2017-05-101-20/+60
* Don't mark a member as a member specialization until we know we're keeping th...Richard Smith2017-05-091-3/+22
* Reland "Warn about unused static file scope function template declarations."Vassil Vassilev2017-05-091-5/+4
* [OpenCL] Check that global samplers are constSven van Haastregt2017-05-081-6/+18
* Add support for building modules from preprocessed source.Richard Smith2017-05-051-6/+13
* Reusing an existing attribute diagnosticOren Ben Simhon2017-05-031-1/+2
* [Sema] Avoid an invalid redefinition error that was presented forAlex Lorenz2017-04-281-0/+11
* [X86] Support of no_caller_saved_registers attributeOren Ben Simhon2017-04-271-0/+14
* [Sema] Avoid using a null type pointer (fixes PR32750)Vedant Kumar2017-04-261-1/+1
* [modules ts] Diagnose 'export' declarations outside of a module interface.Richard Smith2017-04-241-0/+6
* P0629R0: Switch to latest proposal for distinguishing module interface from i...Richard Smith2017-04-211-16/+27
* [ms] Give -Wmicrosoft-enum-forward-reference a chance to fire in clang-cl, PR...Nico Weber2017-04-211-1/+2
* Add support for editor placeholders to ClangAlex Lorenz2017-04-191-0/+3
* 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
* [ODRHash] Improve handling of hash valuesRichard Trieu2017-04-111-3/+1
* Revert temporarily D29877 "Warn about unused static file scope function templ...Vassil Vassilev2017-04-111-4/+5
* Warn about unused static file scope function template declarations.Vassil Vassilev2017-04-111-5/+4
* Simplify. NFC.George Burgess IV2017-04-061-8/+4
* Don't issue a warning if the shadowing declaration is in a classStephan Bergmann2017-04-051-0/+4
* [Bug 25404] Fix crash on typedef in OpenCL 2.0Anastasia Stulova2017-04-041-1/+3
* Enhance -Wshadow to warn when shadowing typedefs or type aliasesAlex Lorenz2017-04-031-18/+55
* [NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped EnumFaisal Vali2017-04-011-1/+2
* Spelling mistakes in comments. NFCI. (PR27635)Simon Pilgrim2017-03-301-2/+2
* [Objective-C] Miscellaneous -fobjc-weak FixesBrian Kelley2017-03-291-6/+6
* [Objective-C] Fix "repeated use of weak" warning with -fobjc-weakBrian Kelley2017-03-291-1/+2
* Fix handling of initialization from parenthesized initializer list.Richard Smith2017-03-241-24/+0
* Add support for attribute enum_extensibility.Akira Hatanaka2017-03-211-2/+2
* [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.Eric Fiselier2017-03-061-1/+1
* Allow attributes before union definitionErich Keane2017-02-281-3/+3
* Fix tracking of whether the previous template instantiation stack matches the...Richard Smith2017-02-231-3/+0
* Rename ActiveTemplateInstantiation to CodeSynthesisContext in preparation forRichard Smith2017-02-231-1/+1
* Factor out function to determine whether we're performing a templateRichard Smith2017-02-211-12/+12
* Process attributes 'ifunc' and 'alias' when checking for redefinitionSerge Pavlov2017-02-181-0/+12
* Part of adding an improved ODR checker.Richard Trieu2017-02-181-1/+4
* Add an explicit derived class of FunctionDecl to model deduction guides ratherRichard Smith2017-02-171-13/+9
* Revert r295421, new ODR checker for modules, to fix build bot.Richard Trieu2017-02-171-4/+1
* Add better ODR checking for modules.Richard Trieu2017-02-171-1/+4
* Revert r295284: Add better ODR checking for modules.Richard Trieu2017-02-161-4/+1
* Add better ODR checking for modules.Richard Trieu2017-02-161-1/+4
* [c++1z] Diagnose non-deducible template parameters in deduction guide templat...Richard Smith2017-02-161-5/+7
OpenPOWER on IntegriCloud