]> granicus.if.org Git - clang/shortlog
clang
2011-05-13 Peter CollingbourneDelete doxygen.cfg, and use cwd-relative paths in doxyg...
2011-05-13 Peter CollingbourneRefactoring of constant expression evaluator
2011-05-13 Peter CollingbourneAdd a ConstStmtVisitor class
2011-05-13 Bill WendlingAdd 'may_alias' attribute. Noticed by Eli.
2011-05-13 Douglas GregorWhen determining whether we can make a declaration...
2011-05-13 Sean HuntImplement a few basic tests for defaulted and deleted...
2011-05-13 Douglas GregorTeach the template parameter dependency checker used...
2011-05-13 Sean HuntImplement the __is_trivially_copyable type trait
2011-05-13 Bill WendlingRepresent the unaligned loads natively. These are conve...
2011-05-12 Sean HuntImplement defaulting of destructors.
2011-05-12 Sean HuntHrm
2011-05-12 Nick LewyckyAdd a method to query whether or not a class has a...
2011-05-12 Fariborz JahanianAfter issuing diagnostics on circular protocol list,
2011-05-12 Devang PatelDoug convinced me that DW_AT_APPLE_objc_complete_type...
2011-05-12 Devang PatelDo not add AT_APPLE_objc_class_extension attribute...
2011-05-12 Howard Hinnantenable __has_feature(is_standard_layout)
2011-05-12 Devang PatelUse DW_AT_APPLE_objc_class_extension attribute to ident...
2011-05-12 Bill WendlingLLVM doesn't always optimize away the four loads from...
2011-05-12 Douglas GregorAdd clang_CXXMethod_isVirtual() to libclang, from Erik...
2011-05-12 Sean HuntProperly parse the 'default' and 'delete' keywords.
2011-05-12 Sean HuntMake it so that we actually generate definitions for...
2011-05-12 Sean HuntImplement deletion of explicitly defaulted default...
2011-05-12 Nick LewyckyFix crasher spotted in IWYU.
2011-05-12 Eli FriedmanPR9899: handle pseudo-destructors correctly in noexcept...
2011-05-12 John McCallMake this code more resilient against catch variables...
2011-05-12 Nick LewyckyFix typo in comment.
2011-05-12 Richard SmithFix PR9902: correctly substitute alias templates within...
2011-05-11 Douglas GregorImplement CWG1170, which makes access-control errors...
2011-05-11 Douglas GregorWhen checking for the necessary 'template<>' headers...
2011-05-11 Ted KremenekPlace "conflicting distributed object modifiers......
2011-05-11 Sean HuntCommit some missing changes to the previous patch.
2011-05-11 Sean HuntImplement implicit deletion of default constructors.
2011-05-11 Francois PichetAdd a Microsoft C test following r131201.
2011-05-11 Francois PichetIn Microsoft mode, allow conversion from pointer to...
2011-05-11 Fariborz JahanianClean up consequences of cut and paste.
2011-05-11 Fariborz JahanianImplenment #pack pragma and ms_struct attribute layout.
2011-05-11 Oscar FuentesHandle gcc-compatible compilers (such as clang) the...
2011-05-11 John McCallTeach CFG building how to deal with CXXMemberCallExprs...
2011-05-11 Eli FriedmanPR9882: Fix noexcept to deal with dependent new, delete...
2011-05-11 Francois PichetIn Microsoft mode, allow pure specifier (=0) on inline...
2011-05-10 John McCallUse a heralded conversion to bool in inline-asm constra...
2011-05-10 Ted KremenekFix crash in -Wuninitialized when using switch statment...
2011-05-10 Douglas GregorTweak the diagnostics for the C++0x extensions to frien...
2011-05-10 Matt Beaumont-GayChange magic string "abc" to better magic string "qux".
2011-05-10 Sean HuntRe-do R131114 without breaking code.
2011-05-10 Fariborz JahanianSupport pack pragma and ms_struct attributes. // rdar...
2011-05-10 Ted KremenekElide __label__ declarations from the CFG. This resolv...
2011-05-10 Douglas GregorReimplement Sema::MatchTemplateParametersToScopeSpecifi...
2011-05-10 Eli FriedmanDon't strlen() every file before parsing it.
2011-05-10 Rafael EspindolaAdd test for PR9884.
2011-05-10 Rafael EspindolaRevert 131114. This fixes PR9884.
2011-05-10 Manuel KlimekFixes compilation with Visual Studio by replacing the...
2011-05-10 Sean HuntFurther implement defaulting constructors.
2011-05-10 Sean HuntThe last of the trivial constructor changes, make CXXSp...
2011-05-10 Francois PichetAdd a __uuidof test where the uuid attribute is on...
2011-05-09 Douglas GregorIgnore const/volatile/restrict qualifiers on anonymous...
2011-05-09 Francois PichetAdd a FIXME.
2011-05-09 Fariborz Jahanian'long long' requires special treatment in ms_struct
2011-05-09 Douglas GregorExtend the tag-ambiguity hack I committed in r130810...
2011-05-09 Sean HuntClean up trivial default constructors now.
2011-05-09 Douglas GregorWhen determining whether we need to instantiate a funct...
2011-05-09 Sean HuntRename "hasTrivialConstructor" to "hasTrivialDefaultCon...
2011-05-09 Daniel DunbarDriver/Darwin: Put dsymutil -o arguments first, so...
2011-05-09 John McCall__builtin_va_list is void* on ARM, not char*.
2011-05-08 Francois PichetFix test.
2011-05-08 Francois PichetAllow implicit conversion from function pointer to...
2011-05-08 Anders CarlssonMove code to emit the callee of an CXXOperatorCallExpr...
2011-05-08 Sean HuntRestore an accidentally-deleted word.
2011-05-08 Anders CarlssonDon't emit complete constructors for abstract classes...
2011-05-08 Francois PichetLook at all the record redeclaration when looking for...
2011-05-08 Douglas GregorRelax the conversion rules for Objective-C GC qualifiers a
2011-05-07 Douglas GregorIn C++, allow us to emit a global as 'constant' even...
2011-05-07 Douglas GregorRevert r130717, which caused a regression (<rdar:/...
2011-05-07 Francois PichetDon't fail at parsing __declspec(property(get=get_func_...
2011-05-07 Eli FriedmanPR9866: Fix the implementation of _mm_loadl_pd and...
2011-05-07 Francois PichetTemporary preprocessor hack to get around the Microsoft...
2011-05-07 Francois PichetAdd support for _if_exists and __if_not_exists at names...
2011-05-07 Richard TrieuPatch for PR 7409 - only error on definition of invalid...
2011-05-06 Douglas GregorImplement a minor optimization by not introducing decla...
2011-05-06 Douglas GregorWhen checking for a prior declaration of the name of...
2011-05-06 Fariborz JahanianIn ms_struct structs, Establish a new alignment for a
2011-05-06 Fariborz JahanianEstablish a new alignment for an ms_struct bitfield...
2011-05-06 Douglas GregorKeep track of the file ID corresponding to the original...
2011-05-06 Cameron EsfahaniFix false positive warning about uninitialized variable.
2011-05-06 Sean HuntPer Richard's suggestion, rename DefLoc to DefaultLoc...
2011-05-06 Sean HuntFix diagnostics to start with a lower case letter
2011-05-06 Francois PichetAdd support for Microsoft __if_exists and __if_not_exis...
2011-05-06 Sean HuntModify some deleted function methods to better reflect...
2011-05-06 Eli FriedmanDon't emit nsw flags for vector operations; there's...
2011-05-06 Eli FriedmanFix a couple of comments.
2011-05-06 Eli FriedmanAdd an implementation of thunks for varargs methods...
2011-05-06 Douglas GregorIntroduce a new libclang parsing flag,
2011-05-06 Axel NaumannReset the emitted initializers.
2011-05-06 Joerg SonnenbergerMove logic for passing down -mrelax-all / -relax-all...
2011-05-06 Anders CarlssonWarn when trying to call a pure virtual member function...
2011-05-06 Joerg SonnenbergerRename ContainsCompileAction to ContainsCompileOrAssemb...
2011-05-06 Sean HuntDo defaulted constructors properly.
2011-05-06 Sean HuntRevert r130912 in order to approach defaulted functions...
2011-05-05 Richard SmithSlight tweak to alias template error handling: don...
2011-05-05 Richard SmithUpdate www: we now mangle references to function parame...
next