]> granicus.if.org Git - clang/shortlog
clang
2013-05-14 Daniel JasperFix uninitialized value bug found by valgrind.
2013-05-14 Daniel JasperCorrectly determine ranges for clang-format.
2013-05-14 Daniel JasperFix clang-format bug in unwrapped-line merging.
2013-05-14 Manuel KlimekFirst revision of the dynamic ASTMatcher library.
2013-05-14 Manuel KlimekImplement string literal breaking on unbreakable token...
2013-05-14 Daniel JasperUpdate clang-format emacs integration.
2013-05-14 Tim NorthoverAArch64: add test for updated __clear_cache definition
2013-05-14 Daniel JasperDon't format sizeof/alignof as function types.
2013-05-14 Tim NorthoverAArch64: correct definition of __clear_cache
2013-05-14 Patrik HagglundReplace EXPECT_EQ with EXPECT_FALSE to avoid gcc warning
2013-05-14 Richard SmithSuppress bogus "use of undefined constexpr function...
2013-05-14 Rafael EspindolaUse atomic instructions on linux thumb v7.
2013-05-14 David BlaikiePR15956: Debug Info: Include the appropriate file locat...
2013-05-13 Anna Zaks[analyzer] Refactor: address Jordan’s code review of...
2013-05-13 Anna Zaks[analyzer] Warn about nil elements/keys/values in array...
2013-05-13 Daniel JasperAlign a multiline string literal with the first part.
2013-05-13 Richard SmithSuppress GCC warning for no return after covered switch...
2013-05-13 Richard SmithFix a wrong and confusing comment in CharUnits.h. Neith...
2013-05-13 Rafael EspindolaUse atomic instructions on ARM linux.
2013-05-13 Fariborz JahanianObjective-C error recovery. This patch makes a quick
2013-05-13 Ben LangmuirFix test/CodeGenCXX/captured-statements.cpp on powerpc64
2013-05-13 Rafael EspindolaFix a gcc warning.
2013-05-13 Alexander KornienkoA better version of r181699: use raw_string_ostream...
2013-05-13 Manuel KlimekFix style according to post-commit review comments.
2013-05-13 Manuel KlimekImplements brace breaking styles.
2013-05-13 Alexander KornienkoFixes [Bug 15960] YAMLTraits doesn't roundtrip on Windows.
2013-05-13 Manuel KlimekImplements UseTab for clang-format.
2013-05-13 Daniel JasperFurther improve optimization for nested calls.
2013-05-13 Manuel KlimekImplements IndentWidth.
2013-05-13 Daniel JasperAssume macros to contain declarations.
2013-05-13 David BlaikieDebug Info: PR14992: Support values for non-type templa...
2013-05-13 Alexey BataevOpenMP threadprivate with qualified names.
2013-05-13 Rafael EspindolaUpdate for LLVM interface change in r181680.
2013-05-13 Richard SmithAdd missing triple to CodeGen test.
2013-05-13 Rafael EspindolaCleanup handling of UniqueExternalLinkage.
2013-05-12 Richard SmithDowngrade C++14 "Clarifying memory allocation". We...
2013-05-12 Richard SmithFix stack overflow in linkage computation when a functi...
2013-05-12 David BlaikieDebug Info: Comment changes in r181393 by request of...
2013-05-12 Richard SmithC++1y: support for 'switch' statements in constexpr...
2013-05-12 Richard SmithC++1y: provide full 'auto' return type deduction for...
2013-05-11 Benjamin KramerCodeGen: Refactor SetLLVMFunctionAttributesForDefinitio...
2013-05-11 Simon Atanasyan[Mips] Add -mldc1-sdc1 / -mno-ldc1-sdc1 command line...
2013-05-11 Richard SmithC++1y deduced return types: when we deduce a return...
2013-05-10 David BlaikieDebug Info: correct comment
2013-05-10 David BlaikieDebug Info: Silently accept template argument packs
2013-05-10 Douglas Gregor[Modules] Make r180934 more efficient by only loading...
2013-05-10 Douglas Gregor[Modules] When things go horribly wrong when reading...
2013-05-10 Douglas Gregor[Modules] Extend Darwin hack to include the modificatio...
2013-05-10 David BlaikiePR14992: Debug Info: Support more non-type template...
2013-05-10 Adrian PrantlObjC debug info: Substitute the class type for methods...
2013-05-10 Enea ZaffanellaAvoid patching storage class for block scope thread_loc...
2013-05-10 Richard SmithPR15966: don't get confused by a complex integer -...
2013-05-10 Alexander KornienkoReformat clang-format help strings, filter out irreleva...
2013-05-10 Anna Zaks[analyzer] Assume [NSNull null] does not return nil.
2013-05-10 Anna Zaks[analyzer] Do not check if sys/queue.h file is a system...
2013-05-10 Dmitri GribenkoAllocate memory for the new number of subexpressions...
2013-05-10 Jordan Rose[analyzer] Indirect invalidation counts as an escape...
2013-05-10 Wei PanCodegen tests for captured statements with templates
2013-05-10 Daniel JasperWhen breaking at function calls, indent from function...
2013-05-10 Dmitri GribenkoArrayRef'ize Sema::FindAllocationFunctions
2013-05-10 Alexander KornienkoUpdated clang-format help messages for -offset and...
2013-05-10 Dmitri GribenkoArrayRef'ize GenericSelectionExpr
2013-05-10 Alexander KornienkoMinor clarifications in help messages and a comment.
2013-05-10 Daniel JasperAlways format entire macro definitions.
2013-05-10 Alexander KornienkoConfig file support for clang-format, part 2.
2013-05-10 Peter CollingbourneAdd caseStmt(), defaultStmt(), eachCase() and hasCaseCo...
2013-05-10 Hans WennborgAdd support for __wchar_t in -fms-extensions mode.
2013-05-10 Daniel JasperFix bug when formatting overloaded operators.
2013-05-10 Richard SmithC++1y auto return type: when a function contains no...
2013-05-10 Richard SmithTypo and misc comment fix.
2013-05-10 Argyrios Kyrtzidis[libclang] When parsing with CXTranslationUnit_ForSeria...
2013-05-10 Dmitri GribenkoRemove redundant variable
2013-05-10 Dmitri GribenkoArrayRef'ize ShuffleVectorExpr::setExprs
2013-05-10 Dmitri GribenkoArrayRef'ize Sema::CheckMessageArgumentTypes
2013-05-10 Dmitri GribenkoArrayRef'ize Sema::FindAllocationOverload
2013-05-10 Dmitri GribenkoRevert my r181563, breaks tests on buildbots
2013-05-09 Dmitri GribenkoArrayRef'ize Sema::ActOnMemInitializer
2013-05-09 Dmitri GribenkoArrayRef'ize Sema::FindAllocationOverload
2013-05-09 Dmitri GribenkoArrayRef'ize Sema::BuildCallToObjectOfClassType
2013-05-09 Adrian PrantlDebug Info: Fix a problem that resulted in missing...
2013-05-09 Richard SmithRemove dependence on system headers from this test...
2013-05-09 David BlaikieDebug Info: include address-of ('&') operator and quali...
2013-05-09 David BlaikieFix some test cases I broke in r181552
2013-05-09 Richard SmithC++1y n3648: parse and reject init-captures for now.
2013-05-09 David BlaikieDebugInfo: Simply & constrain test(s) for PR9600/PR9608
2013-05-09 Dmitri GribenkoDocumentation warning: \param, not \parm
2013-05-09 Reid KlecknerAdd pragma-comment.c test case for r181426 that I forgo...
2013-05-09 Dmitri GribenkoArrayRef'ize some SemaOverload methods
2013-05-09 Reid Kleckner[ms-cxxabi] Implement member pointer conversions
2013-05-09 David BlaikieDebug Info: Remove unnecessary check for dependent...
2013-05-09 Ben LangmuirFix captured statements codegen test on ARM
2013-05-09 Ben LangmuirCodeGen for CapturedStmts
2013-05-09 Richard SmithSwitch C++1y paper links back to the canonical location...
2013-05-09 Richard SmithAdd testcase missed from r181527.
2013-05-09 Richard SmithFix the return type of the complex creal functions...
2013-05-09 David BlaikieRemove trailing whitespace
2013-05-09 Fariborz Jahanian[doc parsing]: make single character command impostures
2013-05-09 Edwin VaneAdding isConst() ASTMatcher for CXXMethodDecl nodes
2013-05-09 Fariborz Jahanian[doc parsing]: So, in this patch, single character
2013-05-09 Edwin VaneUpdating LibASTMatchersReference to include namespaceDecl()
next