]> granicus.if.org Git - clang/shortlog
clang
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...
2009-11-04 Douglas GregorStore the unresolved class type in MemberPointerType...
2009-11-04 Chris Lattnerthis test has started failing due to an optimizer chang...
2009-11-04 Douglas GregorEliminate the "old" ways of parsing operator-function...
2009-11-04 Douglas GregorSwitch parsing of using declarations over to ParseUnqua...
2009-11-04 John McCallPreserve type source information in sizeof/alignof...
2009-11-04 Douglas GregorWhen performing template instantiation (transformation) of
2009-11-04 Daniel DunbarFix commento.
2009-11-04 Daniel DunbarUpdate CMake.
2009-11-04 Daniel DunbarMove -fcolor-diagnostics logic to driver.
2009-11-04 Daniel DunbarMove logic for selection -fmessage-length= to driver.
2009-11-04 Daniel DunbarFix indentation.
2009-11-04 Daniel DunbarFactor out a diagnostic options class.
2009-11-04 Ted KremenekAdd FIXME.
2009-11-04 Ted KremenekCatch uses of undefined values when they are used in...
2009-11-04 Ted KremenekAdd mising #ifdef guards.
2009-11-04 John McCallDiagnose the use of 'fastcall' on functions without...
2009-11-04 John McCallDiagnose __builtin_offsetof on incomplete types. Fixes
2009-11-04 John McCallChange our basic strategy for avoiding deprecation...
2009-11-04 Zhongxing XuMerge ZeroSizedVLAChecker and UndefSizedVLAChecker.
2009-11-04 Tanya LattnerMerge constant array and structures. This will create...
2009-11-04 Mike StumpFix 80-col violations.
2009-11-04 Douglas GregorImplement support for parsing dependent template-ids...
2009-11-04 Mike StumpSplit out return adjustments in thunks from this adjust...
2009-11-04 Daniel DunbarUse unsigned char instead of unsigned : 8 to make the...
2009-11-04 Ted KremenekRefactor StoreManager::BindDecl() to take a VarRegion...
2009-11-03 Mike StumpMisc cleanups.
2009-11-03 Mike StumpTest case for recent checkin.
2009-11-03 Ted KremenekChange GRTransferFuncs::RegisterChecks() to take a...
2009-11-03 Mike StumpRefine volatile handling, specifically, we must have...
2009-11-03 Douglas GregorParsing and semantic analysis for template-ids that...
2009-11-03 Nuno Lopesmake 'make clean' work on Solaris, per Gabor Greif...
2009-11-03 Nuno Lopesmake 'make clean' clean everything
2009-11-03 Mike StumpWe have to ensure we have the canonical type to do...
2009-11-03 Nuno Lopesset svn:ignore
2009-11-03 Douglas GregorTweak some comments about unqualified-id and id-express...
2009-11-03 John McCallCFieldCallback doesn't need to create an ExtensionRAIIO...
2009-11-03 Douglas GregorRemove a bunch of #if 0'd code made irrelevant by the...
2009-11-03 Fariborz JahanianRemove previous patch for pr5296 due to further clarifi...
2009-11-03 Chris LattnerImplement support for the -undef command line option...
2009-11-03 Chris Lattnersilence a warning.
2009-11-03 Douglas GregorReplace the code that parses member access expressions...
2009-11-03 John McCallSilence a warning by giving Parser::FieldCallback a...
2009-11-03 Mike Stumpvtable testcase for recent work on vcall/vbase offsets.
2009-11-03 John McCallReorganize the parsing of decl groups / function defini...
2009-11-03 Mike StumpRefine codegen for covariant thunks that return references.
2009-11-03 Ted KremenekMerge NullDerefChecker.[h,cpp] and UndefDerefChecker...
2009-11-03 Daniel DunbarFix tests to not depend on /dev/null existing.
2009-11-03 Mike StumpRefine return value adjustments for thunks.
2009-11-03 Douglas GregorUse ParseUnqualifiedId when parsing id-expressions...
2009-11-03 Mike StumpFix documentation.
2009-11-03 Benjamin KramerUpdate CMakeLists.
2009-11-03 Zhongxing XuPull VLA size checker into its own files.
2009-11-03 Daniel DunbarAdd link to FatELF project.
2009-11-03 Ted KremenekImplement: <rdar://problem/6250216> Warn against using...
2009-11-03 Ted KremenekMove 'static inline' functions GetNullarySelector(...
2009-11-03 Daniel DunbarXFAIL Driver/hello.c on Windows.
2009-11-03 Zhongxing XuPull AttrNonNullChecker into its own files.
2009-11-03 Daniel DunbarAdd target_triple to Clang site configuration.
next