]> granicus.if.org Git - clang/shortlog
clang
2009-12-19 Eli FriedmanFix for PR5524: make reference binding in default argum...
2009-12-18 Eli FriedmanWork in progress for setting the vtable pointers for...
2009-12-18 Eli FriedmanTest for r91724.
2009-12-18 Eli FriedmanCleanup switch so it doesn't have a default case.
2009-12-18 Eli FriedmanFix for PR5830: fix the computation of the offset to...
2009-12-18 Ken DyckAdd and tidy doxygen comments and move implementation...
2009-12-18 Daniel DunbarC++Tests: Add target paths for LLVM-Code-Compile checks...
2009-12-18 Daniel DunbarFix a few MSVC warnings.
2009-12-18 Ted KremenekEnhance GRExprEngine::VisitCallExpr() to be used in...
2009-12-18 Daniel DunbarUse System/DataTypes.h, stdint.h isn't portable.
2009-12-18 Daniel DunbarARM: Define __thumb2__ for V6T2 targets and only define
2009-12-18 Douglas GregorExtend code-completion results with the type of each...
2009-12-18 Daniel DunbarARM: Fix predefines (__ARM_ARCH_..., __REGISTER_PREFIX).
2009-12-18 John McCallWhen diagnosing that a decl ref expr is not a value...
2009-12-18 Torok EdwinDebian has x86_64-linux-gnu, not x86_64-pc-linux-gnu...
2009-12-18 Douglas GregorTry to de-bork DISABLE_SMART_POINTERS build
2009-12-18 Anders CarlssonCK_UserDefinedConversion is a valid kind when doing...
2009-12-18 Torok EdwinMove the 4.4.2 c++ include search to the top, otherwise...
2009-12-18 Douglas GregorChange clang_codeComplete API to return the results...
2009-12-18 Ken DyckChange the return type of ASTContext::getTypeSizeInChar...
2009-12-18 Ken DyckRename getByteSize() and getTypeSizeInBytes() in ASTCon...
2009-12-18 Anders CarlssonFix regression I introduced when dynamic_cast-ing to...
2009-12-18 Anders CarlssonIt's perfectly fine to see UserDefinedConversion casts...
2009-12-18 John ThompsonTweaks for PS3 target.
2009-12-18 John ThompsonRemoving trailing directory separator, to make stat...
2009-12-18 Ken DyckInitial implementation of CharUnits, an opaque value...
2009-12-18 John McCallSet up the semantic context correctly when declaring...
2009-12-18 John McCallLook through using decls when checking whether a name...
2009-12-18 John McCallPull Sema::isAcceptableLookupResult into SemaLookup...
2009-12-18 Daniel Dunbarclang -cc1: Rename -mcpu to -target-cpu to match other...
2009-12-18 Douglas GregorAddress some of Anders comments
2009-12-18 Douglas GregorSwitch the initialization required by return statements...
2009-12-18 Daniel DunbarAdd -dwarf-debug-flags, which provides a way to embed...
2009-12-18 Mike StumpHandle case when DestPtr is 0.
2009-12-18 Fariborz JahanianImplemented rewriting of invocation of a block ivar.
2009-12-18 Eli FriedmanTemporarily XFAIL this test.
2009-12-18 Sean CallananTestcase fixes to reflect instruction table changes...
2009-12-17 John McCallPatch over yet more problems with friend declarations...
2009-12-17 Nuno Lopesreword the help text of fno_assume_sane_operator_new...
2009-12-17 Mike StumpRevert r91073.
2009-12-17 Douglas GregorAdd a couple more paths to the LLVM-Code-Syntax test
2009-12-17 Ted KremenekTweak formatting and comments.
2009-12-17 Ted KremenekConvert GRExprEngine::VisitCallExpr() to use a worklist...
2009-12-17 Ted KremenekReduce nesting by using early exits. No functionality...
2009-12-17 Nuno Lopesimplement PR3962: diagnose more faulty cases of usage...
2009-12-17 Nuno Lopesrevert part of my last patch, and mark only the c+...
2009-12-17 Nuno Lopesdocument -fno-assume-sane-operator-new, per Chris request.
2009-12-17 Chandler CarruthInclude <time.h> in order to use 'time_t'.
2009-12-17 Chandler CarruthTest for errors during fread() inside c-index-test...
2009-12-17 Ted KremenekSort switch statement. No functionality change.
2009-12-17 Anders CarlssonRename GetAddrOfRTTI to GetAddrOfRTTIDescriptor. Remove...
2009-12-17 Mike StumpEnsure we run cleanups for CXXTemporaries on the except...
2009-12-17 Chris Lattnerreimplement r90860, fixing a couple of problems:
2009-12-17 Anders CarlssonSimplify RTTIBuilder::finish.
2009-12-17 Anders CarlssonMove the Info vector into the RTTIBuilder struct. No...
2009-12-17 Anders CarlssonAttempt to fix rtti-layout.cpp on Linux.
2009-12-17 Anders CarlssonAdd a (currently failing) RTTI layout test.
2009-12-17 Ted KremenekAdd failing test case for C++ static analysis.
2009-12-17 Ted KremenekFix check in GRExprEngine for the 'main' function to...
2009-12-17 Fariborz JahanianDiagnose duplicate declaration of a property. Fixes
2009-12-17 Eli FriedmanFix for PR5801: codegen memcpy, memmove, memset directl...
2009-12-16 Ted KremenekCompletely remove ObjCObjectRegion (tests pass this...
2009-12-16 Fariborz JahanianAllow pointer convesion of an objective-c pointer to
2009-12-16 Eli FriedmanFix test.
2009-12-16 Eli FriedmanMake sure C-specific enum warning doesn't trigger in...
2009-12-16 Daniel DunbarFix -fdollars-in-identifiers Clang translation.
2009-12-16 Eli FriedmanCorrectly calcluate abstract-ness in the case where...
2009-12-16 Ted KremenekTemporarily revert 91553.
2009-12-16 Ted KremenekRemove use of ObjCObjectRegion from BasicStoreManager.
2009-12-16 Douglas GregorFix test case to unbreak testing
2009-12-16 Douglas GregorWhen value-initializing a class with no user-defined...
2009-12-16 Ted KremenekCompute the right extension for preprocessed Objective...
2009-12-16 Fariborz JahanianDiagnose property of reference type as unsupported
2009-12-16 Anders CarlssonBaby steps towards fixing PR5589. If a class needs...
2009-12-16 Nuno Lopesadd some svn:ignore
2009-12-16 Nuno Lopesimplement PR5654: add -fassume-sane-operator-new, which...
2009-12-16 Douglas GregorIn Sema::CheckInitializerTypes, replace a use of CheckR...
2009-12-16 Douglas GregorUpdate C++ status page to reflect reality
2009-12-16 Nuno Lopesfix PR5689: add support for 'o' and 'V' asm input operands
2009-12-16 Nuno Lopesfix build
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
next