]> granicus.if.org Git - clang/shortlog
clang
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...
2013-05-31 Anna Zaks[analyzer] Add --override-compiler option to scan-build.
2013-05-30 Argyrios Kyrtzidis[PCH] Fix crash with valid code, related to anonymous...
2013-05-30 Richard SmithWalk over MaterializeTemporaryExpr when reverting an...
2013-05-30 Fariborz Jahanianfixes a comment in my last patch.
2013-05-30 Fariborz JahanianObjective-C: Implements gcc's -Wselector option
2013-05-30 Jordan RoseRevert "[analyzer; alternate edges] don't add an edge...
2013-05-30 Rafael EspindolaFix PR16060.
2013-05-30 Argyrios KyrtzidisFix potential infinite loop when iterating over redecla...
2013-05-30 Jordan Rose[analyzer] Don't crash if a block's signature just...
2013-05-30 Adrian PrantlDo not reuse the debug location of the return value...
2013-05-30 Adrian Prantlfix formatting.
2013-05-30 Daniel JasperMore fixes for clang-format's multiline comment breaking.
2013-05-30 Aaron BallmanMicrosoft has a language extension which allows union...
2013-05-30 Benjamin KramerFix typo in comment.
2013-05-30 Daniel JasperFix another clang-format crasher related to multi-line...
2013-05-30 Edwin VaneCoding style fix for SourceFileCallbacks
2013-05-30 Serge PavlovFixed typo.
2013-05-30 Daniel JasperFix default value of clang-format-diff's -p option.
2013-05-30 Manuel KlimekAdd asserts to guard against regressions.
2013-05-30 Daniel JasperFix crasher when formatting certain block comments.
2013-05-30 Serge PavlovAdded documentation to TypeVisitor. No code changes.
2013-05-30 Aaron BallmanSwitching the tests to use size_t instead of unsigned...
2013-05-30 Aaron BallmanSwitching the tests to use size_t instead of unsigned...
2013-05-30 Aaron BallmanAdd support to fallback on operator new when a placemen...
2013-05-30 Jordan Rose[analyzer; new edges] In for(;;), use the ForStmt itsel...
2013-05-29 Argyrios Kyrtzidis[libclang] When indexing a @synthesize, don't consider...
2013-05-29 Richard SmithDocument -fno-sanitize-recover and -fsanitize-undefined...
2013-05-29 Manuel KlimekFixes error when splitting block comments.
2013-05-29 Ted KremenekSplit off casts to void* for -Wint-to-pointer-cast...
2013-05-29 David MajnemerAdd another test case for r182814.
2013-05-29 Roman DivackyTurn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER}...
2013-05-29 Jordan Rose[analyzer] Accept references to variables declared...
2013-05-29 Rafael EspindolaRemove unused field.
2013-05-29 Argyrios Kyrtzidis[libclang] For "@import .." code-completion results...
2013-05-29 Reid Kleckner[ms-cxxabi] Implement MSVC virtual base adjustment
2013-05-29 Reid Kleckner[ms-cxxabi] Fix r182865 to have an actual Itanium-style...
2013-05-29 Reid Kleckner[ms-cxxabi] There are no key functions in the Microsoft...
2013-05-29 Edwin VaneTooling: Call back for both begin and end of sources
2013-05-29 Manuel KlimekUse a non-recursive implementation to reconstruct line...
2013-05-29 Manuel KlimekThe second step in the token refactoring.
2013-05-29 Daniel JasperAdd return missing in r182855.
2013-05-29 Daniel JasperLeave some macros on their own line
2013-05-29 Daniel JasperAdd option to always break template declarations.
2013-05-29 Rafael EspindolaDon't compute the visibility unless we really have to.
2013-05-29 Jakob Stoklund... Fix bad indentation.
2013-05-29 Rafael EspindolaAdd a testcase from pr16059.
2013-05-29 David MajnemerDisallow extern decls of type void in C++ mode
2013-05-28 Fariborz JahanianObjective-C [qoi]: Improve on diagnostic when a method...
2013-05-28 Ted KremenekRemove links to old checker builds.
next