]> granicus.if.org Git - clang/shortlog
clang
2010-08-17 Chris Lattnerfix PR7892, a crash on valid in c++ codegen of __PRETTY...
2010-08-17 Ted KremenekTypedRegion::isBoundable() should return true by defaul...
2010-08-17 Fariborz JahanianGet rid of extra nesting when checking for invalid...
2010-08-17 Ted KremenekRewrite code fragment to avoide ICE in MSVC. Fixes...
2010-08-17 Fariborz JahanianDiagnose if type of iboutletcollection attribute is...
2010-08-17 Sebastian RedlGet rid of pretty non-ASCII quotes.
2010-08-17 Daniel DunbarStringRef'ication of lots stuff, patch by Peter Davies!
2010-08-17 Daniel DunbarLex: Add #pragma clang __debug {llvm_fatal_error, llvm_...
2010-08-17 Daniel DunbarDriver: Claim the -mlinker-version synthesized argument...
2010-08-17 Argyrios KyrtzidisRename -Wunused-method -> -Wunused-member-function.
2010-08-17 Ted KremenekRemove dead code.
2010-08-17 John McCallWhoops. Don't fall through into the overload case...
2010-08-17 Argyrios KyrtzidisIntroduce -Wunused-method option for warning on unused...
2010-08-17 Fariborz JahanianDiagnose use of iboutletcollection on ivar/property
2010-08-17 John McCallImplicit decl ref expressions might not have name locat...
2010-08-17 Sebastian RedlFix CMake build
2010-08-17 Ted KremenekFix horrible CFG bug caused by a series of NullStmts...
2010-08-17 Ted KremenekCFGBuilder: don't create the empty "loop back" block...
2010-08-17 Sebastian RedlReintroduce the serialization library, with fixed depen...
2010-08-17 Fariborz JahanianPatch to add type parameter support for attribute ibout...
2010-08-17 Douglas GregorRemove the last bit of the Clang Serialization library...
2010-08-17 Douglas GregorRevert Sebastian's build-breaking patch.
2010-08-17 Dan GohmanAdd the clangSerialization library to libclang.
2010-08-17 Sebastian RedlCreate a new Serialization module that contains all...
2010-08-17 Sebastian RedlFix a typo in a diag name.
2010-08-17 Daniel DunbarRemove a gratuitous lie.
2010-08-17 Douglas GregorA member function never has "C" linkage. Fixes <rdar...
2010-08-17 Douglas GregorWhen generating code completion patterns for method...
2010-08-17 Chris Lattnerapparently msvc defines _STDCALL_SUPPORTED, so we should
2010-08-17 Chris LattnerAdd a slightly better hack for microsoft style inline...
2010-08-17 Chris LattnerImplement #pragma push_macro, patch by Francois Pichet!
2010-08-17 Douglas Gregor1 != I. Fix the formulation of code-completion patterns for
2010-08-17 Benjamin KramerConvert all uses of StringLiteral::getStrData() to...
2010-08-17 John McCallDon't try to initialize a reference with a constructed...
2010-08-17 Douglas GregorWhen the # of top-level declarations changes after...
2010-08-17 Zhongxing XuGenerate a node instead of a sink. A leak is not a...
2010-08-16 John McCallA field of incomplete type is sufficiently disruptive...
2010-08-16 Eli FriedmanMove a bunch of code out of the ComplexExprEvaluator...
2010-08-16 Jordy RoseAllow the "size" of a buffer access check to be either...
2010-08-16 Douglas GregorMove include to the proper place. No functionality...
2010-08-16 Douglas GregorImplement support for cached code completions for
2010-08-16 Fariborz JahanianDiagnose assiging to an interface object in
2010-08-16 Tom CareAdded basic psuedoconstant checking in IdempotentOperat...
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,
next