]> granicus.if.org Git - clang/shortlog
clang
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...
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...
next