]> granicus.if.org Git - clang/shortlog
clang
2011-01-06 Douglas GregorWhen default-initializing a TemplateArgumentLocInfo...
2011-01-05 Douglas GregorFast-path an arity check when performing template argum...
2011-01-05 Douglas GregorEliminate an unnecessary dance where we tried to cope...
2011-01-05 Douglas GregorInitial implementation of function parameter packs...
2011-01-05 Douglas GregorFix an embarrassing think in the disambiguation logic...
2011-01-05 Fariborz JahanianDon't warn on missing 'copy' attribute on a 'block'
2011-01-05 Douglas GregorhasInit() -> hasDefaultArg()
2011-01-05 Douglas GregorAdd Decl::isParameterPack(), which covers both function...
2011-01-05 Douglas GregorPropagate the "deduced from array bound" bit when compa...
2011-01-05 Douglas GregorWhen we're converting deduced template arguments to...
2011-01-05 Argyrios KyrtzidisUse the proper enum as parameter, instead of unsigned...
2011-01-05 Douglas GregorEliminate two "unsupported" errors relating to variadic...
2011-01-05 Douglas GregorReplace the representation of template template argumen...
2011-01-05 Chris Lattnerfix a -Wself-assign warning
2011-01-05 Douglas GregorAdd semantic analysis for the creation of and an AST...
2011-01-05 Douglas GregorParse template template argument pack expansions. They...
2011-01-05 Douglas GregorUpdate C++ [temp.param]p11 citation to reflect the...
2011-01-05 Douglas GregorImplement C++0x [temp.param]p11 for non-type and templa...
2011-01-05 Douglas GregorImplement proper parameter pack matching for non-type...
2011-01-05 Douglas GregorImplement support for template template parameter packs...
2011-01-05 John McCallFix the -Asserts build.
2011-01-05 John McCallRefactor the application of type attributes so that...
2011-01-05 Douglas GregorUse Parser::ExpectAndConsume() uniformly to eat semicol...
2011-01-05 Douglas GregorMany of the built-in operator candidates introduced...
2011-01-04 Douglas GregorEliminate some completely useless code that attempted...
2011-01-04 Douglas GregorImprove our handling of non-type template parameters...
2011-01-04 Douglas GregorTweak test for portability
2011-01-04 Douglas GregorRemove an unnecessary FIXME for variadic templates
2011-01-04 Douglas GregorMinor cleanups for template argument deduction in the...
2011-01-04 Matt Beaumont-GayFix wording for err_invalid_use_of_bound_member_func
2011-01-04 Douglas GregorSimplistic test case for mangling of variadic templates...
2011-01-04 Douglas GregorImprove the checking of deduced template arguments...
2011-01-04 Fariborz JahanianFold -fobjc-nonfragile-abi2 into -fobjc-nonfragile...
2011-01-04 Marshall ClowTest commit; added blank line to TODO.txt
2011-01-04 Douglas GregorImplement name mangling for sizeof...(pack), to silence...
2011-01-04 Douglas GregorThere is nothing interesting to analyze with a sizeof...
2011-01-04 Douglas GregorImplement the sizeof...(pack) expression to compute...
2011-01-04 Abramo BagnaraPrefer getAs<ComplexType> rather than cast<ComplexType...
2011-01-04 Chandler CarruthImplement -Wself-assign, which warns on code such as:
2011-01-04 Chandler CarruthEnhance the diagnostic for negative array sizes to...
2011-01-04 Douglas GregorWhen creating the injected-class-name for a class templ...
2011-01-04 Douglas GregorImplement pack expansion of base initializers, so that...
2011-01-04 Argyrios KyrtzidisRename MaybeSkipFunctionBodyForCodeCompletion -> trySki...
2011-01-03 Argyrios KyrtzidisFix 80 column violation.
2011-01-03 Douglas GregorImplement pack expansions whose pattern is a base-speci...
2011-01-03 Argyrios KyrtzidisWhen in code-completion, skip obj-c method bodies for...
2011-01-03 Douglas GregorAdd a test that is currently failing
2011-01-03 Douglas GregorProperly rebuild pack expansions whose pattern is a...
2011-01-03 Douglas GregorUnwrap template argument packs when checking the templa...
2011-01-03 Douglas GregorDiagnose the presence of unexpanded parameter packs...
2011-01-03 Argyrios KyrtzidisRemove a couple of setters that have no callers.
2011-01-03 Argyrios KyrtzidisSpeed up code-completion by skipping function bodies.
2011-01-03 Douglas GregorImplement support for pack expansions in initializer...
2011-01-03 Chandler CarruthFix PR8841 by checking for both semantic and lecical...
2011-01-03 Fariborz JahanianConsider zero-length array of structs when
2011-01-03 Douglas GregorRefactor the tree transform's many loops over sets...
2011-01-03 Fariborz JahanianGuard lazy synthesis of provisional ivars under the new
2011-01-03 Argyrios KyrtzidisIn the latest episode of "Deserializing bugs caused...
2011-01-03 Chandler CarruthFix PR8654, ensuring each branch of an #if, #elif,...
2011-01-03 David GreeneSupport lit fixes for PR8199
2011-01-03 Douglas GregorAnother variadic template metafunction test case: summi...
2011-01-03 Douglas GregorImplement support for pack expansions whose pattern...
2011-01-03 Oscar FuentesUse some of the llvm cmake infraestructure. This takes...
2011-01-03 Douglas GregorConsolidate template metafunction tests for variadic...
2011-01-03 Oscar FuentesSet LLVM_NO_RTTI and LLVM_USED_LIBS for clangStaticAnal...
2011-01-03 Douglas GregorWhen we attempt to create a built-in that involves...
2011-01-02 Peter CollingbourneFunciton -> Function
2011-01-02 Peter CollingbourneUnkown -> Unknown
2011-01-02 Francois PichetRemove obsolete comments.
2011-01-02 Rafael EspindolaAdd support for passing variables declared to use a...
2011-01-01 Rafael EspindolaProduce a better error message for invalid register...
2011-01-01 Rafael EspindolaFix typo and add comment.
2011-01-01 Benjamin KramerMore empty directory removal.
2011-01-01 Nick LewyckyRemove empty directories.
2010-12-31 Nick LewyckyRemove stray emacs mode markers in all these files...
2010-12-31 Francois PichetMSVC doesn't require an accessible copy-constructor...
2010-12-30 Rafael EspindolaAdd support for declaring register contraints in variab...
2010-12-30 Nick LewyckyCorrect function name in comment.
2010-12-30 David ChisnallExpose Objective-C type encodings of declarations to...
2010-12-30 Benjamin KramerSimplify mem{cpy, move, set} creation with IRBuilder.
2010-12-29 Rafael EspindolaFix PR8796.
2010-12-29 Roman Divackyset features for k8-sse3
2010-12-28 Abramo BagnaraAdded scalar casts test.
2010-12-28 Abramo BagnaraCanonicalize types before possible cast.
2010-12-27 Francois PichetMore __uuidof validation:
2010-12-26 David ChisnallAdd support for GNU runtime property set / get structur...
2010-12-26 David ChisnallFix for PR8695.
2010-12-25 Chris LattnerThe -fshort-wchar option causes wchar_t to become unsig...
2010-12-25 Michael J.... Remove all uses of PathV1::GetRootDirectory.
2010-12-24 Ted KremenekAdd basic support for pointer arithmetic in
2010-12-24 Argyrios KyrtzidisRemove the EntoSA directories.
2010-12-24 Chris Lattnerdon't use #pragma mark, it isn't portable.
2010-12-24 Michael J.... ifndef _MSC_VER out #pragma mark on MSVC. It still...
2010-12-24 Argyrios KyrtzidisHandle locations coming from macro instantiations prope...
2010-12-24 John McCallRefactor how we collect attributes during parsing,...
2010-12-24 Douglas GregorFix a thinko in a helper routine for template argument...
2010-12-24 Douglas GregorNon-type template parameter packs cannot have default...
2010-12-24 Douglas GregorWhen instantiating a non-type template parameter pack...
2010-12-23 Douglas GregorAdd an AST representation for non-type template parameter
2010-12-23 Douglas GregorImprove the diagnostic and recovery for missing colons...
next