]> granicus.if.org Git - clang/shortlog
clang
2010-07-12 Chris Lattnerrevert a hunk of code that Argiris added in r106213...
2010-07-11 Chris Lattnerfix PR7280 by making the warning on code like this:
2010-07-11 Chris Lattnerchange the 'invalid token after top level declarator...
2010-07-11 Chris LattnerFix PR7617 by not entering ParseFunctionDefinition...
2010-07-11 Chris Lattneradd a const qualifier, refactor some code.
2010-07-11 Chandler CarruthSwitch to void-cast for this. Chris prefers that over...
2010-07-11 Chandler CarruthMark assert-only variables as unused.
2010-07-11 John ThompsonRename clang.dll to libclang.dll, to fix Windows build.
2010-07-10 Nick LewyckyPrintFunctionNames is a plugin, it should pull in symbo...
2010-07-10 Nick LewyckyClang do so have plugins, we can't prune exports. ...
2010-07-10 Dale JohannesenFix compile error. Per Fariborz.
2010-07-10 Chandler CarruthLay the ground work for resoving PR7047. This doesn...
2010-07-10 Argyrios KyrtzidisAdd PCH support for the remaining C++ exprs.
2010-07-09 Peter CollingbourneFix CMake build
2010-07-09 John ThompsonHack for dealing with commas until we support multiple...
2010-07-09 Fariborz JahanianBlockDeclRefExpr of a dependent type must
2010-07-09 Fariborz JahanianInstantiation of byref variable in
2010-07-09 Sebastian RedlSlightly improve the diagnostic when using a qualified...
2010-07-09 Argyrios KyrtzidisReorganize how ClassTemplate[Partial]SpecializationDecl...
2010-07-09 Argyrios KyrtzidisisMemberSpecialization -> setMemberSpecialization.
2010-07-09 Sebastian RedlWhen given the -chained-pch option and a previous PCH...
2010-07-09 Craig SilversteinFix a crashing but trying to print a TemplateTemplatePa...
2010-07-09 Eli FriedmanIgnore -Wno-main, per PR7269.
2010-07-09 Chandler CarruthRip out the floating point return type handling from...
2010-07-09 Chandler CarruthFix PR7600, and correctly convert the result of an...
2010-07-09 Fariborz JahanianInstantiation of block literal expressions. wip.
2010-07-09 Douglas GregorDocument my otherwise-inexplicable change
2010-07-09 Douglas GregorRefer to implicit "conversions" rather than implicit...
2010-07-09 Sebastian RedlCorrectly initialize Reader to null.
2010-07-09 Sebastian RedlReally respect -chained-pch.
2010-07-09 Douglas GregorIntroduce -f{no-}spell-checking options to enable/disable
2010-07-09 Douglas GregorDocument -f{no-}color-diagnostics
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...
next