]> granicus.if.org Git - clang/shortlog
clang
2009-10-17 Daniel DunbarStringRefize some parts of Diagnostic API.
2009-10-17 Daniel DunbarRemove unused BernsteinHash functions.
2009-10-17 Daniel DunbarSwitch to llvm::HashString.
2009-10-17 Nuno Lopesadd gentoo x86 2009.1 (gcc 4.3.4) include paths
2009-10-17 Douglas GregorFix a crash with qualified member access into a non...
2009-10-17 Daniel DunbarDescribe/link some of the universal driver related...
2009-10-17 Daniel DunbarAdd a "Universal Driver" open project, and web page.
2009-10-17 Douglas GregorWhen type-checking a C++ "new" expression, don't type...
2009-10-17 Sebastian RedlWhen resolving the address of an overloaded function...
2009-10-17 Sebastian RedlDon't add implicit casts of explicit address-taking...
2009-10-17 Daniel DunbarAdd IdentifierTable::CreateIdentifierInfo(StringRef).
2009-10-17 Daniel DunbarUse StringExtra's HashString instead of BernsteinHash.
2009-10-17 Daniel DunbarAdd an open project. :)
2009-10-17 Chris Lattnerdaniel really wants this in the testsuite.
2009-10-17 Chris Lattnerteach getCorrespondingUnsignedType how to handle vector...
2009-10-17 Sebastian RedlIn some dependent contexts, incomplete array types...
2009-10-17 Edward O'CallaghanFix for PR5190, Credit to Zhanyong Wan.
2009-10-17 Sebastian RedlAdd a DR437 testcase, but disable it for now, since...
2009-10-17 Daniel DunbarAvoid std::string thrashing in MultiKeywordSelector...
2009-10-17 Daniel DunbarSimplify more.
2009-10-17 Daniel DunbarSimplify.
2009-10-17 Daniel DunbarUse raw_ostream instead of C stdio.
2009-10-17 Daniel DunbarRewrite AttributeList::getKind to use StringRef API.
2009-10-17 Daniel DunbarSimplify.
2009-10-17 Daniel DunbarUse raw_ostream for formatting integers, and use Identi...
2009-10-17 Ted KremenekMinor cleanup: move typedef out of anonymous namespace...
2009-10-17 Douglas GregorWrite the preprocessor block after we write out types...
2009-10-17 Daniel DunbarSuppress -Asserts warning.
2009-10-17 Daniel DunbarRemove a FIXME that doesn't belong, there are numerous...
2009-10-17 Daniel DunbarSimplify (move guard to caller instead of callee).
2009-10-17 Zhongxing XuPer discussion with Ted, the 'FromSuper'/'FromSub'...
2009-10-17 Ted KremenekFix another static analyzer crash due to a corner case...
2009-10-17 Zhongxing XuActually all regions whose super region is not MemSpace...
2009-10-17 Ted KremenekFix compiler warning: "ISO C90 forbids mixed declaratio...
2009-10-17 Ted KremenekFix warning: 'warning: C++ style comments are not allow...
2009-10-17 Ted KremenekResolve FIXME: delete the 'Program' object in the destr...
2009-10-17 Daniel DunbarDon't crash when dumping pretty stack traces, if the...
2009-10-17 Chris LattnerFix PR5211: codegen shouldn't assume that the result...
2009-10-17 Daniel DunbarSimplify.
2009-10-17 Daniel DunbarAdd IdentiferInfo::getNameStr() -> StringRef.
2009-10-17 Daniel DunbarFix sentence-o.
2009-10-17 Daniel DunbarAdd Ubuntu 9.04 C++ search path.
2009-10-17 Ted KremenekAdd 'UseBumpPtrAllocator' flag to ASTUnit::LoadFromPCHF...
2009-10-17 Douglas GregorMerge the "types" and "declarations" blocks in the...
2009-10-16 Fariborz JahanianPatch to clean up and improve visual display of
2009-10-16 Douglas GregorWhile writing source-location entries to a PCH file...
2009-10-16 John McCallAllow TypeLocs to be fully initialized with a single...
2009-10-16 Fariborz JahanianUse VisibleQuals to control setting of Volatile/Restric...
2009-10-16 John McCallFactor out routines to encode/decode DeclaratorInfos...
2009-10-16 John McCallAdd an accessor to extra the type directly from a Decla...
2009-10-16 Douglas GregorMake CIndex and c-index-test a little bit more robust...
2009-10-16 Ted KremenekFix static analyzer crash due to recently add symbolic...
2009-10-16 Ted KremenekProvide 'static' version of BinaryOperator::isShiftOp().
2009-10-16 Douglas GregorKeep track of whether declararions were loaded from...
2009-10-16 Edward O'Callaghandynamic linker arg is incorrectly invoking gnu ld arg...
2009-10-16 Fariborz JahanianImplement derived-to-base AST/code gen. There is a
2009-10-16 Douglas GregorAdd support for a chain of stat caches in the FileManag...
2009-10-16 Chris LattnerImplement PR4407 - missing warnings on case value overflow,
2009-10-16 Nuno Lopesignore 'using' directive in CodeGenFunction::EmitDecl...
2009-10-16 Nuno Lopesfix -ansi in c++: it means -std=c++98
2009-10-16 Anders CarlssonAdd CK_VectorSplat and use it for casting non-pointer...
2009-10-16 Anders CarlssonMake CheckVectorCast return a CastKind. Reduce nesting...
2009-10-16 Anders CarlssonAdd a ToVoid cast kind and start using it.
2009-10-16 Chris Lattnerincrease helpfulness of assert message.
2009-10-16 Anders CarlssonBuiltin types are subsitutable if they are qualified...
2009-10-16 Anders CarlssonThe result type of logical || and && is bool in C+...
2009-10-16 John ThompsonWork-around wchar_t and __pragma problem in VC headers
2009-10-16 Ted Kremenekretain/release checker: Stop tracking reference counts...
2009-10-16 John McCallRemove the ConstantArrayType subtypes. This informatio...
2009-10-15 Ted KremenekAdd a few passing test cases for finding leaks of retai...
2009-10-15 Ted KremenekUse an std::vector<> instead of an array of ARG_MAX...
2009-10-15 Anton KorobeynikovDisallow arbitrary custom inline asm constraints for...
2009-10-15 Douglas GregorImprove point-of-instantiation location information...
2009-10-15 Douglas GregorMake the remaining explicit-instantiation semantic...
2009-10-15 John McCallConcreteTypeLoc subclasses which call getInnerTypeLoc...
2009-10-15 Ted KremenekEducate the retain/release checker about [NSCursor...
2009-10-15 Ted Kremenekretain/release checker: Use simpler utility method...
2009-10-15 Steve NaroffMake sure temporary files get unlinked.
2009-10-15 Ted KremenekAdd missing #include for wait().
2009-10-15 Steve NaroffMinor improvement to format...no functionality change.
2009-10-15 Steve NaroffImplement <rdar://problem/7303432> [Clang/Index] In...
2009-10-15 Daniel DunbarDriver: Default to using PTH for C++ precompiled header...
2009-10-15 Douglas GregorMake sure that we're diagnosing duplicate explicit...
2009-10-15 Douglas GregorSimplify checking of explicit template specialization...
2009-10-15 Fariborz JahanianApply heuristics to cut back on number of candidate
2009-10-15 Douglas GregorCheck the interactions between explicit instantiations...
2009-10-15 John ThompsonSorry! Accidentally checked in experimental change.
2009-10-15 Douglas GregorDiagnose explicit instantiations of function templates...
2009-10-15 Douglas GregorMore explicit template instantiation. Now we're checkin...
2009-10-15 Mike StumpRefine non-virtual part of the this adjustment for...
2009-10-15 Edward O'CallaghanAuroraUX toolchain fixes.
2009-10-15 John McCallComplete some unfinished comments.
2009-10-15 John McCallBetter living through metaprogramming. Create a base...
2009-10-15 Mike StumpMake this at least compile.
2009-10-15 Mike StumpTrack the offset to the current virtual base in Current...
2009-10-15 Ted KremenekPer an astute observation from Zhongxing Xu, remove...
2009-10-15 Anders CarlssonHandle
2009-10-15 Anders CarlssonCheck the return type when calling pointer to member...
2009-10-15 John ThompsonRemoved math.h include, as Windows math.h has a compile...
2009-10-14 Ted KremenekRemove stale comment.
next