]> granicus.if.org Git - clang/shortlog
clang
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.
2010-07-02 Argyrios KyrtzidisFix reading FunctionDecls from PCH.
2010-07-02 Argyrios KyrtzidisFix reading ClassTemplateDecl's ClassTemplateSpecializa...
2010-07-02 Argyrios KyrtzidisFully read/write CXXRecordDecl for PCH.
2010-07-02 Argyrios KyrtzidisFix reading of DependentNameType.
2010-07-02 Argyrios KyrtzidisAllow reading of InjectedClassNameType from PCH even...
2010-07-02 Argyrios KyrtzidisFix broken reading of member pointer from PCH.
2010-07-02 Argyrios Kyrtzidis- Allow a typedef type to be read from PCH even if...
2010-07-02 Argyrios KyrtzidisFix broken reading of "#lines" from PCH.
2010-07-02 Argyrios KyrtzidisGenerally types expect an initialized TypeDecl; its...
2010-07-02 Argyrios KyrtzidisAdd some side-effect free Create methods for TypeDecl...
2010-07-02 Zhongxing XuCreate a ASTUnitTU class to interface ASTUnit to the...
2010-07-02 Zhongxing Xuadd -analyze-function option.
2010-07-02 Zhongxing Xuadd -view-call-graph option to wpa.
2010-07-02 Zhongxing XuChange CallGraph::Prog to be a reference. idx::Program...
2010-07-01 Craig SilversteinHandle typedef function declarations correctly, such as
2010-07-01 Douglas GregorAdd a new routine Sema::LookupDestructor and make all...
2010-07-01 Douglas GregorProvide exception specifications for implicitly-declare...
2010-07-01 Douglas GregorMove the implicit declaration of a default constructor...
2010-07-01 Douglas GregorProvide exception specifications for implicitly-declare...
2010-07-01 Daniel DunbarMC: Pass the target instance to the AsmParser constructor.
2010-07-01 Ted KremenekFix PR 7475 by enhancing the static analyzer to also...
2010-07-01 Jordy RoseAdd an ivar to SymbolReaper for the current statement...
2010-07-01 Douglas GregorTest implicit declaration of copy assignment operator...
2010-07-01 Douglas GregorMove the implicit declaration of a constructor out...
2010-07-01 Douglas GregorTeach DeclareImplicitCopyConstructor how to cope with...
2010-07-01 Douglas GregorMove declaration of a class's implicit copy constructor...
next