]> granicus.if.org Git - clang/shortlog
clang
2009-11-06 Ted KremenekMake the implementation of DivZeroChecker private.
2009-11-06 Fariborz JahanianPrevent a code gen. crash on empty unions - pr5408.
2009-11-06 Ted Kremenektesting: Merge PR3135.c into misc-ps-region-store.m.
2009-11-06 Ted KremenekSentence-case bug type, and pull tests from region...
2009-11-06 Anders CarlssonSimplify the debug info code, handle lvalue references...
2009-11-06 Fariborz JahanianThis patch fixes code gen. part of pr5333 (Conversion
2009-11-06 Anders CarlssonHandle QualifiedNameType and SubstTemplateTypeParmType...
2009-11-06 Nuno Lopesadd test case for PR3135 which was already fixed
2009-11-06 Anders CarlssonDon't assert when trying to generate debug info for...
2009-11-06 John McCallDon't warn -Wsign-compare if we're in an unevaluated...
2009-11-06 Chris Lattnerupdate comment, pointed out by Gabor
2009-11-06 Chris Lattneradd some const qualifiers, patch by Kovarththanan Rajar...
2009-11-06 Chris Lattnerindirectbr seems to work! Rip out the old code.
2009-11-06 Anders CarlssonInstead of returning a null DIType for unhandled types...
2009-11-06 Zhongxing XuAdd a checker for CWE-466: Return of Pointer Value...
2009-11-06 John McCallcompare.c also needs a target triple now, and improve...
2009-11-06 John McCallImprove the -Wsign-compare heuristics:
2009-11-06 John McCallCreate a warning group "non-gcc" for diagnostics which...
2009-11-06 Chris Lattneradd some fixit hints.
2009-11-06 Douglas GregorRework the fix-it hint for code like
2009-11-06 Douglas GregorImprove recovery when we fail to parse the operand...
2009-11-06 Douglas GregorTurn off -Wsign-compare warnings by default
2009-11-06 Anders CarlssonIf a member variable of reference type is bound to...
2009-11-06 Anders CarlssonIf a member initializer create temporaries we need...
2009-11-06 Anders CarlssonMore cleanup.
2009-11-06 Anders CarlssonCleanup ctor/dtor emission.
2009-11-06 Anders CarlssonHandle ParenExprs in mangleExpression.
2009-11-06 Mike StumpRefine the vcall for a function that is defined in...
2009-11-06 Ted Kremenekstatic analyzer: refactor checking logic for returning...
2009-11-06 Douglas GregorIf we have a C-style cast, functional cast, or a static...
2009-11-06 Douglas GregorWhen we encounter a derived-to-base conversion when...
2009-11-06 Fariborz JahanianMinor cleanup of my last patch.
2009-11-06 Ted KremenekMinor cleanup: use BuiltinBug (which will soon be renam...
2009-11-06 Fariborz JahanianThis patch implements Sema for clause 13.3.3.1p4.
2009-11-06 Mike StumpConvert file over to checking the .ll file for codegen...
2009-11-06 John ThompsonUpdate clang web pages with respect to Windows
2009-11-06 Douglas GregorMake sure that EnumConstantDecls always get a type...
2009-11-05 Douglas GregorStrip off the /clang/tools/clang at the end of the...
2009-11-05 John ThompsonEliminate tabls
2009-11-05 Chris Lattnerclean up integer preprocessor type definitions, patch...
2009-11-05 Sebastian RedlMake ASTContext::getIntWidth return 1 for all boolean...
2009-11-05 Sebastian RedlThe signed/unsigned checker should not warn for value...
2009-11-05 Douglas GregorBe a little more careful when trying to extract a TypeD...
2009-11-05 John ThompsonAdding -fshort-wchar option.
2009-11-05 Douglas GregorDe-FIXME a test
2009-11-05 Sebastian RedlDon't allow definitions of array variables without...
2009-11-05 Devang PatelEnable debug info for global variables at -O1+
2009-11-05 Fariborz JahanianAdds doxygen comment for HasSideEffects method.
2009-11-05 Fariborz JahanianAdded support for static variables which require
2009-11-05 Douglas GregorEliminate some false positives due to a thinko in the...
2009-11-05 Sebastian RedlAdd Ubuntu 9.10 libstdc++ install location.
2009-11-05 Sebastian RedlWhen collecting types for built-in candidates, make...
2009-11-05 Daniel DunbarAdd clang_site_config user variable, so that extra...
2009-11-05 Sebastian RedlAllow the element type of arrays to be incomplete in...
2009-11-05 Sebastian RedlParse C++0x constexpr. Test case follows when this...
2009-11-05 Daniel DunbarDon't run anything other than the compiler in these...
2009-11-05 Douglas GregorFixed two places where we needed to force completion...
2009-11-05 John McCallImplement the conditional-operator part of -Wsign-compa...
2009-11-05 Ted KremenekTweak wording and classifications of analyzer diagnostics.
2009-11-05 Ted KremenekUpdate checker build.
2009-11-05 Daniel DunbarAdd EXTRA_TESTDIRS variable for specifying additional...
2009-11-05 Mike StumpReferences can't be zero; omit zero check for return...
2009-11-05 Mike StumpRefine covariant return value adjustments for thunks...
2009-11-05 Mike StumpTestcase for a recent checkin.
2009-11-05 Mike StumpUpdate.
2009-11-05 Mike StumpRefine layout for indirect virtual base classes.
2009-11-05 Mike StumpFix 80-col violation.
2009-11-05 Daniel DunbarReplace DiagnosticClient::setLangOptions with {Begin...
2009-11-05 Daniel DunbarConvert CreateAnalysisConsumer and friends to just...
2009-11-05 Daniel DunbarRemove unused SetPreprocessor method.
2009-11-05 Ted KremenekAnalysisManager: Don't rely on PathDiagnosicClients...
2009-11-05 Daniel DunbarRemove clang-cc -html-diags option, this doesn't fit...
2009-11-05 Ted KremenekActing on Daniel's nagging, remove PathDiagnosticClient...
2009-11-05 Daniel DunbarMake html::{SyntaxHighlight,HighlightMacros} take a...
2009-11-05 Daniel DunbarMake LookUpIdentifierInfo const. This makes the Identif...
2009-11-05 Daniel DunbarStringRefize Preprocessor::getIdentifierInfo.
2009-11-05 Daniel DunbarSimplify.
2009-11-05 Daniel DunbarCreatePreprocessor cannot fail
2009-11-05 Douglas GregorWhen instantiating a UnaryOperator, allow the resulting...
2009-11-05 Ted KremenekModify GRExprEngine::EvalBind() to take both a "store...
2009-11-05 John McCallImplement -Wsign-compare, or at least the actual compar...
2009-11-05 Douglas GregorMake sure to grab CVR qualifiers from the canonical...
2009-11-04 Daniel DunbarKill PreprocessorFactory, which was both morally repugn...
2009-11-04 Daniel DunbarTurn if chain into switch.
2009-11-04 Daniel DunbarTweak formatting.
2009-11-04 Douglas GregorWhen instantiating a MemberExpr, be sure to instantiate the
2009-11-04 John McCallComments, formatting. Based on patch by Brandon Pearcy!
2009-11-04 Chris LattnerA simple reordering of the definitions in stdint.h and
2009-11-04 John McCallDiagnose using a field to initialize itself. Patch...
2009-11-04 Douglas GregorWhen starting a C++ member access expression, make...
2009-11-04 Chris Lattnerignore two new -W flags, patch by Tom Jablin!
2009-11-04 Douglas GregorGive DeclarationName's operator< a more predictable...
2009-11-04 John ThompsonFixed for running on Windows.
2009-11-04 Douglas GregorFix a little canonical-types issue with non-type templa...
2009-11-04 Daniel DunbarInitializePreprocessor cannot fail.
2009-11-04 Daniel DunbarMove -undef flag into PreprocessorInitOptions
2009-11-04 Fariborz JahanianAdd code gen for pointer-to-member function in
2009-11-04 Douglas GregorProperly replace (cxxscope, template-id) annotation...
2009-11-04 Fariborz JahanianThis patch extends CleanupScope to support destruction
2009-11-04 Douglas GregorDon't try to check the initialization of fields with...
next