]> granicus.if.org Git - clang/shortlog
clang
2013-05-16 Anna Zaks[analyzer] Add an option to use the last location in...
2013-05-16 Richard SmithSince we're counting number of steps, switch to turing...
2013-05-16 Argyrios Kyrtzidis[Lexer] Improve Lexer::getSourceText() when the given...
2013-05-16 Richard SmithAdd testcase omitted from r181998.
2013-05-16 Fariborz JahanianObjective-C arc: Diagnose when user attempts to
2013-05-16 David Fangfix PR 15726: ptrdiff_t should be int on PowerPC Darwin
2013-05-16 Daniel JasperAdd additional test-case for one-line-function.
2013-05-16 Daniel JasperAdd basic clang-format integration for sublime text.
2013-05-16 Daniel JasperDon't insert a break into include lines with trailing...
2013-05-16 Daniel JasperAdd config parsing test for new parameter.
2013-05-16 Daniel JasperAdd option to put short loops on a single line.
2013-05-16 Enea ZaffanellaLet CodeGenFunction::EmitVarDecl query the semantic...
2013-05-16 Daniel JasperAdd a more convenient interface to use clang-format.
2013-05-16 Daniel JasperComments should not prevent single-line functions.
2013-05-16 Hans WennborgSemaInit.cpp: give both IsStringInit() functions the...
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.
next