]> granicus.if.org Git - clang/shortlog
clang
2012-08-03 Jordan Rose[analyzer] Update initializer assertion for delegating...
2012-08-03 Jordan Rose[analyzer] When a symbol is null, we should track its...
2012-08-03 Jordan Rose[analyzer] Flatten path diagnostics for text output...
2012-08-03 Jordan Rose[analyzer] Track null/uninitialized C++ objects used...
2012-08-03 Jordan Rose[analyzer] Provide useful PathDiagnosticLocations for...
2012-08-03 Jordan Rose[analyzer] FindLastStoreBRVisitor was not actually...
2012-08-03 Jordan RoseEnhance getImplicitObjectArgument to look through ->*.
2012-08-03 Jordan Rose[analyzer] Add a test for copy-constructor inlining.
2012-08-03 Fariborz JahanianMake property synthesis the default on Windows.
2012-08-03 Anna Zaks[analyzer] Fixup: remove the extra whitespace
2012-08-03 Anna Zaks[analyzer] ObjC Inlining: Start tracking dynamic type...
2012-08-03 Dmitri GribenkoComment diagnostics: warn if \returns is used in a...
2012-08-03 Richard SmithFix crash if a literal operator template's template...
2012-08-03 Anna Zaks[analyzer] Fix a typo. Thanks Jordan.
2012-08-03 Anna Zaks[analyzer] Malloc: track non-allocated but freed memory
2012-08-03 Michael HanFix line endings.
2012-08-03 Jim GrosbachTableGen: Remove extraneous \ character from arm_neon...
2012-08-03 Benjamin KramerFlesh out test for defaulted key functions a bit more.
2012-08-03 Benjamin KramerReduce temp file pollution in some test cases.
2012-08-03 Benjamin KramerFix failed to generate vtables in certain cases.
2012-08-03 Eric ChristopherAdd some missing functions to builtins.py.
2012-08-03 Dmitri GribenkoComment AST: convert a huge if -- else if statement...
2012-08-02 Anna Zaks[analyzer] Solve another source of non-determinism...
2012-08-02 Dmitri GribenkoComments AST: refactor DeclInfo to use an enum for...
2012-08-02 Chad Rosier[driver] Lipo can handle the lto-bc type.
2012-08-02 Dmitri GribenkoComments: handle template paramter documentation in...
2012-08-02 Jordan Rose[analyzer] Add a simple check for initializing referenc...
2012-08-02 Dmitri GribenkoAttaching comments to declarations: handle using-declar...
2012-08-02 Fariborz Jahanianobjc-arc: Modify test for more prcecise fixit.
2012-08-02 Fariborz Jahanianobjective-c arc: Patch to suggest bridge casting of CF
2012-08-02 Dmitri GribenkoASTContext.h: replace include by a forward declaration.
2012-08-02 Hans WennborgAdd OpenBSD arch targets for powerpc, arm, mips64,...
2012-08-02 Hans WennborgCorrect AddDefaultCIncludePaths for OpenBSD to not...
2012-08-02 Nuno Lopesadd a comment to explain this test case
2012-08-02 Hans Wennborgtest/Sema/tls.c: don't use -verify to check if TLS...
2012-08-02 Jordan Rose[analyzer] Also emit Prev/Next links for macros in...
2012-08-02 Jordan Rose[analyzer] Add Prev/Next links to the HTML output.
2012-08-02 Anna Zaks[analyzer] Flush bug reports in deterministic order.
2012-08-02 Anna Zaks[analyzer] CmpRuns should include file name in the...
2012-08-02 Eli FriedmanMake sure we don't emit IR for unused EH cleanups....
2012-08-01 Dmitri GribenkoComment parser tests: test that we allow placing no...
2012-08-01 Dmitri GribenkoComment to HTML conversion: correct typo in CSS class...
2012-08-01 Dmitri GribenkoComment diagnostics fixit tests: move exected-warning...
2012-08-01 Dmitri GribenkoComment diagnostics: add tests for \tparam fixits.
2012-08-01 Dmitri GribenkoInitialize flag in DeclInfo.
2012-08-01 Dmitri GribenkoComment AST: add DeclInfo to store information about...
2012-08-01 Dmitri GribenkoComment to HTML conversion: refactor. Extracted a...
2012-08-01 Eli FriedmanFix an assertion failure instantiating a constexpr...
2012-08-01 Hans WennborgTLS is not supported on OpenBSD
2012-08-01 Nuno Lopesadd test for PR13497
2012-08-01 Manuel KlimekFix typo.
2012-08-01 Daniel JasperAdd missing tests for class template specialization...
2012-08-01 John McCallWhen devirtualizing the conversion to a virtual base...
2012-08-01 Dmitri GribenkoComment to HTML conversion: skip \tparam commands with...
2012-08-01 Dmitri GribenkoComment to HTML conversion: escape HTML special charact...
2012-07-31 Aaron BallmanExplicitly defaulted constructors cannot be used for...
2012-07-31 Dmitri GribenkoComment parsing: add support for \tparam command on...
2012-07-31 Douglas GregorWhen testing whether we can perform copy or move initia...
2012-07-31 David BlaikieInclude clang-check as part of the clang installation.
2012-07-31 Rafael EspindolaConsider the visibility of template template arguments...
2012-07-31 Jordan Rose[analyzer] Control C++ inlining with a macro in ExprEng...
2012-07-31 Jordan Rose[analyzer] Turn -cfg-add-initializers on by default...
2012-07-31 Jordan Rose[analyzer] Don't try to inline if there's no region...
2012-07-31 Jordan Rose[analyzer] Add a FIXME about devirtualization in ctors...
2012-07-31 Hans Wennborg-Wformat: better handling of qualifiers on pointer...
2012-07-31 Jordan Rose[analyzer] Getting an lvalue for a reference field...
2012-07-31 Douglas GregorTweak code-completion heuristics deciding between a...
2012-07-31 Manuel KlimekThis test actually works on Win32...
2012-07-31 Manuel KlimekFixes a segfault in Tooling when using pch's:
2012-07-31 Benjamin KramerRemove deprecated getNameAsCString methods.
2012-07-31 Jiangning LiuAdd two more .keep files to avoid the missing of empty...
2012-07-31 Jiangning LiuAdd two .keep files to avoid the missing of empty folde...
2012-07-31 Alexander KornienkoAdded -ast-list option to dump filterable AST decl...
2012-07-31 Jiangning LiuSupport ARM hard float (arm-linux-gnueabihf).
2012-07-31 Sylvestre LedruFix some minor typos
2012-07-31 Manuel KlimekDocument the result type of the matcher functions where
2012-07-31 John McCallIntroduce new queries on ObjCRuntime for how to interpr...
2012-07-31 Rafael EspindolaHandle functions with struct arguments or return types...
2012-07-31 Jordan Rose[analyzer] Add a test that messages to super invalidate...
2012-07-31 Rafael EspindolaAttributes preceding a function declaration are first...
2012-07-31 Aaron BallmanNo longer emitting a PCH file when using -fsyntax-only...
2012-07-31 Jordan Rose[analyzer] Let CallEvent decide what goes in an inital...
2012-07-31 Jordan RoseExplain why ACC_bottom should never occur in diagnosing...
2012-07-31 Douglas GregorWhen we encounter a code-completion token while parsing...
2012-07-31 John McCallDon't crash *or* insert a bogus autorelease when emitting a
2012-07-30 Anna Zaks[analyzer] Handle inlining of instance calls to super.
2012-07-30 Anna Zaks[analyzer] Only run this test with no IPA
2012-07-30 Richard SmithPR13479: If we see the definition of an out-of-line...
2012-07-30 Jordan Rose[analyzer] Perform post-call checks for all inlined...
2012-07-30 Richard SmithExtend the ',' versus ';' diagnostic for -Wvexing-parse...
2012-07-30 Richard SmithImprovements to vexing-parse warnings. Make the no...
2012-07-30 Fariborz Jahanianobjective-c arc: ARC IRGen correctly assumes result
2012-07-30 Anna Zaks[analyzer] Very simple ObjC instance method inlining
2012-07-30 Anna Zaks[analyzer] fixup for adding of the "dynamic" ipa option
2012-07-30 Anna ZaksMark ObjCInterfaceDecl::lookupPrivateMethod as const.
2012-07-30 Anna Zaks[analyzer] Add -analyzer-ipa=dynamic option for inlinin...
2012-07-30 Jordan Rose[analyzer] Only allow CallEvents to be created by CallE...
2012-07-30 Jordan Rose[analyzer] Remove declaration of refactored evalObjCMes...
2012-07-30 Matt Beaumont-GayDo not warn on correct use of the '%n' format specifier.
2012-07-30 Jordan Rose[analyzer] Introduce a CallEventManager to keep a pool...
next