]> granicus.if.org Git - clang/shortlog
clang
2010-11-15 Zhongxing XuAdd skeleton for handling other kinds of CFGElements.
2010-11-15 Chandler CarruthClean up some names and fix the handling of default...
2010-11-15 Chandler CarruthSwitch the sysroot logic to use the Path interface...
2010-11-15 Chandler CarruthMake sysroot only apply to baked in paths which start...
2010-11-14 Ted KremenekRevert r119045. It was failing on Windows.
2010-11-14 Ted Kremenek"Fix" some unintentional fallout from converting
2010-11-14 Ted KremenekClean up initialization of LangOptions object by splitt...
2010-11-14 Zhongxing XuRevert r118991.
2010-11-14 John McCallAlways emit full loads from volatile complex l-values.
2010-11-14 John McCallAdd a few more complex-related cast kinds that arise...
2010-11-14 Chris Lattnertypo2
2010-11-14 Chris Lattnerfix typo
2010-11-14 Ted KremenekCursorVisitor: make data-recursion algorithm the defaul...
2010-11-14 Ted KremenekRemove stale #include.
2010-11-14 Fariborz JahanianRemoved unnecessary initialization of a flag which
2010-11-14 NAKAMURA TakumiMakefile: Follow r118918, to add configuration "ENABLE_...
2010-11-14 NAKAMURA Takumitest/CodeGenCXX/dyncast.cpp: Remove XFAIL:win32 with...
2010-11-13 Fariborz JahanianInitialize couple of fields.
2010-11-13 Fariborz JahanianRemoving these test till redo them so they won't depend
2010-11-13 Fariborz JahanianBlock API patch to do copy ctor of copied-in cxx objects in
2010-11-13 Douglas GregorWhen complaining about ambiguous overload resolution...
2010-11-13 Douglas GregorWhen we're type-checking the result of calling a conver...
2010-11-13 Daniel DunbarDriver: Support -Oz as an alias for -Os.
2010-11-13 Chandler CarruthSwitch to using %clang_cc1 properly rather than manuall...
2010-11-13 John McCallIntroduce five new cast kinds for various conversions...
2010-11-13 John McCallBring UsualArithmeticConversionsType back into Sema...
2010-11-13 Zhongxing XuDo not add implicit dtors for CXXBindTemporaryExpr...
2010-11-13 Ted KremenekRewrite reverse iteration loop in a more natural countd...
2010-11-13 Ted KremenekCursorVisitor: migrate CXXNewExpr and CXXDefaultArgExpr...
2010-11-13 John McCallPre-compute all possible usual-arithmetic-conversions...
2010-11-13 Ted KremenekCursorVisitor: special-case CompoundStmt in data-recurs...
2010-11-13 Ted KremenekRefine IdempotentOperationChecker::PathWasCompletelyAna...
2010-11-13 Ted KremenekTeach IdempotentOperations::PathWasCompletelyAnalyzed...
2010-11-13 Ted KremenekAdd GRWorkList::VisitItemsInWorkList() to allow a clien...
2010-11-13 John McCallStore the list of arithmetic types as a static array...
2010-11-13 John McCallIntroduce a null-to-pointer implicit cast kind.
2010-11-13 Ted KremenekCursorVisitor: Migrate BlockExpr, CXXTemporaryOBjectExp...
2010-11-13 Ted KremenekCursorVisitor: Migrate DeclRefExpr over to data-recursi...
2010-11-13 Ted KremenekCursorVisitor: migrate GotoStmt to data-recursive algor...
2010-11-13 Ted KremenekCursorVisitor: migrate DeclStmt over to data-recursive...
2010-11-13 Ted KremenekCursorVisitor: Convert logic for populating data-recurs...
2010-11-12 Nick LewyckyUse dyn_cast result instead of re-casting. Fixes -Werro...
2010-11-12 Douglas GregorImplement C++ [over.match.funcs]p4 as it concerns parti...
2010-11-12 Ted KremenekCursorVisitor: Pull ObjCMessageExpr and explicit casts...
2010-11-12 Ted KremenekCursorVisitor: migrate ObjCMessageExpr over to data...
2010-11-12 Ted KremenekCursorVisitor: migrate UnresolvedMemberExpr and Unresol...
2010-11-12 Ted KremenekCursorVisitor: migrate CompoundLiteralExpr over to...
2010-11-12 Ted KremenekCursorVisitor: add data-recursion support for InitListE...
2010-11-12 Benjamin KramerReduce string thrashing.
2010-11-12 Ted KremenekCursorVisitor: migrate 'DoStmt', 'ForStmt', and 'WhileS...
2010-11-12 Ted KremenekCursorVisitor: use 'WLAddStmt' and 'WLAddDecl' for...
2010-11-12 Ted KremenekCursorVisitor: migrate 'IfStmt' over to data-recursive...
2010-11-12 Ted KremenekCursorVisitor: migrate handling of SwitchStmt and CaseS...
2010-11-12 Bob WilsonGeneralize ASTContext::areCompatibleVectorTypes to...
2010-11-12 Bob WilsonIncrease VectorTypeBitfields::VecKind field from 2...
2010-11-12 Bob WilsonUse ASTContext::getTypeInfo to find the vector element...
2010-11-12 Bob WilsonAdd a separate NeonPolyVector kind to distinguish polyn...
2010-11-12 Bob WilsonAdd special-case mangling for Neon vector types.
2010-11-12 Benjamin KramerUse a twine.
2010-11-12 John McCallReplace one hack with a different hack: strip out...
2010-11-12 John McCallAPI enhancements to TypeLocBuilder.
2010-11-12 Douglas GregorMake sure to always check the result of
2010-11-12 Ted KremenekFix use of an uninitialized SourceLocation because...
2010-11-12 Douglas GregorWhen performing initialization of a copy of a temporary...
2010-11-12 Rafael EspindolaAdd support for -nostdlib in the linux toolchain.
2010-11-11 Ted KremenekModify CursorVisitor to also walks CXXOperatorCallExprs...
2010-11-11 Ted KremenekRegionStore/BasicStore: do not return UndefinedVal...
2010-11-11 Douglas GregorTeach debug-info generation that SourceManager::getPres...
2010-11-11 Rafael EspindolaAdd support for -s, -pthread and -pthreads. Thanks...
2010-11-11 Daniel DunbarDriver: Allow build system override of default non...
2010-11-11 Ted KremenekTemporarily remove this test. It is causing an asserti...
2010-11-11 Ted KremenekAnnotate tokens in a separate thread to avoid blowing...
2010-11-11 Ted KremenekGeneralize data-recursive visitation in CursorVisitor...
2010-11-11 John McCallUndo a refactor-o and base the bitfield-truncation...
2010-11-11 NAKAMURA Takumitest/CMakeLists.txt: Use ${LLVM_LIT_ARGS} and remove...
2010-11-11 Francois PichetRemove some unnecessary reinterpret_cast.
2010-11-11 John McCallExtend the bitfield-truncation warning to initializations.
2010-11-11 Rafael EspindolaAdd -rdynamic to freebsd and openbsd. Patch by Ruben.
2010-11-11 Rafael EspindolaAdd support for Exherbo. Patch by Elias Pipping.
2010-11-11 John McCallUnnest; no functionality change.
2010-11-11 Douglas GregorImprove ASTUnit's capture of diagnostics so that the
2010-11-11 Fariborz JahanianAdding couple of Block API, a bug fix and
2010-11-10 Chris Lattneradd a note about inline asm compatibility.
2010-11-10 John McCallWhen -Wconversion computes the range of a type, it...
2010-11-10 Devang Pateltest case for r118726.
2010-11-10 Bob WilsonAdd a variant of GCC-style vector types for ARM NEON.
2010-11-10 Douglas GregorDocument a language-compatibility issue with function...
2010-11-10 Douglas GregorInstantiate class member template partial specializatio...
2010-11-10 Fariborz JahanianCheck for duplicate declaration of a property in curren...
2010-11-10 John McCallPropagate the deprecated and unavailable attributes...
2010-11-10 Ted KremenekRegion-allocate all AttributeList objects from a factor...
2010-11-10 Argyrios KyrtzidisReplace UsingDecl's SmallPtrSet of UsingShadowDecls...
2010-11-10 Rafael EspindolaAdd support for Ubuntu Jaunty.
2010-11-10 John McCallFriend function declarations can overload with tag...
2010-11-10 John McCallDiagnose attempst to template using declarations and...
2010-11-10 Chris Lattnermake sure #pragma clang is treated the same way as...
2010-11-10 John McCallTweak to bitfield-overflow warning: don't warn about...
2010-11-09 John McCallTypo.
2010-11-09 John McCallAdd a warning for implicit truncation of constant value...
2010-11-09 Daniel DunbarAdd a compat note about how Clang doesn't zero-initiali...
next