]> granicus.if.org Git - clang/shortlog
clang
2010-08-16 Douglas GregorFormatting fixes. No functionality change
2010-08-16 Douglas GregorImplement name hiding of cached global code-completion...
2010-08-16 Jordy RoseInstead of using operator bool() for testing if a Bindi...
2010-08-16 Jordy RoseMove GRState::AssumeInBound out of its header file...
2010-08-16 Douglas GregorMove some code out-of-line which has long since grown...
2010-08-16 Sebastian RedlAdd two options for playing with modules.
2010-08-16 Douglas GregorWhen caching code completions for global declarations...
2010-08-16 Fariborz JahanianFix a crash when parsing malformed out-of-line member...
2010-08-16 Argyrios KyrtzidisFix initialization for members of anonymous struct...
2010-08-16 Argyrios KyrtzidisEmit diagnostic error when the field of an anonymous...
2010-08-16 Douglas GregorDereferencing NULL pointers is such poor form.
2010-08-16 Anton Yartsevsupport for vec_add, vec_adds, vec_and, vec_andc with...
2010-08-16 Douglas GregorWhen caching global completion results, keep track...
2010-08-16 Abramo BagnaraFixed typo in conj, conjf, conjl signature.
2010-08-16 Jordy RoseModel the effects of strcpy() and stpcpy() in CStringCh...
2010-08-16 Charles DavisError out if reinterpret_casting between member pointer...
2010-08-16 Charles DavisErr on incomplete class types in member pointers when...
2010-08-16 Charles DavisImplement support for member pointers under the Microso...
2010-08-16 Jordy Rose- Allow making ElementRegions with complex offsets...
2010-08-15 David ChisnallPass some things to the linker that gcc passes. -r...
2010-08-15 Jordy RoseMove GRState's bind* methods out of its header file...
2010-08-15 Argyrios KyrtzidisCall the base class in StmtProfiler::VisitOverloadExpr.
2010-08-15 Benjamin KramerOpen AST/PCH files in binary mode.
2010-08-15 Nick LewyckyMake the FixItOptions object required instead of optional.
2010-08-15 Zhongxing XuStoreManager::RemoveDeadBindings() can take a Store...
2010-08-15 Argyrios KyrtzidisRemove ATTRIBUTE_UNUSED from the common pattern of...
2010-08-15 Argyrios KyrtzidisDon't warn for the common pattern of disallowing copying:
2010-08-15 Zhongxing XuRemove redundant method.
2010-08-15 Zhongxing XuImplement MallocChecker::EvalDeadSymbols() with the...
2010-08-15 Douglas GregorExtend the code-completion caching infrastructure to...
2010-08-15 Eli FriedmanUse Enumerators.data() instead of &Enumerators[0] to...
2010-08-15 Argyrios KyrtzidisRemove dead code, caught by unused function warnings.
2010-08-15 Argyrios KyrtzidisDependentTypeOfExprType and DependentDecltypeType are...
2010-08-15 Argyrios KyrtzidisCall the correct base class in StmtProfiler::VisitUnres...
2010-08-15 Argyrios KyrtzidisSome refactoring on StmtPrinter to avoid unused functio...
2010-08-15 Argyrios KyrtzidisAdd ATTRIBUTE_UNUSED to methods not supposed to be...
2010-08-15 Argyrios KyrtzidisCommit improved version of 111026 & 111027.
2010-08-15 Eli FriedmanExplicitly handle every case in the switch in RTTIBuild...
2010-08-14 Nick LewyckyRemember that FixItOptions* is optional and don't crash...
2010-08-14 Jordy RoseUpdate CStringChecker to take advantage of the new...
2010-08-14 Eli FriedmanPR7884: Fix the implementations of __real__ and __imag_...
2010-08-14 Jordy RoseAdd a test for alloca region extents.
2010-08-14 Jordy RoseAdd a callback for when region changes occur. Still...
2010-08-14 Jordy RoseAnother metadata symbol change (missed a file)
2010-08-14 Jordy RoseAdd a new metadata symbol type for checkers to use...
2010-08-14 John McCallMore cleanup enabling.
2010-08-14 Eli FriedmanPR3344: Downgrade "too many braces around scalar initia...
2010-08-14 Ted KremenekAlways recurse into sub-cursors when annotating tokens...
2010-08-14 Daniel DunbarDriver: Increase flags to hold all necessary bits.
2010-08-14 Ted KremenekAs a heuristic, annotate tokens (via clang_annotateToke...
2010-08-13 Douglas GregorImplement caching of code-completion results for macro...
2010-08-13 John McCallSketch out a framework for delaying the activation...
2010-08-13 Argyrios KyrtzidisRevert 111026 & 111027, build breakage.
2010-08-13 Argyrios KyrtzidisThe unused warnings extravaganza continues. Warn for:
2010-08-13 Argyrios KyrtzidisExpand the unused warnings for functions. Warn for:
2010-08-13 Argyrios KyrtzidisChange Sema's UnusedStaticFuncs to UnusedFileScopedDecl...
2010-08-13 Fariborz JahanianWhen issuing warning for future conflict resolution,
2010-08-13 Nick LewyckyAdd a new cc1 option -fix-what-you-can which when combi...
2010-08-13 Douglas GregorAdd an options parameter to clang_saveTranslationUnit...
2010-08-13 Abramo BagnaraFixed NNS insertion in MemberPointerType.
2010-08-13 John McCallProperly give unique-external linkage to members of...
2010-08-13 John McCallFix the help text on -Wwrite-strings.
2010-08-13 John McCallWork around a crash when checking access to injected...
2010-08-13 Douglas GregorImplement clang_saveTranslationUnit(), which saves...
2010-08-13 Daniel DunbarDriver/OptParser: Add a NoForward flag to prevent forwa...
2010-08-13 Douglas GregorTeach ASTUnit to hold on to the Sema object and ASTCons...
2010-08-13 John McCallMake two methods have compatible signatures with the...
2010-08-13 John McCallPerform access control when template lookup finds a...
2010-08-13 Eli FriedmanZap unused UnaryOperator::OffsetOf.
2010-08-13 Douglas GregorThe Sema object will get destroyed before all of the...
2010-08-13 Sebastian RedlInstead of modifying the ObjC AST to not modify existin...
2010-08-13 Fariborz JahanianMake use of __func__ in a block actually refer to
2010-08-12 John McCallJust disable the hidden-visibility optimization for...
2010-08-12 Douglas GregorTeach CompilerInstance to create and hold on to the...
2010-08-12 Tom CareSmall changes to UnreachableCodeChecker
2010-08-12 Douglas GregorAdd a ParseAST overload that takes a Sema object, so...
2010-08-12 Tom CareImproved IdempotentOperationChecker false positives...
2010-08-12 Fariborz JahanianTypo.
2010-08-12 Fariborz JahanianPatch to issue warning when colllection expresion's...
2010-08-12 John McCallImplement -Wcast-align. The initial design of this...
2010-08-12 John McCallFixing the build isn't good enough; back out r110956...
2010-08-12 John McCalldgregor should write code that compiles.
2010-08-12 Douglas GregorUpdate Xcode project
2010-08-12 Douglas GregorAdd a ParseAST overload that takes a Sema object, so...
2010-08-12 Fariborz JahanianFixes block type matching bug. Radar 8302845.
2010-08-12 Douglas GregorMove Sema's headers into include/clang/Sema, renaming...
2010-08-12 Dan GohmanRevert r110936; this fails on clang-i686-darwin10 too.
2010-08-12 Anton Yartsevfirst test commit
2010-08-12 Douglas GregorDowngrade error about nonnull attribute bbeing applied...
2010-08-12 Devang PatelMake this test darwin only.
2010-08-12 Douglas GregorDon't emit end-of-file diagnostics like "unterminated...
2010-08-12 Dan GohmanTemporarily disable this failing test, until it can...
2010-08-12 Argyrios KyrtzidisAdd a comment.
2010-08-12 Abramo BagnaraAdded locations and type source info for DeclarationNam...
2010-08-12 Jordy RoseRemove OwnershipAttr::Kind, since it's essentially...
2010-08-12 John McCallTest for rdar://problem/8073696.
2010-08-12 John McCallHandle the obvious case for diagnosing redeclarations...
2010-08-12 Jordy RoseActually use reduced set of checkers in EvalAssume.
2010-08-12 Daniel DunbarFrontend: Move the bulk of the cc1_main() processing...
2010-08-12 Daniel Dunbarclang -cc1: Move real diagnostics client initialization...
next