]> granicus.if.org Git - clang/shortlog
clang
2011-07-02 Chandler CarruthMove the Sema argument to all of the Sema-using helper...
2011-07-01 Chandler CarruthRename static helpers to use 'camelCaseNames' per the...
2011-07-01 Chandler CarruthMechanical rename of 'd' Decl pointer parameters to...
2011-07-01 Argyrios Kyrtzidis-Fix mistake in ASTContext::getInnerObjCOwnership notic...
2011-07-01 Douglas GregorAdd initial *-*-rtems* target, from Joel Sherrill
2011-07-01 Argyrios KyrtzidisFix the warning that is emitted when an ownership attri...
2011-07-01 Argyrios KyrtzidisUse transferARCOwnershipToDeclaratorChunk in inferARCWr...
2011-07-01 Argyrios KyrtzidisFix assertion hit in inferARCWriteback.
2011-07-01 Argyrios Kyrtzidis[ARC] When casting from a pointer to an objective-c...
2011-07-01 Argyrios Kyrtzidis-Remove Sema::ActOnCastOfParenListExpr and move most...
2011-07-01 Argyrios Kyrtzidis[ARC] When casting from a pointer to an objective-c...
2011-07-01 Argyrios KyrtzidisBreak Sema::GetTypeForDeclarator in 2 functions, one...
2011-07-01 Argyrios KyrtzidisIntroduce Declarator::ObjCCatchContext, this will resul...
2011-07-01 Douglas GregorRefactor AttributeList.h to use alphabetical order...
2011-07-01 Douglas GregorEmit guard variables for any weak global that has a...
2011-07-01 Douglas GregorWhen adding boolean keywords for typo correction, add...
2011-07-01 Douglas GregorFix testcase
2011-07-01 Douglas GregorDon't zero-initialize default-initialized local variabl...
2011-07-01 Richard TrieuFor code such as:
2011-07-01 Richard TrieuFix for PR7410. Allow functions in a derived class...
2011-07-01 Richard SmithFix AST representations of alias-declarations which...
2011-07-01 Douglas GregorWhen we create a precompiled preamble, don't copy the
2011-07-01 Douglas GregorRemove reference to the Index library
2011-07-01 John McCallJust mangle substituted template parameter types as...
2011-07-01 Douglas GregorIntroduce the notion of instantiation dependence into...
2011-07-01 John McCallChange the mangling of enclosing template template...
2011-06-30 John McCallNo, actually, we do need to be able to mangle substitut...
2011-06-30 Hans WennborgFix off-by-one error in StringLiteral::getLocationOfByte.
2011-06-30 Hans WennborgMove test/Sema/return.cpp into test/SemaCXX/return.cpp
2011-06-30 John McCallPerform lvalue-to-rvalue conversions on both operands...
2011-06-30 Hans Wennborgsvn propdel svn:eol-style test/Sema/return.cpp
2011-06-30 Peter CollingbourneReplace an unreachable error path with an assert
2011-06-30 Peter CollingbourneFix typo
2011-06-30 Hans WennborgTest for errors for returning a value from a ctor or...
2011-06-30 David ChisnallAdd support for weakly imported classes (GNU runtime).
2011-06-30 Abramo BagnaraFixed enum constant evaluation assertions.
2011-06-30 Chandler CarruthImprove the wording of the warning when returning a...
2011-06-30 John McCallPreserve that a TemplateName was arrived at by substituting
2011-06-30 Chandler CarruthFix an obvious typo in an attribute's diagnostics.
2011-06-30 Evan ChengcreateTargetMachine now takes a CPU string.
2011-06-30 John McCallDocument and check tighter assumptions about the Templa...
2011-06-29 Argyrios KyrtzidisIntroduce a caching mechanism for macro expanded tokens.
2011-06-29 Argyrios Kyrtzidis[libclang] Introduce cxcursor::getCursorParentDecl...
2011-06-29 Argyrios KyrtzidisIntroduce Preprocessor::getTotalMemory() and use it...
2011-06-29 Douglas GregorCheck for deprecated/unavailable/etc attributes on...
2011-06-29 Douglas GregorWhen redeclaring a local extern in the same scope,...
2011-06-29 Fariborz Jahanianobjc-arc: fix a IRGen crash when checking for
2011-06-29 Fariborz JahanianUse existing -fcatch-undefined-behavior option,
2011-06-29 Benjamin KramerRemove doxygen.cfg to prevent accidental commits, it...
2011-06-29 Bob WilsonUse preferred 64-bit alignment for i64 & f64 for Thumb...
2011-06-29 David ChisnallMake ARC support default to true. Please can we stop...
2011-06-29 David ChisnallAdd ARC support for the GNUstep runtime.
2011-06-29 Eli FriedmanWe don't pass classes with a copy-constructor or destru...
2011-06-29 Evan ChengRevert accidental commit.
2011-06-29 Evan ChengSubtargetFeature.h has been moved to MC.
2011-06-28 Fariborz JahanianUnder a compiler flag, -freset-local-blocks,
2011-06-28 Daniel DunbarRevert r133024, "[format strings] correctly suggest...
2011-06-28 Chandler CarruthUpdate this test to reflect the new (deterministic...
2011-06-28 Chandler CarruthFix non-determinism in selecting between equal-length...
2011-06-28 Chad RosierModify test case to allow buildbots to make forward...
2011-06-28 Chandler CarruthFix an invalid use of ::back() on an newly emptied...
2011-06-28 Daniel DunbarDriver/Darwin: -force_load can be specified multiple...
2011-06-28 Eric ChristopherSplit out logic for valid clobbers and valid inline...
2011-06-28 Fariborz JahanianEliminate most uses of ShallowCollectObjCIvars which...
2011-06-28 John McCallBe more thorough about mangling unresolved types.
2011-06-28 Douglas GregorDynamically allocate the StringMaps used in typo correc...
2011-06-28 Douglas GregorAdd support for C++ namespace-aware typo correction...
2011-06-28 Douglas GregorFix test case; we may end up linking against the libpro...
2011-06-28 Jordy Rose[analyzer] strnlen isn't a builtin, don't test for it
2011-06-28 Chris LattnerFix PR9279 - Macro expansion stack trace seriously...
2011-06-28 Argyrios KyrtzidisIntroduce Declarator::CXXNewContext and remove 'AutoAll...
2011-06-28 Argyrios KyrtzidisCentralize all checks for a C++ tag definition inside...
2011-06-28 Argyrios KyrtzidisCentralize the check for a tag definition in a Declarat...
2011-06-28 Argyrios KyrtzidisRemove the call to GetTypeForDeclarator in Sema::ActOnC...
2011-06-28 Argyrios KyrtzidisCut down a few of the excess errors in the test.
2011-06-28 Eli FriedmanRevert unintentional commit.
2011-06-28 Fariborz JahanianProvide fix-it for '.' <-> '->' for Objective-C ivar...
2011-06-27 John McCallARC writeback isn't supposed to apply to local indirect...
2011-06-27 Eli FriedmanMerge some calls to FoldingSetNodeID::AddInteger; assum...
2011-06-27 John McCallDon't factor in visibility for templates and template...
2011-06-27 John McCallMerge this test into another.
2011-06-27 Eli FriedmanCache the result of AttributeList::getKind(); it's...
2011-06-27 John McCallFix PR10204 in a better way.
2011-06-27 John McCallUpdate test for r133934.
2011-06-27 Fariborz JahanianHandle nonnull attribute with optional argument number on
2011-06-27 Jordy Rose[analyzer] Use UnknownVal when default-initializing...
2011-06-27 Bob WilsonMinor grammatical fix for error message. Radar 9681093.
2011-06-27 Nico WeberRevert parts of r133860 to fix a crash. Add a test.
2011-06-27 Argyrios Kyrtzidis[libclang] Avoid having the cursor of an expression...
2011-06-27 Argyrios Kyrtzidis[libclang] Avoid having the cursor of an expression...
2011-06-27 Bill Wendlinglibprofile_rt may be installed as a dylib on Darwin.
2011-06-27 Douglas GregorReduce the size of the ExtInfo bitfield in FunctionType...
2011-06-27 Douglas GregorWhen instantiating a C++ "new" expression, don't fake...
2011-06-27 Chandler CarruthCleanup a fixme by using a specific diagnostic for...
2011-06-27 Douglas GregorImprove header search for MinGW(-w64), from Ruben Van...
2011-06-27 Chandler CarruthFix missing braces around two statements that were...
2011-06-27 Chandler CarruthFactor out (some of) the checking for invalid forms...
2011-06-26 Richard SmithFix PR10187: when diagnosing a two-phase-lookup-related...
2011-06-25 Eli FriedmanCleanup cast IRGen a bit; no intended functionality...
2011-06-25 Richard SmithFix a couple more issues related to r133854:
next