]> granicus.if.org Git - clang/shortlog
clang
2013-05-07 Nick LewyckyWhen typo correction produces an overloaded result...
2013-05-07 Richard SmithDon't crash in IRGen if a conditional with 'throw'...
2013-05-07 Richard TrieuFix crash on invalid in template type diffing.
2013-05-07 Ted Kremenek[analyzer;alternate arrows] Fix inconsistencies in...
2013-05-07 Ted Kremenek[analyzer; alternate arrows] add back recording whether...
2013-05-07 Ted Kremenek[analyzer; alternate arrows] remove pruning of loop...
2013-05-07 Ted Kremenek[analyzer; alternate arrows] include logical '||' and...
2013-05-07 Ted Kremenek[analyzer; alternate arrows] include an edge from the...
2013-05-07 Ted Kremenek[analyzer; alternate arrows] the extra edge to the...
2013-05-07 Ted Kremenek[analyzer; alternate arrows] the initializer of a ForSt...
2013-05-07 Argyrios Kyrtzidis[libclang] Add a null check in CursorVisitor::visitPrep...
2013-05-07 Bill WendlingWe're in 3.4 land now.
2013-05-07 Argyrios KyrtzidisTry to recognise hidden tag type names in potential...
2013-05-07 Richard SmithC++1y: Update __cplusplus to temporary value 201305L...
2013-05-07 Anna Zaks[analyzer] Fix a crash triggered by printing a note...
2013-05-07 Ted Kremenek[analyzer; alternate arrows] The ForStmt increment...
2013-05-07 Serge PavlovTest commit
2013-05-07 Edwin VanePrevent crashes from hasCanonicalType matcher
2013-05-07 Alexander KornienkoConfig file support for clang-format, part 1.
2013-05-07 Daniel JasperCorrectly recognize dereference after 'delete'.
2013-05-07 Daniel JasperFurther fix to clang-format emacs integration.
2013-05-07 Daniel JasperFix clang-format emacs integration in last line.
2013-05-07 Ted Kremenek[analyzer; alternate edges] simplify optimization rules...
2013-05-07 Ted Kremenek[analyzer; alternate arrows] use the terminator conditi...
2013-05-07 John McCallWeaken an assertion in memcpyization to account for
2013-05-07 Richard SmithC++1y constant expression evaluation: support for compo...
2013-05-07 Argyrios KyrtzidisHave SourceManager::getLocForEndOfFile() point at the...
2013-05-07 Richard SmithC++1y: an assignment operator is implicitly 'constexpr...
2013-05-07 Richard SmithC++ status:
2013-05-07 Ted Kremenek[analyzer; alternate arrows] provide a diagnostic for...
2013-05-06 David BlaikieDebugInfo: Support imported modules (using directives...
2013-05-06 Ted Kremenek[analyzer; alternate arrows] don't increment the path...
2013-05-06 John McCallGrab-bag of bit-field fixes:
2013-05-06 Richard SmithAdd missing initialization for Sema::CurScope. This...
2013-05-06 Reid KlecknerMove PragmaCommentHandler to lib/Parse in preparation...
2013-05-06 Argyrios KyrtzidisModify ASTReaderListener to allow visiting the input...
2013-05-06 Argyrios KyrtzidisHave the RecursiveASTVisitor traverse the type source...
2013-05-06 Jordan Rose[analyzer] Remove now-unused bindCompoundLiteral helper...
2013-05-06 Jordan Rose[analyzer] Handle CXXTemporaryObjectExprs in compound...
2013-05-06 Jordan RoseFix representation of compound literals for C++ objects...
2013-05-06 Ulrich WeigandAdd SystemZ support
2013-05-06 Ulrich WeigandAllow targets to define minimum alignment for global...
2013-05-06 Tom StellardR600: Update GPU variants in -mcpu option
2013-05-06 Douglas GregorRemove forward slashes from check; should unbreak Windo...
2013-05-06 Hans WennborgAdd llvm_unreachable at end of fully covered switch
2013-05-06 Alexander KornienkoAdded Mozilla style, cleaned get*Style methods.
2013-05-06 Daniel JasperDon't break comments after includes.
2013-05-06 Daniel JasperChange indentation when breaking after a type.
2013-05-06 John McCallRequire the containing type to be complete when we see
2013-05-06 Richard SmithC++1y: support range-based for loops in constant expres...
2013-05-06 Daniel JasperBreak the class-inheritance ":" to the new line.
2013-05-06 Daniel JasperDon't put a space before ellipsis.
2013-05-06 Richard SmithC++1y: support 'for', 'while', and 'do ... while' in...
2013-05-06 Richard SmithFix assert if __extension__ or _Generic is used when...
2013-05-05 Richard SmithC++1y: support for increment and decrement in constant...
2013-05-05 Richard SmithFactor out duplication between lvalue-to-rvalue convers...
2013-05-05 Dmitri GribenkoReplace 'MultiExprArg()' with 'None'
2013-05-05 Rafael EspindolaMake all 'is in extern "C"' tests use the lexical context.
2013-05-05 Dmitri GribenkoArrayRef'ize Sema::CheckObjCMethodCall
2013-05-05 Rafael EspindolaUse lexical contexts when checking for conflicting...
2013-05-05 Richard SmithHandle parens properly when initializing a char array...
2013-05-05 Richard SmithArrayRef'ization of some methods in SemaOverload. Patch...
2013-05-05 Benjamin KramerUse remove_if to erase parts of a vector. Avoids O...
2013-05-05 Dmitri GribenkoArrayRef<T>() -> None cleanup
2013-05-05 Dmitri GribenkoReplace ArrayRef<T>() with None, now that we have an...
2013-05-04 Aaron BallmanProperly parsing __declspec(safebuffers), though there...
2013-05-04 Aaron BallmanReverting r181004 since it has broken test/Sema/wchar.c.
2013-05-04 Enea ZaffanellaMoved pretty printer test for thread local storage...
2013-05-04 Benjamin KramerLex: Fix quadratic behavior when unescaping _Pragma...
2013-05-04 Enea ZaffanellaIn VarDecl nodes, store the thread storage class specif...
2013-05-04 Tim NorthoverAArch64: teach Clang about __clear_cache intrinsic
2013-05-04 Richard SmithTweaks to C++ status: add a link to Faisal's generic...
2013-05-04 Richard SmithMore colours for C++ status page, and mark relaxed...
2013-05-04 Richard SmithImplement most of N3638 (return type deduction for...
2013-05-04 Richard SmithDon't build a call expression referring to a function...
2013-05-04 Richard SmithSay 'decltype(auto)' not 'auto' as appropriate in misma...
2013-05-04 Wei PanImplement template support for CapturedStmt
2013-05-04 Sean CallananAdded a function to check whether a Decl is in
2013-05-04 Richard SmithSimplify slightly.
2013-05-04 Richard SmithSeparate out and special-case the diagnostic for 'auto...
2013-05-04 Ted Kremenek[analyzer;alternate edges] start experimenting with...
2013-05-04 Ted Kremenek[analyzer;alternate edges] ignore parentheses when...
2013-05-04 Ted Kremenek[analyzer; alternate edges] - eliminate unnecessary...
2013-05-04 Ted Kremenek[analyzer; alternate edges] - merge control edges where...
2013-05-04 Ted Kremenek[analyzer; alternate edges] prune edges whose end/begin...
2013-05-04 Ted Kremenek[analyzer;alternate edges] - add in events (loop iterat...
2013-05-04 Fariborz Jahanian[doc parsing]: Make warning about unknown command
2013-05-03 Richard SmithArrayRef'ize MultiLevelTemplateArgumentList::ArgList...
2013-05-03 Douglas Gregor<rdar://problem/13806270> A template argument list...
2013-05-03 Argyrios KyrtzidisRevert r177218.
2013-05-03 Fariborz Jahanian[Doc parsing] Provide diagnostics for unknown documentation
2013-05-03 Douglas GregorRemove DiagnosticConsumer::clone(), a bad idea that...
2013-05-03 Douglas GregorWhen building a module, forward diagnostics to the...
2013-05-03 Argyrios Kyrtzidis[Preprocessor] For the MacroExpands preprocessor callba...
2013-05-03 Argyrios KyrtzidisRename ObjCImplementationDecl::getSuperLoc() -> getSupe...
2013-05-03 Wei PanTest commit
2013-05-03 Adrian PrantlReapply r180982 with repaired logic and an additional...
2013-05-03 Ben LangmuirSerialization for captured statements
2013-05-03 Richard SmithPR15906: The body of a lambda is not an evaluated subex...
2013-05-03 Ben LangmuirMove CapturedStmt parameters to CapturedDecl
next