]> granicus.if.org Git - clang/shortlog
clang
2010-07-07 Nate BegemanFix an issue with opencl init list checking.
2010-07-07 Zhanyong WanChanges how the TypeLoc traverser invokes the Type...
2010-07-07 Douglas GregorWhen printing statistics for the ASTContext, also print...
2010-07-07 Chris Lattneradd driver support for minix, patch by Kees van Reeuwijk
2010-07-07 Argyrios KyrtzidisFix broken reading of NestedNameSpecifiers from PCH.
2010-07-07 Argyrios KyrtzidisDelay passing InterestingDecls to the Consumer until...
2010-07-07 Argyrios KyrtzidisgetBody() -> hasBody()
2010-07-07 Argyrios KyrtzidisSimplify code and remove comment that is no longer...
2010-07-07 Argyrios KyrtzidisRemove Decl::getCompoundBody().
2010-07-07 Argyrios KyrtzidisSimplify code. CompoundStmt's RBraceLoc can be found...
2010-07-07 Argyrios KyrtzidisSimplify code. FunctionDecl and ObjCMethodDecl have...
2010-07-07 Argyrios KyrtzidisIntroduce Decl::hasBody() and FunctionDecl::hasBody...
2010-07-07 Jordy RoseAdd memcmp() and bcmp() to CStringChecker. These check...
2010-07-07 Duncan SandsA Release-Asserts build is now called a Release build.
2010-07-07 Jordy RoseCleanup on CStringChecker and its associated tests...
2010-07-07 John McCallTeach function-try-blocks on constructors and destructo...
2010-07-07 Chris Lattnerimplement PR7569, warning about assignment to null...
2010-07-07 John McCallDon't consider casted non-global pointers to be evaluat...
2010-07-07 Craig SilversteinAvoid double-traversing for QualifiedTypeLoc -- we...
2010-07-07 Tom CareChange explicit handling of impossible condition to...
2010-07-07 Chandler CarruthSilence an annoying GCC warning about use of an uniniti...
2010-07-07 Chandler CarruthUse 'llvm_unreachable' to mark impossible code paths...
2010-07-06 John McCallProvide a hook for the benefit of clients using clang...
2010-07-06 Ted KremenekFix casts in RegionStore to not always assume that...
2010-07-06 Craig SilversteinAdd a const version of a method, to be consistent with...
2010-07-06 Tom CareFix idempotent operations test command line arguments.
2010-07-06 Ted KremenekImplement dumpToStream() for NonStaticGlobalSpaceRegion...
2010-07-06 Jordy RoseAdd comment noting VLASizeChecker's duty in defining...
2010-07-06 Jordy RoseAdd a new path-sensitive checker for functions in ...
2010-07-06 Ted KremenekSort CMake file.
2010-07-06 Tom CareAdded a path-sensitive idempotent operation checker...
2010-07-06 Nick LewyckyFix multiple emission of the this-> fixit for each...
2010-07-06 John McCallMake CGBuilderTy a typedef again; its functionality...
2010-07-06 Douglas GregorImprove the accuracy of getSourceRange() for Declarator...
2010-07-06 Douglas GregorCorrectly set the location of the "template" keyword...
2010-07-06 Douglas GregorRemove my egregious hack that forced deserialization...
2010-07-06 Duncan SandsPacify versions of gcc that think these variables may...
2010-07-06 John McCallWhen destroying a cleanup, kill any references to instr...
2010-07-06 Tom CareAdded several helper functions to Stmt to recursively...
2010-07-06 Argyrios KyrtzidisRead/write function template specializations for PCH...
2010-07-06 Argyrios KyrtzidisAdd to PCH missing Sema information about VTable uses...
2010-07-06 Argyrios KyrtzidisAllow a CXXRecordDecl to get a DefinitionData pointer...
2010-07-06 Argyrios KyrtzidisRead/write instantiated-from-member of EnumDecl for...
2010-07-06 Zhongxing XuAdd skeleton code to make wpa call the analysis engine.
2010-07-06 Zhongxing XuAdd an assertion.
2010-07-06 Zhongxing XuCollect function definitions in the Indexer when indexi...
2010-07-06 John McCallWhen creating functions to run global initializers...
2010-07-06 Jordy RoseRemove the now-unused GRState::isEqual method. Instead...
2010-07-06 Jordy RoseOops, tabs --> spaces in test.
2010-07-06 Jordy RoseImprove NULL-checking for CFRetain/CFRelease. We now...
2010-07-06 John McCallStop testing for specific basic block numbers in this...
2010-07-06 John McCallValidated by nightly-test runs on x86 and x86-64 darwin...
2010-07-06 Zhongxing XuLocal variables have no linkage, make invalid Entities.
2010-07-05 Chris LattnerGenerate fewer first class aggregate values for other
2010-07-05 Chris Lattnerin the "coerce" case, the ABI handling code ends up...
2010-07-05 Chris Lattnerfix a bug I introduced in r107624
2010-07-05 Chris Lattnerrearrange some logic, no functionality change.
2010-07-05 Chris Lattnerfix PR7564 a cast where the bitfield struct init code
2010-07-05 Chris LattnerAppendBitField really can never fail, so return its...
2010-07-05 Argyrios KyrtzidisRead/write the identifier namespace in PCH for decls...
2010-07-05 Argyrios KyrtzidisRead/write some source location for PCH.
2010-07-05 Jordy RoseSupport sizeof for VLA expressions (sizeof(someVLA...
2010-07-05 Zhongxing XuRefrase comments.
2010-07-05 Zhongxing XuAlthough in C++ class name has external linkage, usuall...
2010-07-05 Zhongxing XuMake FieldDecl an invalid Entity since it has no linkage.
2010-07-05 Zhongxing XuIndexer: make FieldDecl an internal Entity.
2010-07-05 Jordy RoseTrack extents for VLAs.
2010-07-04 Argyrios KyrtzidisFix a regression of a previous commit of mine (rdar...
2010-07-04 Argyrios KyrtzidisRead/write more information of ASTContext for PCH....
2010-07-04 Argyrios KyrtzidisWhen adding a visible decl, deserialize the visible...
2010-07-04 Argyrios KyrtzidisDon't try to install the __[u]int128_t identifier if...
2010-07-04 Argyrios KyrtzidisWrite/read ParmVarDecl's UninstantiatedDefaultArg for...
2010-07-04 Argyrios KyrtzidisRead/write specialization info of static data members...
2010-07-04 Nick LewyckyAdd TypeLoc traversal to the RecursiveASTVisitor! Becau...
2010-07-04 Nick LewyckyFix ObjCInterfaceTypeLoc to inherit from ObjCObjectType...
2010-07-04 Jordy RoseAdd a new symbol type, SymbolExtent, to represent the...
2010-07-03 Benjamin KramerUnbreak test on platforms where size_t != unsigned...
2010-07-03 John McCallMark the operator delete associated with a virtual...
2010-07-03 Charles DavisMangle Objective-C pointers and block pointers in the...
2010-07-03 John McCallProvide convenience routines to save and restore the...
2010-07-03 Charles DavisFix mangling of array dimensions in the Microsoft C...
2010-07-03 Charles DavisMangle member pointer types in the Microsoft C++ Mangler.
2010-07-03 Argyrios KyrtzidisWhen setting the anonymous namespace at PCH reading...
2010-07-03 Charles DavisFix mangling of function pointers in the Microsoft...
2010-07-03 Shantonu SenForward -fno-builtin to clang, add .cp as a supported
2010-07-03 Charles DavisFix mangling of array parameters for functions in the...
2010-07-03 Douglas GregorLazily declare default constructors. We now delay the...
2010-07-02 Douglas GregorLazily declare implicit copy constructors.
2010-07-02 Argyrios KyrtzidisRead/write CastExpr's CXXBaseSpecifierArray for PCH.
2010-07-02 Argyrios KyrtzidisFix broken PCH support for CXXDefaultArgExpr.
2010-07-02 Douglas GregorIntroduce a new routine, LookupConstructors(), and...
2010-07-02 Douglas GregorLazily declare copy-assignment operators.
2010-07-02 Zhanyong WanMake RecursiveASTVisitor traverse function parameter...
2010-07-02 Douglas GregorLazily declare the implicitly-declared destructor in...
2010-07-02 Craig SilversteinDon't visit implicitly defined functions (default const...
2010-07-02 Douglas GregorMove the "current scope" state from the Parser into...
2010-07-02 Douglas GregorBy default, warn about commas at the end of an enumerat...
2010-07-02 Argyrios KyrtzidisHandle CXXConstructorDecl, CXXDestructorDecl, and CXXCo...
2010-07-02 Argyrios KyrtzidisProvide some test cases for C++ PCH.
2010-07-02 Argyrios KyrtzidisDisable Decl::CheckAccessDeclContext() temporarily.
next