]> granicus.if.org Git - clang/shortlog
clang
2013-05-16 NAKAMURA Takumiclang/test/Modules/self-import-header/test.m: Add expli...
2013-05-16 Richard SmithFirst pass of semantic analysis for init-captures:...
2013-05-16 Richard SmithTidy up now that PointerUnion has an operator== that...
2013-05-16 Rafael EspindolaFix pr15930.
2013-05-16 Daniel JasperAdd back accidentally deleted line and add test for it.
2013-05-16 Richard TrieuCheck a pointer is not null before attempting to use...
2013-05-16 Richard TrieuReturn QualType() when a too large array is attempting...
2013-05-16 Richard SmithEnable $Date$ substitution for this file.
2013-05-16 Richard SmithStart a page tracking which C++ defect reports have...
2013-05-16 Eric ChristopherWhitespace.
2013-05-16 Eric Christopher80-columns.
2013-05-16 Eric ChristopherReplace a pile of calls with an instance variable that...
2013-05-16 Eric ChristopherAdd a test to verify that -flimit-debug-info is working...
2013-05-16 Eric ChristopherFix comment.
2013-05-16 Eric ChristopherRemove xfail'd test. This method of limiting debug...
2013-05-16 Eric ChristopherWhitespace.
2013-05-16 Adrian PrantlClarify comment.
2013-05-16 Adrian PrantlSet the debug location for landing pad code to the...
2013-05-16 Adrian PrantlCleanup: Use a member variable to store the SourceLocat...
2013-05-15 David BlaikieRevert "Debug Info: Using declarations/DW_TAG_imported_...
2013-05-15 Jordan RoseRemove unused, awkward CFGStmtVisitor and subclasses.
2013-05-15 Fariborz JahanianObjective-C: More cases of -Wsign-conversion not
2013-05-15 Samuel BenzaquenTest commit
2013-05-15 Fariborz JahanianObjective-C: patch to issue the conversion
2013-05-15 Jordan Rose[analyzer] Put back DefaultBool's implicit conversion...
2013-05-15 Fariborz Jahanianimprove of note message and minor refactoring of my...
2013-05-15 Daniel JasperFix test breakage caused by change in clang-format.
2013-05-15 Daniel JasperDon't put short namespace on a single line.
2013-05-15 Daniel JasperImprove recognition of template definitions.
2013-05-15 Hans WennborgBetter diagnostics for string initialization.
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...
next