]> granicus.if.org Git - clang/shortlog
clang
2013-05-15 Daniel JasperBreak function declarations after multi-line return...
2013-05-15 Daniel JasperDon't merge one-line functions in weird brace styles.
2013-05-15 Daniel JasperRemove diagnostics from clang-format.
2013-05-15 Daniel JasperImprove formatting of function types.
2013-05-15 David BlaikieUse only explicit bool conversion operator
2013-05-15 Jakob Stoklund... Use correct types for SPARC v9.
2013-05-15 Jim GrosbachARM: Improve codegen for vget_low_* and vget_high_...
2013-05-15 Jordan RoseUse 'env' in tests that set environment variables.
2013-05-15 Richard TrieuMove a test that requires 64-bit mode to a separate...
2013-05-14 Aaron BallmanUnbreaking the MSVC build by adding an include. It...
2013-05-14 Richard TrieuAdd static_cast to assertion to silence sign/unsigned...
2013-05-14 Fariborz JahanianObjective-C [diagnostics] [QOI], when method is not
2013-05-14 Douglas GregorDon't mark a type specifier as "owned" if there is...
2013-05-14 Richard TrieuWhen computing the size of large arrays, use char units...
2013-05-14 David BlaikieFix clang -Werror build due to -Wreorder violation...
2013-05-14 David BlaikieProvide operator<< for stream output of DeclarationNames
2013-05-14 Reid KlecknerFix copy-pasto in naming of LAST_MS_INHERITANCE[_ATTR]
2013-05-14 Daniel JasperFix expression breaking for one-parameter-per-line...
2013-05-14 Reid KlecknerFix the MSVC build broken by r181768
2013-05-14 Reid Kleckner[ms-cxxabi] Mangle in an implicit 'E' for certain types...
2013-05-14 Rafael EspindolaReally fix the declaration of __clear_cache.
2013-05-14 Sergey MatveevAdd LeakSanitizer.rst to docs.
2013-05-14 Rafael EspindolaFix __clear_cache on ARM.
2013-05-14 Benjamin KramerLink dynamic ast matchers with the ast matchers library...
2013-05-14 Benjamin KramerRevert accidental commit.
2013-05-14 Benjamin KramerTake a stab at trying to unbreak the makefile build.
2013-05-14 Manuel KlimekHopefully fix configure build.
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
next