]> granicus.if.org Git - clang/shortlog
clang
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.
2010-12-22 Douglas GregorImplement template argument deduction for pack expansio...
2010-12-22 Argyrios KyrtzidisApparently I'm on a mission to break as many builds...
2010-12-22 Argyrios KyrtzidisForgot to move the files in CMakeLists.txt.
2010-12-22 Argyrios KyrtzidisAdd GR/Checkers subdir for CMake build.
2010-12-22 Argyrios KyrtzidisMove AnalysisConsumer.cpp and ExprEngine.cpp into the...
2010-12-22 Fariborz JahanianComplain on missing property getter method only
2010-12-22 Douglas GregorWhen performing template argument deduction where the...
2010-12-22 Argyrios Kyrtzidis[analyzer] Refactoring: Drop the 'GR' prefix.
2010-12-22 Argyrios Kyrtzidis[analyzer] Refactoring: Move stuff into namespace ...
2010-12-22 Argyrios Kyrtzidis[analyzer] Refactoring: Move checkers into lib/GR/Check...
2010-12-22 Argyrios Kyrtzidis[analyzer] Refactoring: lib/Checker -> lib/GR and libcl...
2010-12-22 Argyrios Kyrtzidis[analyzer] Refactoring: include/clang/Checker -> includ...
2010-12-22 Douglas GregorImplicitly expand argument packs when performing templa...
2010-12-22 Zhongxing XuIf the unary operator is prefix and an lvalue (in C...
2010-12-22 Abramo BagnaraIntroduced raw_identifier token kind.
2010-12-22 Zhongxing XuThe base type is not always pointer type. We may cast...
2010-12-22 Zhongxing XuAlways blast through no-op casts when getting expr...
2010-12-22 Zhongxing XuAfter inlining the CXXConstructExpr, bind the temporary...
2010-12-22 Francois PichetRedesign the way anonymous fields are handled in design...
2010-12-21 Douglas GregorTweak the checking of class template partial specializa...
2010-12-21 Douglas GregorAdd a hack to work around the lack of proper type-sourc...
2010-12-21 Douglas GregorAdd some const qualifiers
2010-12-21 Douglas GregorFor member pointer conversions potentially involving...
2010-12-21 Douglas GregorWhen searching for the instantiation of a locally-scope...
2010-12-21 Douglas GregorIn C++, if the user redeclares a builtin function with...
2010-12-21 Douglas GregorWhen determining which preprocessed entities to travers...
2010-12-21 Douglas GregorFix test to be platform-agnostic
2010-12-21 Douglas GregorFix a major inconsistency in the representation of...
2010-12-21 Michael J.... Replace all uses of PathV1::makeAbsolute with PathV2...
2010-12-21 Michael J.... Fix spelling.
2010-12-21 Douglas GregorImplement BlockDecl::getSourceRange(). The bogus source...
2010-12-21 Douglas GregorAdd test for C++ [temp.friend]p8, which bans partial...
2010-12-21 Douglas GregorA class template partial specialization cannot be a...
2010-12-21 Douglas GregorTeach clang_getCursorSemanticParent() and
2010-12-21 Douglas GregorWhen checking a using declaration, make sure that the...
2010-12-21 Douglas GregorDon't try to compute the value of a value-dependent...
2010-12-21 Douglas GregorInitialize LangOptions::MSCVersion. Thanks to Csaba...
2010-12-21 Douglas GregorAdd back the late-specified return type paper
next