]> granicus.if.org Git - clang/shortlog
clang
2010-07-09 Craig SilversteinMove traverseunqualifiedtypeloc over to the 'main'...
2010-07-09 John ThompsonRevert 107953, remove comma ignoring from PPC constraints.
2010-07-09 John ThompsonUpdating PPC target to ignore commas in asm contrains...
2010-07-09 Sebastian RedlAdd a frontend option -chained-pch and don't pass an...
2010-07-08 Jordy RoseCleanup in CStringChecker. Now properly bifurcates...
2010-07-08 Douglas GregorSupport code completion for parameter names in Objectiv...
2010-07-08 Douglas GregorIntroduce a new code-completion point prior to an ident...
2010-07-08 Sebastian RedlWhen looking for an entity's Scope, don't consider...
2010-07-08 Sebastian RedlSome preparatory work for chained PCH. No functionality...
2010-07-08 Zhanyong WanMakes RecursiveASTVisitor traverse the type of a tempor...
2010-07-08 Douglas GregorDuring code completion, give the "nil" and "NULL" macro...
2010-07-08 Douglas GregorAllow C-style casts and reinterpret_casts between block...
2010-07-08 Eli FriedmanPR7588: Fix the _mm_shufflehi_epi16 macro. (The issue...
2010-07-08 Devang PatelHandle forward declarations properly in debug info.
2010-07-08 Ted KremenekAdd missing whitespace.
2010-07-08 Douglas GregorWhen performing substitution of template arguments...
2010-07-08 Ted KremenekUpdate checker build.
2010-07-08 Argyrios KyrtzidisIntroduce PCHReader::GetTranslationUnitDecl() and use...
2010-07-08 Argyrios KyrtzidisSupport TemplateTemplateParmDecl for PCH.
2010-07-08 Douglas GregorBowing to popular demand, reduce the "comma at end...
2010-07-08 John McCallApparently the {{$}} hack doesn't work on Windows;...
2010-07-08 Argyrios KyrtzidisFor TagType and TemplateSpecializationType, isDependent...
2010-07-08 Argyrios KyrtzidisRead/write the C++ parts of DeclRefExpr and MemberExpr...
2010-07-08 Argyrios KyrtzidisFix reading of UsingDecl from PCH.
2010-07-08 Argyrios KyrtzidisRemove unused protected constructor of DeclRefExpr.
2010-07-08 Chandler CarruthWrap the new ext-warn on extraneous comma on the last...
2010-07-08 Chandler CarruthAdd support for differentiating between attributes...
2010-07-08 Duncan SandsTweak documentation to mention Debug+Asserts.
2010-07-08 John McCallMark calls to 'throw()' functions as nounwind, and...
2010-07-08 Douglas GregorReinstate the fix for PR7556. A silly use of isTrivial...
2010-07-08 Chris Lattnerallow this to pass on 32-bit hosts.
2010-07-08 Chris Lattnerfix the clang side of PR7437: EmitAggregateCopy
2010-07-08 Chris Lattnerfilecheckize this test.
2010-07-07 Sebastian RedlFix a few errors in the internals doc.
2010-07-07 Douglas GregorRevert r107828 and r107827, the fix for PR7556, which...
2010-07-07 Chris Lattnerfix PR4499, patch by Kyle Dean!
2010-07-07 Sebastian RedlRip out the C++0x-specific handling of destructor names...
2010-07-07 Douglas GregorA using declaration can redeclare a typedef to the...
2010-07-07 Douglas GregorRename CXXZeroInitValueExpr to CXXScalarValueInitExpr...
2010-07-07 Douglas GregorDo not use CXXZeroValueInitExpr for class types. Instea...
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...
next