]> granicus.if.org Git - clang/shortlog
clang
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...
2010-12-23 Douglas GregorImplement parsing of function parameter packs and non...
2010-12-23 Ted KremenekAdd -fobjc-default-synthesized-properties flag
2010-12-23 Ted KremenekChris Lattner has strong opinions about directory
2010-12-23 John McCallKill RecordType::getAddressSpace() and its fixme; ...
2010-12-23 Douglas GregorReimplement the comparison of a class template partial
2010-12-23 Douglas GregorWhen forming the injected-class-name of a variadic...
2010-12-23 Zhongxing XuWhen cast derived to base, only process MemRegionVal.
2010-12-23 Ted KremenekRename headers: 'clang/GR' 'clang/EntoSA' and
2010-12-23 Ted KremenekRename static analyzer namespace 'GR' to 'ento'.
2010-12-23 Zhongxing XuRemove lib/Checker directory.
2010-12-23 Ted KremenekIt's amazing what you find when you actually
2010-12-23 Ted KremenekFurther tweak nonloc::ConcreteInt pretty printing
2010-12-23 Ted KremenekAdd WIP prototype of a new buffer overflow
2010-12-23 Ted KremenekChange MemRegion extent type to be the same type used
2010-12-23 Ted KremenekAdd 'getConditionType()' and 'getArrayIndexType()'
2010-12-23 Ted KremenekEnhance pretty-printing for nonloc::ConcreteInt
2010-12-23 Douglas GregorImplement the part of C++0x [temp.arg.explicit]p3 that...
2010-12-23 Douglas GregorImplement the rest of C++0x [temp.deduct.type]p9, which...
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-12-22 Douglas GregorBe paranoid about NULL size expressions in dependently...
2010-12-22 Douglas GregorUnify the consistency checking for deduced template...
2010-12-22 Daniel Dunbarbuild: Use CLANG_NO_RUNTIME=1 specifically, not just...
2010-12-22 Argyrios KyrtzidisSubsequent attempt to fix linux build.
next