]> granicus.if.org Git - clang/shortlog
clang
2009-12-08 Daniel DunbarImprove test portability.
2009-12-08 Anders CarlssonMake the BugType.h header self-contained so Daniel...
2009-12-08 Mike StumpAdd fixme.
2009-12-08 Daniel DunbarRemove include of system header.
2009-12-08 Mike StumpRemove some old code. WIP.
2009-12-08 Douglas GregorDon't expand tabs when computing the offset from the...
2009-12-08 Daniel DunbarDon't use MS extensions in this test, we expect header...
2009-12-08 Douglas GregorPick up MB_LEN_MAX as defined by the system <limits...
2009-12-08 Daniel DunbarUpdate CGExprConstant for change to emit padding values...
2009-12-08 Daniel DunbarSwitch this test to use clang-cc.
2009-12-08 Fariborz JahanianPatch to allow matching 0 with an objective-c pointer...
2009-12-08 Daniel DunbarUnbreak clang-cc handling of -msoft-float / -mfloat...
2009-12-08 Daniel DunbarUse clang-cc in this test.
2009-12-08 Fariborz JahanianPatch to allow cstyle cast of objective-c pointers...
2009-12-08 Fariborz JahanianRefactor objective-c pointer assignment compatibility...
2009-12-08 Douglas GregorImplement template instantiation for exception specific...
2009-12-08 Steve NaroffIntegrate the following from the 'objective-rewrite...
2009-12-08 Douglas GregorWhen performing unqualified name lookup in C++, don...
2009-12-08 Benjamin KramerUse StringRef in CGDebugInfo::EmitFunctionStart.
2009-12-08 Benjamin KramerUse a Twine to concatenate the name instead of going...
2009-12-08 Benjamin KramerTwinify InitHeaderSearch::AddPath and use it in C+...
2009-12-08 Benjamin KramerUse StringRefs in InitHeaderSearch::AddDelimitedPaths.
2009-12-08 Benjamin KramerUse Path.makeAbsolute() and make a constant std::string...
2009-12-08 John McCallThe refactor of implicit member access expressions...
2009-12-08 John McCallDeclRefExpr stores a ValueDecl internally.
2009-12-08 Zhongxing XuRefactor builtin function evaluation into a checker.
2009-12-08 John McCallCorrectly implement the C++03 and 0x restrictions on...
2009-12-08 John McCallAdd CXXRecordDecl::forallBases to walk an inheritance...
2009-12-08 Eli FriedmanBuild fix.
2009-12-08 Eli FriedmanFix for PR5707: make sure implicit copy constructors...
2009-12-08 Eli FriedmanSmall compatibility fix for -print-decl-contexts.
2009-12-08 Eli FriedmanFix for PR5710: make sure to put function template...
2009-12-08 Zhongxing Xubrace completion.
2009-12-08 Eli FriedmanSlight tweak to vtable linkage.
2009-12-08 Eli FriedmanMisc key function fixes.
2009-12-08 Fariborz JahanianPatch to warn when discarding objective-c pointer type...
2009-12-08 Douglas GregorRemove dead diagnostics
2009-12-08 Eli FriedmanGet rid of some diagnostics that don't follow our rules...
2009-12-08 Eli FriedmanFix some direct checks of expressions which might be...
2009-12-08 Eli FriedmanMake copy assignment operator synthesis not explode...
2009-12-08 Jeffrey YasskinRemove several .c_str() to be forward-compatible with...
2009-12-08 Mike StumpFixup catch parameters with class reference type. ...
2009-12-08 Anders CarlssonNo need to add tail padding if the resulting LLVM struc...
2009-12-07 Eli FriedmanA bunch more thunk fixes from misc testing.
2009-12-07 Mike StumpAdd codegen support for exception specifications. ...
2009-12-07 John McCallRecover from dot accesses to record pointers and arrow...
2009-12-07 Ted KremenekEnable '-analyzer-opt-analyze-nested-blocks' by default...
2009-12-07 Ted KremenekAdd clang-cc option '-analyzer-opt-analyze-nested-block...
2009-12-07 Ted KremenekAdd analysis support for blocks. This includes a few...
2009-12-07 Ted KremenekAdd the BlockDecl to the DeclContext.
2009-12-07 Eli FriedmanCorrectly handle conditional operators involving throw.
2009-12-07 Eli FriedmanMake the comma operator consistently call EnsureInsertP...
2009-12-07 Mike StumpWork around emitters that can't deal with dead code...
2009-12-07 Fariborz JahanianAllow accessing 'isa' via '->' operator.
2009-12-07 Anders CarlssonMangle basic_ostream and basic_iostream specializations.
2009-12-07 Mike StumpSwitch over to checking .ll files instead of .s files.
2009-12-07 Mike StumpRemove obsolete fallback code for objectsize.
2009-12-07 Nuno Lopesimplement PR5274: mark 'restrict' parameters as noalias
2009-12-07 Rafael EspindolaShorten the help test for -no-canonical-prefixes, put...
2009-12-07 Fariborz JahanianPatch to allow restrict applied to id/Class types.
2009-12-07 Nuno Lopesadd fedora 12 include path
2009-12-07 Chris Lattnerreduce nesting.
2009-12-07 Douglas GregorWhen in an Objective-C instance method, super is a...
2009-12-07 Douglas GregorCode completion for Objective-C @ keywords that are...
2009-12-07 Douglas GregorCode completion for Objective-C @ directives
2009-12-07 Zhongxing XuAdd EvalCallExpr interface to checker, and migrate...
2009-12-07 Anders CarlssonInstantiated or specialized class templates never have...
2009-12-07 Anders CarlssonRework how virtual member functions are marked. If...
2009-12-07 Anders CarlssonIt's OK to try to emit a vtable definition more than...
2009-12-07 Anders CarlssongetTemplateSpecializationKind should be const.
2009-12-07 Douglas GregorRemove empty test cases
2009-12-07 Eli FriedmanErm, revert for the moment; I didn't test this as thoro...
2009-12-07 Eli FriedmanTweak the formula for non-virtual offsets to something...
2009-12-07 Anders CarlssonMove key functions to a separate map.
2009-12-07 John McCallDeclaratorInfo -> TypeSourceInfo. Makes an effort...
2009-12-07 Chris Lattneradd 'F' to a bunch of libm builtins so that codegen...
2009-12-07 Chris Lattnerfix -dM with variadic macros, PR5699
2009-12-07 Chris Lattnerrename names for consistency
2009-12-07 Chris Lattnerfilecheckize
2009-12-07 Chris Lattnersome code cleanup.
2009-12-07 Chris Lattnerremove some defaulted params for consistency.
2009-12-07 Chris Lattnerreapply my patch for PR4451, which improves diagnostics...
2009-12-07 Chris Lattnerfix a crash on invalid I found when working on somethin...
2009-12-07 Eli FriedmanMove RequireCompleteType requirement for fields early...
2009-12-06 Sam WeinigRemove a now out of date and out of place comment about...
2009-12-06 Sam WeinigDon't print a void return type for C++ constructors...
2009-12-06 Eli FriedmanBe a bit more complete about accumulating SavedThisAdju...
2009-12-06 Eli FriedmanWork-in-progess rewrite of thunks: move thunk generatio...
2009-12-06 Douglas GregorPointerUnion == PointerUnion does not do what I thought...
2009-12-06 Steve NaroffIntegrate the following from the 'objective-rewrite...
2009-12-06 Chris Lattnerrevert my previous patch, it is breaking something...
2009-12-06 Eli FriedmanMove helper onto CXXMethodDecl.
2009-12-06 Douglas GregorSwitch the std::multimap shadow map used in code comple...
2009-12-06 Chris Lattnerthis is really about both PR's, 4452 is "don't crash...
2009-12-06 Chris Lattnerimplement PR4451, improving error recovery for a mistak...
2009-12-06 Chris Lattnersimplify logic.
2009-12-06 Anders CarlssonAdd rudimentary support for member pointers to CGDebugInfo.
2009-12-06 Chris Lattnerremove some extraneous syntax: sourceloc implicitly...
2009-12-06 Chris Lattneruse new helpers to simplify code.
2009-12-06 Zhongxing XuAdd test case for mktemp. Patch by Lei Zhang.
next