]> granicus.if.org Git - clang/history - lib/AST
[OPENMP] Initial support for 'task_reduction' clause.
[clang] / lib / AST /
2017-07-18 Alexey Bataev[OPENMP] Initial support for 'task_reduction' clause.
2017-07-17 Martin Storsjo[AArch64] Add support for __builtin_ms_va_list on aarch64
2017-07-15 John McCallUse ARC parsing rules for ns_returns_retained in MRC...
2017-07-15 Richard Trieu[ODRHash] Revert r307743 which reverted r307720
2017-07-14 Alexander Shaposhnikov[clang] Add getSignedSizeType method
2017-07-14 Richard Trieu[ODRHash] Avoid taking the types of FunctionDecl's
2017-07-13 Lang HamesUse getNameAsString instead of getName to get method...
2017-07-13 Alex Lorenz[ObjC] Pick a 'readwrite' property when synthesizing...
2017-07-13 Akira Hatanaka[Sema] Mark a virtual CXXMethodDecl as used if a call...
2017-07-12 Richard Trieu[ODRHash] Revert r307720 to fix buildbot.
2017-07-11 Richard Trieu[ODRHash] Support more method types.
2017-07-10 Sean Callananclang-import-test had some dead code. I did the followi...
2017-07-10 Eric ChristopherIsSpecialLong was only ever set in release mode as...
2017-07-08 Richard Trieu[ODRHash] Support FriendDecl
2017-07-07 Reid Kleckner[MS] Don't statically initialize dllimport member funct...
2017-07-07 Richard Smith[modules ts] Basic for module linkage.
2017-07-05 Richard Smith[modules ts] Improve merging of module-private declarat...
2017-07-05 Hiroshi Inouefix trivial typos in comments; NFC
2017-07-05 Richard Smith[modules ts] Declarations from a module interface unit...
2017-07-01 Vassil Vassilev[modules] Teach clang how to merge typedef over anonymo...
2017-07-01 Richard Trieu[ODRHash] Revert r305104 - Skip inline namespaces when...
2017-07-01 Bruno Cardoso Lopes[Modules] Implement ODR-like semantics for tag types...
2017-07-01 Bruno Cardoso LopesChange enumerator default linkage type for C
2017-06-30 Hubert TongFix PR 33189: Clang assertion on template destructor...
2017-06-30 Richard Trieu[ODRHash] Support Type TemplateArgument
2017-06-29 Richard Trieu[ODRHash] Improve typedef handling.
2017-06-29 Akira Hatanaka[Sema] Issue diagnostics if a new/delete expression...
2017-06-27 Stephan BergmannMake CastExpr::getSubExprAsWritten look through implici...
2017-06-27 Akira Hatanaka[CodeGen][ObjC] Fix GNU's encoding of bit-field ivars.
2017-06-26 Saleem AbdulrasoolAST: enhance mangling for blocks with MS ABI
2017-06-26 Richard SmithRevert r301742, which caused us to try to evaluate...
2017-06-23 Reid KlecknerRevert "[MS] Don't statically initialize dllimport...
2017-06-23 Reid Kleckner[MS] Don't statically initialize dllimport member funct...
2017-06-23 Richard SmithPR33552: Distinguish between declarations that are...
2017-06-21 Bruno Cardoso LopesSupport MS builtins using 'long' on LP64 platforms
2017-06-20 Lang HamesSpecial-case handling of destructors in override lists...
2017-06-20 Lang HamesPreserve CXX method overrides in ASTImporter
2017-06-20 Vassil VassilevD31187: Fix removal of out-of-line definitions.
2017-06-17 Lang HamesCall setMustBuildLookupTable on TagDecls in ExternalAST...
2017-06-16 Richard Trieu[ODRHash] Hash VarDecl members.
2017-06-15 Eric Fiselier[coroutines] Allow co_await and co_yield expressions...
2017-06-15 Richard Trieu[ODRHash] Hash TemplateArgument::Pack and TemplateTypeP...
2017-06-14 Duncan P. N. Exon... AST: Add missing break at end of switch
2017-06-14 Dmitry PolukhinFix for Itanium mangler issue with templates
2017-06-14 Richard Trieu[ODRHash] Remove debugging code from r305361
2017-06-14 Richard Trieu[ODRHash] Hash Template and TemplateExpansion in Templa...
2017-06-14 Richard Trieu[ODRHash] Hash Expr for TemplateArgument::Expression
2017-06-13 Richard Trieu[ODRHash] Add TemplateArgument kind to hash.
2017-06-13 Diana PicusRevert "Revert r301742 which made ExprConstant checking...
2017-06-12 Nick LewyckyRevert r301742 which made ExprConstant checking apply...
2017-06-12 Nick LewyckyRevert r303316, a change to ExprConstant to evaluate...
2017-06-12 George Burgess IV[Sema] Use the right FoldingSet.
2017-06-09 Richard TrieuRevert r305110 to fix buildbot
2017-06-09 Richard Trieu[ODRHash] Add support for TemplateArgument types.
2017-06-09 Richard Trieu[ODRHash] Skip inline namespaces when hashing.
2017-06-09 Alexey Bataev[DebugInfo] Add kind of ImplicitParamDecl for emission...
2017-06-07 NAKAMURA TakumiUpdate libdeps to add BinaryFormat, introduced in r304864.
2017-06-07 NAKAMURA TakumiReorder and reformat.
2017-06-06 Mandeep Singh Grang[clang] Remove double semicolons. NFC.
2017-06-05 Anastasia Stulova[OpenCL] Fix pipe size in TypeInfo.
2017-06-04 Serge PavlovImplement isDefined by call to isThisDeclarationADefini...
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Richard TrieuRevert r304592
2017-06-02 Richard Trieu[ODRHash] Add support for TemplateArgument types.
2017-06-02 Alex LorenzASTPrinter: Objective-C method declarations don't need...
2017-06-02 Roger Ferrer IbanezMangle __unaligned in Itanium ABI
2017-05-31 Richard Trieu[ODRHash] Support TemplateSpecializationType
2017-05-26 Benjamin KramerMake helper functions static. NFC.
2017-05-26 Reid KlecknerUpdate MS mangling EBNF, NFC
2017-05-26 Tim NorthoverCreate valid LValue to represent null pointers in const...
2017-05-23 Richard Smith[modules] When reparenting a local declaration, don...
2017-05-22 Gor Nishanov[coroutines] Build GRO declaration and return GRO statement
2017-05-20 Argyrios Kyrtzidis[index] Fix forward declarations interfering with USR...
2017-05-19 Richard Trieu[ODRHash] Revert r303450 to fix buildbot
2017-05-19 Richard SmithDo not issue -Wnullability-completeness for dependent...
2017-05-19 Richard Trieu[ODRHash] Support TemplateName and TemplateArgument
2017-05-18 Yaxun LiuCodeGen: Cast alloca to expected address space
2017-05-18 Alex Lorenz[index] Avoid one more crash caused by infinite recursi...
2017-05-17 Nick LewyckyThe constant expression evaluator should examine functi...
2017-05-17 Richard Trieu[ODRHash] Support NestedNameSpecifier
2017-05-17 Richard Trieu[ODRHash] Support more types in the ODR checker.
2017-05-17 Richard Smith[modules] When creating a declaration, cache its owning...
2017-05-16 Alex Lorenz[index] Avoid another crash that happens when looking...
2017-05-15 Alexey Bataev[OPENMP] Check DSA for variables captured by value.
2017-05-15 Daniel JasperRevert r302965 - [modules] When creating a declaration...
2017-05-13 Sean Callanan[ASTImporter] Improve handling of incomplete types
2017-05-13 Richard SmithAdd LangOptions method to query whether we are tracking...
2017-05-12 Richard Smith[modules] When creating a declaration, cache its owning...
2017-05-12 Alexander KornienkoFix an assertion failure (PR33020).
2017-05-10 Alex Lorenz[index] Index simple dependent declaration references
2017-05-09 Eric Fiselier[Sema] Implement Core 2094: Trivial copy/move construct...
2017-05-09 Richard Trieu[ODRHash] Loosen checks on typedefs.
2017-05-02 Richard Trieu[ODRHash] Add support for array and decayed types,...
2017-05-02 Daniel JasperRevert r301822 (and dependent r301825), which tried...
2017-05-02 Nick LewyckyRevert r301785 (and r301787) because they caused PR32864.
2017-05-01 Benjamin KramerSilence unused variable warning. NFC.
2017-05-01 Richard SmithImprove handling of arrays of unknown bound in constant...
2017-05-01 Nick LewyckyHandle expressions with non-literal types like ignored...
2017-04-29 Nick LewyckyRemove Sema::CheckForIntOverflow, and instead check...
2017-04-29 Nick LewyckyObjCBoxedExpr can't be evaluated by the constant expres...
next