]> granicus.if.org Git - clang/shortlog
clang
2011-01-07 Fariborz JahanianUpdate AST reader/writer to handle new AppleKext.
2011-01-07 Douglas GregorImplement substitution of a function parameter pack...
2011-01-07 Francois PichetPrefix all attribute enumerators with attr_ for consist...
2011-01-07 Francois PichetDo not use cdecl, fastcall, stdcall etc.. as identifier...
2011-01-07 John McCallRework a few things about how we emit ObjC's for enumer...
2011-01-07 Fariborz JahanianAdd all options needed to support -fapple-kext. wip.
2011-01-07 Douglas GregorFactor out the template transformation of a sequence...
2011-01-06 Devang PatelAdd target triple.
2011-01-06 Douglas GregorImplement template argument deduction from a call to...
2011-01-06 Devang Pateltest case for r122971.
2011-01-06 Fariborz JahanianPut warning about makeing a string writable into
2011-01-06 Bob WilsonAdd cortex-m3 CPU to getCPUDefineSuffix mapping.
2011-01-06 Abramo BagnaraAdded testcase for commit r122963.
2011-01-06 Roman DivackyPowerPC fixes.
2011-01-06 Chandler CarruthTweak the wording of this warning further based on...
2011-01-06 Chris Lattnerfix rdar://8823139, a crash on a comment in a preproces...
2011-01-06 John McCallIntroduce an AttributedType, but don't actually use...
2011-01-06 Jakob Stoklund... Clang should not warn on code in clang that is only...
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
next