]> granicus.if.org Git - clang/shortlog
clang
2009-12-16 John McCallShift things around so that it's easier to recover...
2009-12-16 Daniel DunbarFix pretty stack traces.
2009-12-16 Zhongxing XuAdd a new kind of region: CXXObjectRegion. Currently...
2009-12-16 John McCallIntroduce a centralized routine in Sema for diagnosing...
2009-12-16 Anders CarlssonUse GetAddrOfRTTI everywhere and remove GenerateRTTI...
2009-12-16 Anders CarlssonHandle ImplicitValueInitExpr in AggExprEmitter.
2009-12-16 Zhongxing Xuremove dead code.
2009-12-16 Douglas GregorEliminate Sema::CheckValueInitialization; its callers...
2009-12-16 Eli FriedmanAdd abort() as a builtin. This has two effects: one...
2009-12-16 Anders CarlssonMore FullExpr work.
2009-12-16 Anders CarlssonMore work on the FullExpr class.
2009-12-16 Ted KremenekTeach RetainSummaryManager::getSummary(FunctionDecl...
2009-12-16 Ted KremenekTeach OSAtomicChecker that a FunctionDecl's name isn...
2009-12-16 Ted KremenekTeach NoReturnFunctionChecker that FunctionDecl::getIde...
2009-12-16 Ted KremenekTeach CheckerVisitor about CXXOperatorCallExpr.
2009-12-16 Ted KremenekTeach CFRecStmtDeclVisitor about CXXMethodDecl.
2009-12-16 Anders CarlssonMangle CXXOperatorCallExprs, fixes PR5796.
2009-12-16 Zhongxing XuExpose C++ methods to GRExprEngine.
2009-12-16 Ted KremenekAdd logic for computing preprocessor file extensions...
2009-12-16 Douglas GregorMake GRSubEngine.h standalone
2009-12-16 Douglas GregorFix semantic diagnostics that embed English works,...
2009-12-16 Mike StumpRefine a little. WIP.
2009-12-16 Ted KremenekAdd (initial?) static analyzer support for handling...
2009-12-16 Mike StumpAdd some documentation for recent checkins. WIP.
2009-12-16 Mike StumpAdd an addition check for undefined behavior for when...
2009-12-16 Mike StumpImplement additional undefined checks for additional...
2009-12-16 Anders CarlssonCheck in a rudimentary FullExpr class that isn't used...
2009-12-16 John McCallSuccessive anonymous namespaces name the same scope...
2009-12-16 Douglas GregorSwitch the C++ new expression over to InitializationSeq...
2009-12-15 Fariborz JahanianDiagnose attempting to assign to a sub-structure of...
2009-12-15 Ted KremenekRemove ValueManager::getRegionValueSymbolValOrUnknown...
2009-12-15 John McCallLink up member-class redeclarations during template...
2009-12-15 Daniel DunbarUpdate tests to use %clang instead of 'clang', and...
2009-12-15 Fariborz JahanianFixes a code gen bug related to accessing a now
2009-12-15 Anders CarlssonShouldDestroyTemporaries? I don't think so.
2009-12-15 Chris Lattnerenable reuse of MacroArgs objects. This is a small...
2009-12-15 Daniel DunbarUpdate tests to use %clang_cc1 instead of 'clang-cc...
2009-12-15 Anders CarlssonIf a ParmVarDecl's default argument is a CXXExprWithTem...
2009-12-15 Nate BegemanSupport OpenCL 1.1 odd-length vector component accessors.
2009-12-15 Mike StumpAdd testcase for recent checkin.
2009-12-15 Fariborz JahanianImplement conditional block invocation rewrite
2009-12-15 Douglas GregorFix some diagnostic-related FIXMEs, from Nicola Gigante
2009-12-15 Douglas GregorElaborated types are specifier types, based on a patch...
2009-12-15 Zhongxing XuAdd comments.
2009-12-15 Zhongxing XuRemove displayProgress parameter.
2009-12-15 Chris Lattnermove isPodLike<clang::QualType> out to Type.h. We...
2009-12-15 Chris Lattnerupdate to match LLVM API change:
2009-12-15 Daniel DunbarAdd -W[no-]variadic-macros support.
2009-12-15 Daniel DunbarForward -isysroot to clang -cc1.
2009-12-15 Daniel DunbarFix a COVTCTII (crash-on-valid-that-clang-thinks-is...
2009-12-15 Ted KremenekUntil we can make the dead stores checker smarter,...
2009-12-15 Eli FriedmanFix a small bug in ComputeMethodVtableIndices.
2009-12-15 Eli FriedmanReally fix this test.
2009-12-15 Mike StumpThis patch should fix PR2461. It allows clang to apply...
2009-12-15 Ted Kremenekscan-build/ccc-analyzer: start analyzing C++ FTW.
2009-12-15 Eli FriedmanFix test broken by my last commit.
2009-12-15 John McCallDiagnose the use of typedefs for template specializatio...
2009-12-15 Eli FriedmanDon't force the emission of destructor definitions.
2009-12-15 Chris Lattnerset up the machinery for a MacroArgs cache hanging...
2009-12-15 Ted KremenekStart the ball rolling on C++ support in the static...
2009-12-15 Mike StumpFix spacing.
2009-12-15 Daniel DunbarDriver: Pass -resource-dir to clang -cc1, since the...
2009-12-15 Mike StumpEnsure we preserve line information for each trap for
2009-12-15 Mike StumpSwitch codegen for -fcatch-undefined-bahavior over...
2009-12-15 Ted KremenekUpdate checker build.
2009-12-15 Daniel DunbarAdd -resource-dir to clang -cc1, this allows the base...
2009-12-15 Douglas GregorImplement value initialization in InitializationSequenc...
2009-12-14 Mike StumpAdd documentation for recently added code. WIP.
2009-12-14 John McCallFix PR5716 by bandaging over the solution until we...
2009-12-14 Fariborz JahanianMake test more generic.
2009-12-14 Ted KremenekFix: <rdar://problem/7468209> SymbolManager::isLive...
2009-12-14 Mike StumpWe have to allow one to form an address for one past...
2009-12-14 Chris Lattnermove the VarargsElided member of MacrosArgs to shrink...
2009-12-14 Chris Lattnerfix typo
2009-12-14 Mike StumpAdd support for detecting undefined shift behavior...
2009-12-14 Fariborz JahanianPatch to fix 32-bit @try failure with internal assertio...
2009-12-14 Douglas GregorRemove accidental commit containing local paths for...
2009-12-14 Douglas GregorMinor cleanups for constructor initialization in Initia...
2009-12-14 Mike StumpSimplifiy.
2009-12-14 Douglas GregorConstructor initialization for InitializationSequence...
2009-12-14 Douglas GregorImprove template instantiation for object constructions...
2009-12-14 Fariborz JahanianMake test pass in all cases.
2009-12-14 Fariborz JahanianFixes an incomplete test case.
2009-12-14 Fariborz JahanianMake tests use the new clang -cc1 flag.
2009-12-14 Fariborz JahanianMake tests use the new clang cc1 flag.
2009-12-14 Fariborz JahanianMake tests use the new clang -cc1 flag.
2009-12-14 Fariborz JahanianMake tests use the new clang -cc1 flag.
2009-12-14 Fariborz JahanianChange tests to use clang -cc1...
2009-12-14 Douglas GregorImplement user-defined conversions in InitializationSeq...
2009-12-14 Fariborz JahanianTest uses the new clang.
2009-12-14 Fariborz JahanianTests use the new clang.
2009-12-14 Douglas GregorWhen rebuilding CXXConstructExprs after a transformatio...
2009-12-14 Zhongxing XuReplace clang-cc with clang -cc1.
2009-12-14 Chris Lattnerteach clang to recover gracefully from conflict markers...
2009-12-14 Nate BegemanRevert mmx palignr to use an intrinsic, since mmx shuff...
2009-12-14 Chris Lattnerthis was a couple bugzillas too
2009-12-14 Chris Lattnerfix rdar://7466570 - Be more bug compatible with GCC...
2009-12-14 Chris Lattnerfilecheckize
2009-12-14 Nate BegemanSupport x86's PALIGNR instruction without the use of...
2009-12-14 Chris Lattnerformatting changes.
next