]> granicus.if.org Git - clang/shortlog
clang
2012-03-10 Fariborz Jahanianobjc modern rewriter: Define __OBJC2__ in written file.
2012-03-10 Benjamin KramerReplace a map of boolean values with a set.
2012-03-10 Rafael EspindolaThe type of a definition should not increase its visibi...
2012-03-10 John McCallRemove BlockDeclRefExpr and introduce a bit on DeclRefE...
2012-03-10 Nick LewyckySlightly tweak this condition. "isTransparentContext...
2012-03-10 Nick LewyckyCould not find this in C99. Perhaps this rule comes...
2012-03-10 Douglas GregorOnly make a call to a copy constructor elidable if...
2012-03-10 Argyrios Kyrtzidis[Sema] A tag decl that is marked as invalid and is...
2012-03-10 Argyrios KyrtzidisRemove the part of test/Sema/pragma-pack-2.c that has...
2012-03-10 John McCallUnify the BlockDeclRefExpr and DeclRefExpr paths so...
2012-03-10 John McCallFix the dumping of BlockExprs.
2012-03-10 NAKAMURA Takumitest/Rewriter/rewrite-modern-ivars-2.mm: Add "-triple...
2012-03-10 Benjamin KramerFix a use of the C99 PRI format macros not to conflict...
2012-03-10 Eli FriedmanMake sure the accessors for overridden methods don...
2012-03-10 Fariborz Jahanianobjc modern rewriter: don't export @package ivar symbols.
2012-03-10 Ted Kremenek[analyzer] fix regression in analyzer of NOT actually...
2012-03-10 Daniel DunbarIRgen/ABI/x86_64: Avoid passing small structs using...
2012-03-10 Fariborz JahanianMinor change to my last rewrite patch.
2012-03-10 Fariborz Jahanianobjc modern rewriter: Mark class and ivar definitions...
2012-03-10 Douglas GregorQualifiers on a canonical array type go on the outermos...
2012-03-10 Richard SmithAssign APValues by swapping from a temporary. Removes...
2012-03-09 Fariborz Jahanianobjective-c modern rewriter. More fixes related to...
2012-03-09 Ted KremenekTeach RetainCountChecker about mixing method families...
2012-03-09 Douglas GregorDocument the conversion from a lambda closure type...
2012-03-09 Richard SmithImprove diagnostics for UCNs referring to control chara...
2012-03-09 Daniel Dunbar[Sema] Fix a diag change to include a range that appear...
2012-03-09 Nico WeberUpdate comment after r152140. Clarify a bit too.
2012-03-09 Anna Zaks[analyzer] Add support for NoRedundancy inlining mode.
2012-03-09 Anna ZaksCallGraph: Add getNode() method, constify.
2012-03-09 Argyrios KyrtzidisAllow serializing an invalid ParmVarDecl and don't...
2012-03-09 Daniel DunbarRevert r152430 "[AST] Mark ASTContext::getTypeInfo...
2012-03-09 Matt Beaumont-GayAdd a helper to get a CXXConstructExpr from a CXXNewExpr.
2012-03-09 Argyrios KyrtzidisImprove our semantic error recovery.
2012-03-09 Daniel Dunbar[AST] Mark Expr::Ignore*() functions as LLVM_READONLY.
2012-03-09 Daniel Dunbar[AST] Mark ASTContext::getTypeInfo and some friends...
2012-03-09 Daniel Dunbar[AST] Mark Expr::getExprLoc() as LLVM_READONLY.
2012-03-09 Daniel Dunbar[Sema] Remove dead getSourceRange() call, caught by...
2012-03-09 Daniel Dunbar[AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLo...
2012-03-09 Richard SmithAdd user-defined literals to release notes.
2012-03-09 Fariborz Jahanianlldb support: under debugger support flag, when sending...
2012-03-09 Daniel Dunbar[AST/Sema/libclang] Replace getSourceRange().getBegin...
2012-03-09 Daniel Dunbar[AST/Sema] Add {CXXBaseSpecifier,Declarator,DeclSpec...
2012-03-09 Daniel Dunbar[AST] Define a few more key getLocStart() implementations.
2012-03-09 Daniel Dunbar[AST] Reimplement Stmt::getLoc{Start,End} to dispatch...
2012-03-09 Daniel Dunbar[AST] Add {DeclRefExpr,MemberExpr,ImplicitCastExpr...
2012-03-09 Daniel Dunbar[AST] Add DeclaratioName::getLoc{Start,End} for consist...
2012-03-09 Daniel Dunbar[Basic] Rename LangOptions::NoInline to NoInlineDefine...
2012-03-09 Benjamin KramerHarden test for 32 bit platforms, where size_t is unsig...
2012-03-09 Hans Wennborg-Wformat-non-iso: warn about positional arguments ...
2012-03-09 Richard SmithFix statement printing for raw and template user-define...
2012-03-09 Richard SmithUser-defined literals are done.
2012-03-09 Richard SmithLiteral operator suffixes and regular names live in...
2012-03-09 Richard SmithLiteral operators can't have default arguments.
2012-03-09 Richard SmithSupport for raw and template forms of numeric user...
2012-03-09 John McCallRemove accidental binary commit.
2012-03-09 Daniel Dunbar[AST] Memoize ASTContext::getTypeInfo().
2012-03-09 John McCallPerform l2r conversions on delete operands before doing
2012-03-09 Eli FriedmanMake sure we update the static local decl address map...
2012-03-09 Eli FriedmanMake sure constant emission handles initializer lists...
2012-03-09 Daniel Dunbar[AST] NestedNameSpecifier's ctor/dtor are trivial and...
2012-03-09 Daniel Dunbar[AST] Type::isVoidType() is trivial and should be inlined.
2012-03-09 Daniel Dunbar[AST] Reduce Decl::getASTContext() calls.
2012-03-09 Ted Kremenek[analyzer] Implement basic path diagnostic pruning...
2012-03-08 Anna Zaks[analyzer] Use call graph to determine order in which...
2012-03-08 Anna Zaks[analyzer] Rework inlining related command line options.
2012-03-08 Anna ZaksCall Graph: Only the root node is allowed to have an...
2012-03-08 Richard SmithRemove a test FIXME for a case which is already fixed.
2012-03-08 Richard SmithFix a couple of issues with literal-operator-id parsing...
2012-03-08 John McCallDon't crash when a statement in a block is ill-formed but
2012-03-08 Richard SmithWhen checking the encoding of an 8-bit string literal...
2012-03-08 Sebastian RedlTurn explicit construction of temporaries using initial...
2012-03-08 Benjamin KramerUntangle getUnderlyingDeclImpl, no functionality change.
2012-03-08 Argyrios Kyrtzidis[utils/FuzzTest] Add '--stop-on-fail' to stop the scrip...
2012-03-08 Daniel Dunbar[AST] Clean up NamedDecl::getUnderlyingDecl() change...
2012-03-08 Daniel DunbarRemove stray semi-colon.
2012-03-08 Daniel Dunbar[AST] APValue: Split the fast path of MakeUninit to...
2012-03-08 Argyrios Kyrtzidis[utils/FuzzTest] The help message says that if you...
2012-03-08 Argyrios Kyrtzidis[utils/FuzzTest] For --filelist the option type is...
2012-03-08 Daniel Dunbar[Basic] PartialDiagnostic: Manual split out the cold...
2012-03-08 Daniel Dunbar[AST] Change NamedDecl::getUnderlyingDecl() to inline...
2012-03-08 Rafael EspindolaReplace MarkVarRequired with a more generic
2012-03-08 Rafael EspindolaAlso test pr12104 with pch.
2012-03-08 Rafael EspindolaImplement -fno-dwarf2-cfi-asm on linux too.
2012-03-08 Richard SmithEnsure we don't print 123ULL_foo when printing a user...
2012-03-08 Richard SmithAdd support for cooked forms of user-defined-integer...
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-03-08 Daniel Dunbar[AST] Change Type::isIntegerType to be inlined(). It...
2012-03-08 Richard SmithImplement C++11 [lex.ext]p10 for string and character...
2012-03-08 Douglas GregorLoosen the precondition of isCXXInstanceMember() to...
2012-03-08 Daniel DunbarSpelling.
2012-03-08 Daniel DunbarSema: Don't emit a gajillion calls to sanity() -- an...
2012-03-08 Richard SmithUser-defined literal support for character literals.
2012-03-08 Richard TrieuFix -Wuninitialized to catch the case of a class being...
2012-03-08 Argyrios Kyrtzidis[libclang] Fix a crash when serializing a preprocessing...
2012-03-08 Douglas GregorStreamline BalancedDelimiterTracker, by eliminating...
2012-03-08 Fariborz Jahanianimprove on diagnostic when block captures uninitialized
2012-03-08 Anna ZaksAdd a basic CallGraph to Analysis.
2012-03-08 Fariborz Jahanianimprove on diagnostic and provide a fixit hint when
2012-03-08 Argyrios Kyrtzidis[libclang] Enhance clang_getOverriddenCursors.
2012-03-07 Bob WilsonWorkaround module test failures by removing the version...
next