]> granicus.if.org Git - clang/shortlog
clang
2012-11-16 Jordan Rose[analyzer] SATestBuild.py: fix broken string concatenation
2012-11-16 Benjamin KramerMake libASTMatchers link its dependencies. libRewriteFr...
2012-11-16 Alexey SamsonovUBSan: enable proper linking with UBsan runtime on...
2012-11-16 Nick LewyckyStore this Decl* as a Decl* instead of a uintptr_t...
2012-11-16 NAKAMURA Takumiclang/unittests: Fixup corresponding to Doug's r168136.
2012-11-16 Douglas GregorSince CreateTargetInfo is taking ownership of the targe...
2012-11-16 Douglas GregorRemove unused diagnostics
2012-11-16 NAKAMURA TakumiRevert r168132, "clang/test/lit.cfg: Suppress the featu...
2012-11-16 Argyrios Kyrtzidis[libclang] When caching code-completion results, pass...
2012-11-16 NAKAMURA Takumiclang/test/lit.cfg: Suppress the feature 'dev-fd-fs...
2012-11-16 Daniel DunbarCPP Output: Do not emit an enter file marker for the...
2012-11-16 Richard TrieuTake into account the zero sign bit for positive number...
2012-11-16 Matt Beaumont-GayFix PR14321, a crash when Clang is built with GCC 4...
2012-11-16 Richard SmithA step towards sorting out handling of triviality of...
2012-11-16 Argyrios KyrtzidisMention the lldb formatters in the clang wiki under...
2012-11-16 Argyrios Kyrtzidis[ClangDataFormat.py] Add summary for QualType.
2012-11-15 Eli FriedmanMake sure CodeGenTypes correctly reconverts function...
2012-11-15 Richard SmithPR9903: Recover from a member functon declared with...
2012-11-15 Anna Zaks[analyzer] CmpRuns: move the clang_version info into...
2012-11-15 Dmitri GribenkoComment to XML conversion test: correct filename.
2012-11-15 Jordan Rose[analyzer] SATestBuild.py: correctly add -j option...
2012-11-15 Dmitri GribenkoSplit annotate-comments.cpp into a fragile (that uses...
2012-11-15 Daniel Dunbartests: Mark the /dev/fd test as requiring Darwin until...
2012-11-15 Argyrios Kyrtzidis[utils/ClangDataFormat.py] For invalid source locations...
2012-11-15 Daniel Dunbartests: Check that we can output to /dev/fd filesystem.
2012-11-15 Jordan Rose[analyzer] Fix a use-after-free introduced in r168019.
2012-11-15 Daniel Dunbartests: Add a test for reading from named pipes.
2012-11-15 Douglas GregorIf an excluded header does not exist, just ignore it
2012-11-15 Jordan Rose[analyzer] Report leaks at the closing brace of a funct...
2012-11-15 Jordan Rose[analyzer] StreamChecker: Remove now-unnecessary check...
2012-11-15 Jordan Rose[analyzer] MacOSKeychainAPIChecker: Remove now-unnecess...
2012-11-15 Jordan Rose[analyzer] MallocChecker: Remove now-unnecessary check...
2012-11-15 Jordan Rose[analyzer] Mark symbol values as dead in the environment.
2012-11-15 Fariborz Jahanianblock extended signatur option. Change previous option
2012-11-15 Argyrios Kyrtzidis[modules] Use a memory buffer directly as input for...
2012-11-15 Argyrios Kyrtzidis[modules] Setup the import location of a module file...
2012-11-15 Dmitri GribenkoComment to XML conversion: convert some tests to use...
2012-11-15 Dmitri GribenkoRemove unused diagnostics from TableGen files.
2012-11-15 Benjamin KramerSimplify code. No functionality change.
2012-11-15 Benjamin KramerDo not cache a pointer to ExprEvalContexts.back().
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
2012-11-15 Alexey Samsonov[UBSan] Add support for building ubsan runtime library...
2012-11-15 Nick LewyckyTeach the uninitialized field warning about anonymous...
2012-11-15 Lang HamesMake -ffp-contract a codegen option, rather than a...
2012-11-15 Nick LewyckyRevert r167567, restoring the ability of clang to run...
2012-11-15 Richard TrieuFix an off-by-one error by switching < to <= in -Wtauto...
2012-11-15 Daniel JasperDo not use data recursion in ASTMatchFinder.
2012-11-15 Jordan Rose[analyzer] Fix test case broken by previous commit.
2012-11-15 Jordan Rose[analyzer] Make sure calls in synthesized functions...
2012-11-15 Argyrios Kyrtzidis[PCH] Reading expressions from attributes should be...
2012-11-15 Eli FriedmanFix a trivial bool-related bug I spotted while skimming...
2012-11-15 Tanya LattnerAdd link to cfe-users mailing list.
2012-11-15 Richard SmithPer [basic.lookup.classref]p3, in an expression of...
2012-11-15 Eli FriedmanFix DiagnoseBitwisePrecedence so it doesn't cast "...
2012-11-15 Fariborz Jahanianobjective-C blocks: make cc1 flag -encode-extended...
2012-11-14 Eli FriedmanMake template diffing handle integral expressions of...
2012-11-14 Richard SmithAdd -cc1 option -fno-diagnostics-use-presumed-location...
2012-11-14 Argyrios Kyrtzidis[utils/ClangDataFormat.py] Add data formatter for Strin...
2012-11-14 Argyrios Kyrtzidis[utils/ClangDataFormat.py] In the summary of SourceLoca...
2012-11-14 Fariborz Jahanianobjective-C blocks: under cc1 flag -encode-extended...
2012-11-14 Jordan Rose[analyzer] Fix test in previous commit.
2012-11-14 Jordan Rose[analyzer] Add a test case for printing a path note...
2012-11-14 Richard TrieuImprove -Wtautological-constant-out-of-range-compare...
2012-11-14 Douglas GregorTeach the AST importer to merge enumerator constants...
2012-11-14 Eli FriedmanWhen evaluating variably modified types for function...
2012-11-14 Eric ChristopherRemove the cellspu port.
2012-11-14 NAKAMURA TakumiParseTemplate.cpp: Prune obsolete descriptions in Parse...
2012-11-14 Anna Zaks[analyzer] Ensure that CmpRuns recursively walks the...
2012-11-14 Argyrios KyrtzidisIn ExpressionEvaluationContextRecord manage LambdaMangl...
2012-11-14 John McCallThe ObjC++-to-C++ personality trick is only necessary...
2012-11-14 Fariborz Jahanianfixes a buildbot failure.
2012-11-14 Fariborz JahanianFix 80-column violation.
2012-11-14 Fariborz Jahanianobjective-C blocks: Provide layout map for byref
2012-11-14 Benjamin Kramers/tranform/transform/
2012-11-14 John McCallMove some GNUStep-specific code out of CGObjCGNU.
2012-11-14 Richard SmithPR14279: Work around this major miscompilation by treat...
2012-11-14 Richard SmithWhen we have a MemberExpr referring to an overloaded...
2012-11-14 Logan ChienCode cleanup: Remove trailing whitespace in unwind.h.
2012-11-14 David BlaikieRemove debugging assert.
2012-11-14 NAKAMURA TakumiSemaTemplateDeduction.cpp: Prune two obsolete descripti...
2012-11-14 NAKAMURA TakumiParseTemplate.cpp: Doxygen fix in AnnotateTemplateIdTok...
2012-11-14 Eli FriedmanSuppress elided variadic macro argument extension diagn...
2012-11-14 David BlaikieProvide the correct mangling and linkage for certain...
2012-11-14 Anders CarlssonUse consistent spelling of 'behavior' in a C++ warning.
2012-11-14 Nick LewyckyThis function isn't called SaveFiles any more.
2012-11-14 Eli FriedmanFix an assertion failure printing the unused-label...
2012-11-14 Richard SmithRemove another questionable use of hasTrivial*. The...
2012-11-14 John McCallAccept and pass arguments to __unknown_anytype in argument
2012-11-14 Matt Beaumont-GayFix typo
2012-11-13 Eric ChristopherRevert "Use the 'count' attribute instead of the 'upper...
2012-11-13 Eli FriedmanDon't try to save the assigned value in a Objective...
2012-11-13 Nico Weber[ms] Make mangleIntegerLiteral less aware of exact...
2012-11-13 Kaelyn UhrainFor classes that have the warn_unused_result attribute...
2012-11-13 Anna Zaks[analyzer] Address Jordan's code review for r167813.
2012-11-13 Daniel DunbarRevert r167801, "[preprocessor] When #including somethi...
2012-11-13 David BlaikieSimplify function try/catch scope handling.
2012-11-13 Daniel JasperFix AST-matcher descendant visiting for Types, TypeLocs...
2012-11-13 Benjamin KramerThis patch makes the behavior of clang consistent with...
2012-11-13 Nico WeberUCNs in char literals are done (in LiteralSupport)...
2012-11-13 Argyrios KyrtzidisCopy the decls returned by DeclContext::lookup_result...
next