]> granicus.if.org Git - clang/shortlog
clang
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.
2009-11-03 Daniel DunbarSwitch XFAIL format to match LLVM.
2009-11-03 Zhongxing XuUpdate CMake file.
2009-11-03 Ted KremenekRename NSErrorCheck to NSErrorChecker.
2009-11-03 Ted KremenekUpdate CMake file.
2009-11-03 Zhongxing XuPull UndefinedArgChecker into its own files.
2009-11-03 Ted KremenekFix buffer overflow in PrintMacroDefinition() by invert...
2009-11-03 Zhongxing XuPull BadCallChecker into its own files.
2009-11-03 Ted Kremenekretain/release checker: CGBitmapContextCreateWithData...
2009-11-03 Ted Kremenekretain/release checker: Add special handling of CGBitma...
2009-11-03 Chris Lattnerpr5371 likely has nothing to do with this.
2009-11-03 Mike StumpRefine codegen for non-virtual this adjustments for...
2009-11-03 John McCallSwitch ParseStructDeclaration to a callback-based API...
2009-11-03 John ThompsonFixed for running on Windows.
2009-11-03 Mike StumpAdd virtual adjustments for this for thunks.
2009-11-03 Douglas GregorIntroduce a new class, UnqualifiedId, that provides...
2009-11-03 Fariborz JahanianAssortment of property attributes declared in continuation
2009-11-02 Mike StumpAdd basic codegen for thunks that return values.
2009-11-02 Mike StumpRefine codegen for thunks.
2009-11-02 Ted KremenekRemove GRExprEngine::CheckerVisitLocation(). It was...
2009-11-02 Fariborz JahanianProperty declared in continuation class can only be...
2009-11-02 John ThompsonAdded __has_include and __has_include_next.
2009-11-02 Ted KremenekHopefully make gcc-4.0 happy with respect to the follow...
next