]> granicus.if.org Git - clang/shortlog
clang
2013-06-06 Daniel JasperFix clang-format's expression parser for leading }s.
2013-06-06 Daniel JasperImprove c-style cast detection.
2013-06-06 Richard SmithWhen a static storage duration temporary appears in...
2013-06-06 Richard TrieuDon't create a StringRef from a temporary string.
2013-06-06 Jordan Rose[analyzer] Look through ExprWithCleanups to see if...
2013-06-06 Jordan Rose[analyzer] Improve debug output for PathDiagnosticPieces.
2013-06-06 NAKAMURA Takumiclang/unittests/Format/FormatTest.cpp: Suppress utf8...
2013-06-06 Anna Zaks[analyzer] Fix a crash that occurs when processing...
2013-06-06 Jordan Rose[analyzer; new edges] Don't crash if the top-level...
2013-06-06 Jordan Rose[analyzer; new edges] Ignore self-edges, not all edges...
2013-06-05 Eric ChristopherIf we're splitting the dwarf for fission and don't...
2013-06-05 Fariborz JahanianObjective-C: Provide fixit with suggested spelling...
2013-06-05 David BlaikiePR14763: Debug info for non-trivial record parameters
2013-06-05 Argyrios KyrtzidisWhen the template specialization header is missing...
2013-06-05 Peter Collingbourne[ms-cxxabi] Thread GlobalDecls through to CodeGenModule...
2013-06-05 Pavel Labathclang-check: Enable specification of additional compile...
2013-06-05 Reid Kleckner[ms-cxxabi] Fix vbptr offsets in memptrs when the vbptr...
2013-06-05 Benjamin KramerSilence GCC warning.
2013-06-05 Alexander KornienkoAdded test with characters using four bytes in UTF...
2013-06-05 Alexander KornienkoUTF-8 support for clang-format.
2013-06-05 Timur IskhodzhanovRecommit r183298+r183300 'Get rid of VTableContext...
2013-06-05 Timur Iskhodzhanov... and actually run it
2013-06-05 Timur IskhodzhanovAdd a test for the breakage from r183298
2013-06-05 Timur IskhodzhanovUnrevert the tests from r183298 as they pass with both...
2013-06-05 Timur IskhodzhanovRevert r183298 and r183300 as the former broke the...
2013-06-05 Alexander KornienkoMake clang tools ignore -fcolor-diagnostics and -fdiagn...
2013-06-05 NAKAMURA TakumiASTTests/DeclTest.cpp: Tweak on msvc target to add...
2013-06-05 David BlaikieFix fallout from r183298, unused function (CollectPrima...
2013-06-05 Timur IskhodzhanovFix the DUMP_OVERRIDERS macro in the VTableBuilder.cpp
2013-06-05 Timur IskhodzhanovGet rid of VTableContext::ComputeMethodVTableIndices...
2013-06-05 David BlaikiePR16214: Debug Info: -flimit-debug-info doesn't omit...
2013-06-05 Rafael EspindolaDefault to PIE and using stack protection on OpenBSD.
2013-06-05 Jakob Stoklund... Implement SparcV9ABIInfo::EmitVAArg.
2013-06-05 Jakob Stoklund... Fix CoerceIntOrPtrToIntOrPtr on big-endian targets.
2013-06-05 Jakob Stoklund... Heed ABIArgInfo::getInReg() for return values.
2013-06-05 Richard SmithModel temporary lifetime-extension explicitly in the...
2013-06-04 Reid Kleckner[ms-cxxabi] Factor out some loops into helpers for...
2013-06-04 Argyrios Kyrtzidis[libclang] When annotating tokens, don't override a...
2013-06-04 David MajnemerAnalysis: Add a CFG successor to a SwitchStmt if it...
2013-06-04 Alexander KornienkoAdded Lexer::getBufferEnd().
2013-06-04 Fariborz JahanianObjective-C encoding. Fixes up encodeing for
2013-06-04 Samuel BenzaquenParser/Registry argument enhancements.
2013-06-04 Manuel KlimekEnables chaining of argument adjusters in clang tools.
2013-06-04 Sylvestre LedruFix a typo (chek => check)
2013-06-04 Rafael EspindolaFix linkage computation for local types in template...
2013-06-04 Benjamin KramerFix typo in comment. Found by -Wdocumentation.
2013-06-04 Bill WendlingReset the release notes for the 3.4 release.
2013-06-04 Bob WilsonRephrase asm_mismatched_size_modifier diagnostic. ...
2013-06-04 Richard SmithRemove some unreachable (and wrong) code and replace...
2013-06-04 Aaron BallmanAdding support for MSVC #pragma detect_mismatch functio...
2013-06-04 David BlaikieBound member function diagnostic - suggest no-args...
2013-06-03 Bob WilsonDo not report -Wasm-operand-widths for ARM output opera...
2013-06-03 Jordan Rose[analyzer] Enable the new edge algorithm by default.
2013-06-03 Jordan Rose[analyzer; new edges] Omit subexpression back-edges...
2013-06-03 Jordan Rose[analyzer; new edges] Don't eliminate subexpr edge...
2013-06-03 Jordan Rose[analyzer; new edges] Eliminate "cycle edges" for a...
2013-06-03 Jordan Rose[analyzer; new edges] Extra test case.
2013-06-03 Jordan Rose[analyzer; new edges] Improve enclosing contexts for...
2013-06-03 Jordan Rose[analyzer; new edges] Include context for edges to...
2013-06-03 Jordan Rose[analyzer; new edges] Include a top-level function...
2013-06-03 Jordan RoseCFG: In a DeclStmt, skip anything that's not a VarDecl.
2013-06-03 Benjamin KramerPacify compilers that think you can drop off a fully...
2013-06-03 David BlaikieUnresolvedMemberExpr should have an expr location of...
2013-06-03 Benjamin Kramer__uint128_t is only available on 64 bit platforms,...
2013-06-03 Samuel BenzaquenAdd support for .bind("foo") expressions on the dynamic...
2013-06-03 Richard SmithConvert some Unicode whitespace to ASCII whitespace.
2013-06-03 Alexander KornienkoMoved FormatToken to a separate header.
2013-06-03 Daniel JasperLet clang-format remove empty lines before "}".
2013-06-03 Manuel KlimekFix memory leak for APValues that do memory allocation.
2013-06-03 Daniel JasperImprove detection preventing certain kind of formatting...
2013-06-03 Daniel JasperFix line-breaking problem caused by comment.
2013-06-03 Richard SmithDo not walk through member-accesses on bitfields when...
2013-06-03 Richard SmithRefactor constant expression evaluation to associate...
2013-06-03 Richard SmithFix a couple of bugs where jump diagnostics would not...
2013-06-03 Richard SmithFix handling of pointers-to-members and comma expressio...
2013-06-02 David MajnemerAllow paren casted throw statements inside of ternary...
2013-06-02 David MajnemerProperly consider the range of enum for range compariso...
2013-06-02 Richard SmithPR12848: When emitting a local variable declared 'const...
2013-06-01 Daniel JasperImprove recognition of template parameters.
2013-05-31 Anna Zaks[analyzer] Malloc checker should only escape the receiv...
2013-05-31 Richard TrieuFix the indentation on the AST visitors used in -Wloop...
2013-05-31 Anna Zaks[analyzer] Fix a false positive reported on rare strang...
2013-05-31 Fariborz JahanianObjective-C: Fixes an ivar lookup bug where
2013-05-31 David MajnemerPut the PR16167 tests together
2013-05-31 Ed SchoutenFix style bug introduced in r183033.
2013-05-31 Ed SchoutenAdd support for optimized (non-generic) atomic libcalls.
2013-05-31 Ed SchoutenSlightly extend matching for atomic loads.
2013-05-31 Benjamin KramerTestcase for r183015.
2013-05-31 Ted Kremenek[analyzer; new edges] add simplifySimpleBranches()...
2013-05-31 Benjamin KramerDisable non-standard library builtins in non-gnu langua...
2013-05-31 Daniel JasperImprove clang-format's c-style cast detection.
2013-05-31 Daniel JasperFix test error caused by r183008.
2013-05-31 Daniel JasperImprove clang-format's error recovery.
2013-05-31 Daniel JasperMake formatting of empty blocks more consistent.
2013-05-31 Daniel JasperProperly format nested conditional operators.
2013-05-31 Daniel JasperFix detection/formatting of braced lists in ternary...
2013-05-31 Ted Kremenek[analyzer; new edges] in splitBranchConditionEdges...
2013-05-31 Ted Kremenek[analyzer;alternate arrows] Rename 'adjustBranchEdges...
2013-05-31 Richard SmithFix handling of braced-init-list as reference initializ...
2013-05-31 Anna Zaks[analyzer] Always use ccc-analyzer when running scan...
next