]> granicus.if.org Git - clang/history - include/clang/Sema/Sema.h
[OPENMP] Initial support for 'task_reduction' clause.
[clang] / include / clang / Sema / Sema.h
2017-07-18 Alexey Bataev[OPENMP] Initial support for 'task_reduction' clause.
2017-07-18 Alex LorenzRevert r308327
2017-07-18 Alex LorenzAdd a warning for missing '#pragma pack (pop)' and...
2017-07-15 John McCallUse ARC parsing rules for ns_returns_retained in MRC...
2017-07-13 Akira Hatanaka[Sema] Mark a virtual CXXMethodDecl as used if a call...
2017-07-07 Alex Lorenz[ObjC] Avoid the -Wunguarded-availability warnings...
2017-07-05 Erik Pilkington[Sema] Don't allow -Wunguarded-availability to be silen...
2017-07-05 Richard Smith[modules ts] Declarations from a module interface unit...
2017-07-03 Alex LorenzAdd a fixit for -Wobjc-protocol-property-synthesis
2017-07-01 Bruno Cardoso Lopes[Modules] Implement ODR-like semantics for tag types...
2017-06-30 Joey Gouly[OpenCL] Add function name to extension diagnostic
2017-06-30 Hiroshi Inouefix trivial typos, NFC
2017-06-26 Richard SmithRevert r301742, which caused us to try to evaluate...
2017-06-26 Akira Hatanaka[Sema] Fix a crash-on-invalid when a template parameter...
2017-06-14 Eric Fiselier[coroutines] Fix co_await for range statement
2017-06-13 Diana PicusRevert "Revert r301742 which made ExprConstant checking...
2017-06-12 Nick LewyckyRevert r301742 which made ExprConstant checking apply...
2017-06-08 George Burgess IV[Sema] Remove unused field from OverloadCandidate.
2017-06-08 Richard SmithWeaken restriction in r304862 to allow implicit deducti...
2017-06-07 Richard Smith[c++1z] Support deducing B in noexcept(B).
2017-06-07 Richard SmithFix a couple of class template argument deduction crash...
2017-06-05 Javed AbsarAdd support for #pragma clang section
2017-05-25 Richard SmithSwitch from using a DiagnosticTrap and a note for ...
2017-05-24 Tim NorthoverRevert "Sema: allow imaginary constants via GNU extensi...
2017-05-24 Tony Jiang[PowerPC] Implement vec_xxpermdi builtin.
2017-05-24 Argyrios KyrtzidisEnhance the 'diagnose_if' attribute so that we can...
2017-05-23 Tim NorthoverSema: allow imaginary constants via GNU extension if...
2017-05-20 Richard SmithRename RAII objects for performing eager instantiation...
2017-05-18 Richard Smith[modules] Switch from inferring owning modules based...
2017-05-17 Richard Smith[modules] When creating a declaration, cache its owning...
2017-05-16 Alex LorenzFix PR 10758: Infinite recursion when dealing with...
2017-05-15 Daniel JasperRevert r302965 - [modules] When creating a declaration...
2017-05-12 Richard Smith[modules] When creating a declaration, cache its owning...
2017-05-12 Simon Dardis[Sema] Support implicit scalar to vector conversions
2017-05-11 Richard SmithRemove unnecessary mapping from SourceLocation to Module.
2017-05-11 Alex Lorenz[CodeCompletion] Provide member completions for depende...
2017-05-11 Bruno Cardoso Lopes[Sema] Improve redefinition errors pointing to the...
2017-05-10 Richard SmithImprove diagnosis of unknown template name.
2017-05-10 Richard SmithWhen we see a '<' operator, check whether it's a probab...
2017-05-09 Richard SmithDon't mark a member as a member specialization until...
2017-05-09 Alex Lorenz[CodeCompletion] Complete platform names in @available...
2017-05-09 George Burgess IV[Sema] Make typeof(OverloadedFunctionName) not a pointer.
2017-05-05 Nico WeberIntroduce Wzero-as-null-pointer-constant.
2017-05-02 Reid KlecknerSimplify some va_start checking logic
2017-04-29 Nick LewyckyRemove Sema::CheckForIntOverflow, and instead check...
2017-04-28 Alex Lorenz[Sema] Avoid an invalid redefinition error that was...
2017-04-27 Oren Ben Simhon[X86] Support of no_caller_saved_registers attribute
2017-04-26 Alexey Bataev[OPENMP] Fix handling of OpenMP code during template...
2017-04-21 Richard SmithP0629R0: Switch to latest proposal for distinguishing...
2017-04-18 Alex LorenzAdd #pragma clang attribute
2017-04-18 Alex LorenzRevert r300539 - Add #pragma clang attribute
2017-04-18 Alex LorenzAdd #pragma clang attribute
2017-04-12 Yaron KerenRemove Sema::addOverloadedOperatorToUnresolvedSet decla...
2017-04-04 Adam NemetAdd #pragma clang fp
2017-04-03 Alex LorenzEnhance -Wshadow to warn when shadowing typedefs or...
2017-04-01 Faisal Vali[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationCo...
2017-03-30 Erich KeaneClang changes for alloc_align attribute
2017-03-30 Simon PilgrimSpelling mistakes in comments. NFCI. (PR27635)
2017-03-29 Brian Kelley[Objective-C] Fix "weak-unavailable" warning with ...
2017-03-27 Adam NemetEncapsulate FPOptions and use it consistently
2017-03-24 Richard SmithFix handling of initialization from parenthesized initi...
2017-03-23 Erich KeaneCorrect class-template deprecation behavior-REDUX
2017-03-23 Alex LorenzSupport attributes for Objective-C categories
2017-03-22 Martin BohmeRevert "Correct class-template deprecation behavior"
2017-03-21 Erich KeaneCorrect class-template deprecation behavior
2017-03-17 Matthias GehreImplement DR 373 "Lookup on namespace qualified name...
2017-03-16 Argyrios Kyrtzidis[index/AST] Add references for ObjC getter=/setter...
2017-03-13 Craig Topper[X86] Add checking of the scale argument to scatter...
2017-03-06 Eric Fiselier[coroutines] Add DependentCoawaitExpr and fix re-buildi...
2017-03-01 Malcolm Parsons[Sema] Improve side effect checking for unused-lambda...
2017-03-01 Akira Hatanaka[Sema] Add variable captured by a block to the enclosin...
2017-02-28 Erich KeaneAllow attributes before union definition
2017-02-24 Richard SmithFactor out some common code between SpecialMemberExcept...
2017-02-23 Richard SmithAdd context note to diagnostics that occur while declar...
2017-02-23 Richard SmithFix tracking of whether the previous template instantia...
2017-02-23 Richard SmithRename ActiveTemplateInstantiation to CodeSynthesisCont...
2017-02-21 Richard SmithFactor out function to determine whether we're performi...
2017-02-16 Richard SmithRevert r295277 to fix buildbot.
2017-02-16 Richard SmithAdd missing "deduced A == A" check for function templat...
2017-02-16 Richard Smith[c++1z] Diagnose non-deducible template parameters...
2017-02-14 Richard Smith[c++1z] Synthesize implicit deduction guides from const...
2017-02-13 Alex Lorenz[CodeCompletion] Code complete the missing C++11 keywords
2017-02-10 Richard Smith[c++1z] Enforce restriction that deduction guide is...
2017-02-09 Richard SmithRename IsExplicitSpecialization -> IsMemberSpecializati...
2017-02-09 Richard Smith[c++1z] P0091R3: Basic support for deducing class templ...
2017-02-08 Richard SmithMore fixes for places where 'decltype(auto)' is permitt...
2017-02-08 Saleem AbdulrasoolSema: add warning for c++ member variable shadowing
2017-02-07 Richard SmithP0091R3: Implement basic parsing support for C++17...
2017-02-04 Richard SmithPR31846: Don't replace 'auto' type with a template...
2017-02-01 Richard SmithFix hole in our enforcement of rule requiring 'typename...
2017-01-30 Richard SmithTowards P0091R3: parsing support for class template...
2017-01-30 Sam McCallRevert r293455, which breaks v8 with a spurious error...
2017-01-30 Richard SmithTowards P0091R3: parsing support for class template...
2017-01-28 George Burgess IVChange how we handle diagnose_if attributes.
2017-01-26 Richard SmithPR0091R3: Implement parsing support for using templates...
2017-01-20 Bruno Cardoso Lopes[Sema] Remove dead typedef
2017-01-20 Richard SmithFinish implementation of C++ DR1310 (http://wg21.link...
2017-01-19 Richard SmithPR13403 (+duplicates): implement C++ DR1310 (http:...
2017-01-18 Richard SmithPR9551: Implement DR1004 (http://wg21.link/cwg1004).
2017-01-18 Arpith Chacko Jacob[OpenMP] Codegen support for 'target parallel' on the...
next