]> granicus.if.org Git - clang/shortlog
clang
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...
2012-07-30 Dmitri GribenkoMove comment from member operator() to class.
2012-07-30 Dmitri GribenkoComment parser: don't crash on a completely empty ...
2012-07-30 Dmitri Gribenkoc-index-test: remove dead store. Found by Clang static...
2012-07-30 Dmitri GribenkoLexer: remove dead stores. Found by Clang static analyzer!
2012-07-30 Dmitri GribenkoComment dumper: silence a warning by not casting away...
2012-07-30 Dmitri GribenkoAdd missing include for Linux buildbot
2012-07-30 Dmitri GribenkoAdd an assert to ParamCommandComment::getParamIndex...
2012-07-30 Hans WennborgMake -Wformat check the argument type for %n.
2012-07-30 Dmitri GribenkoComment parser: add one more test
2012-07-30 Benjamin KramerUpdate source location in test.
2012-07-30 Benjamin KramerUse the location of the copy assignment when diagnosing...
2012-07-30 Benjamin KramerFix ambiguity detection in GetBestOverloadCandidateSimple.
2012-07-30 Jiangning LiuFix dynamic object linker for ARM GNUEABIHF.
2012-07-30 Daniel JasperFix for ASTMatchFinder to visit a functions parameter...
2012-07-29 David ChisnallProvide correct linker command line options on FreeBSD...
2012-07-29 Benjamin KramerMicrooptimize isOffsetInFileID a bit.
2012-07-28 Richard SmithPR13433: In Microsoft mode, don't require function...
2012-07-28 Fariborz Jahanianassert on ACC_bottom when checking for invalid
2012-07-28 Rafael EspindolaAdd a missing testcase for merging the visibility of...
2012-07-28 Dmitri GribenkoComment dumper: print \param parameter index if paramet...
2012-07-28 Fariborz Jahanianmore objc-arc: With ACC_bottom, we just provide
2012-07-27 Fariborz Jahanianobjc-arc: change per Jordy's comments.
2012-07-27 Dmitri GribenkoCommentSema.cpp: remove extra semicolon
2012-07-27 Fariborz Jahanianobjective-c arc: When function calls with known CFCreat...
2012-07-27 Dmitri GribenkoComment Sema: don't try to typo-correct a \param when...
2012-07-27 Fariborz Jahanianrevert r160839 for now.
2012-07-27 Dmitri GribenkoImplement resolving of HTML character references (named...
2012-07-27 Dmitri GribenkoAdd a function to convert a single Unicode code point...
2012-07-27 Hans WennborgMake -Wformat walk the typedef chain when looking for...
2012-07-27 Anna ZaksConsolidate ObjC lookupPrivateMethod methods from Sema...
2012-07-27 Anna Zaks[analyzer] Another false positive in Class method inlining.
2012-07-27 Anna Zaks[analyzer] Address Jordan's and Fariborz's review of...
2012-07-27 Dylan NoblesmithPreprocessor: add __BYTE_ORDER__ predefined macro
2012-07-27 Arnaud A. de... [scan-build] Fix clang++ pathname
next