]> granicus.if.org Git - clang/shortlog
clang
2008-11-19 Zhongxing XuAdd test for path-sensitive uninit-val detection involv...
2008-11-19 Zhongxing XuAdd support for symbolicating global structs and arrays...
2008-11-19 Zhongxing XuAdd SymbolData for array elements and struct fields.
2008-11-19 Daniel DunbarFix silly code, use IdentifierInfo* instead of std...
2008-11-19 Daniel DunbarFix redundant load of bit-fields on assignment (to...
2008-11-19 Sanjiv GuptaPointer width for PIC16 is 16 bits. Modify getMemCpy...
2008-11-19 Chris Lattnerfix save-o
2008-11-19 Chris Lattnersimplify
2008-11-19 Chris Lattnerstop calling II::getName() unnecesarily in sema
2008-11-19 Chris Lattnersimplify some code.
2008-11-19 Chris Lattnerremove uses of IdentifierInfo::getName()
2008-11-19 Chris Lattnerremove some uses of IdentifierInfo::getName()
2008-11-19 Chris Lattneradd a new helper method. It is unclear to me why this...
2008-11-19 Chris LattnerUse smallstring instead of new[]'ing a string. This...
2008-11-19 Chris Lattnerremove uses of IdentifierInfo::getName()
2008-11-19 Chris Lattnerdon't turn identifierinfo's into strings in diagnostics.
2008-11-19 Chris LattnerAllow sending IdentifierInfo*'s into Diagnostics withou...
2008-11-19 Chris Lattnerconvert some diags to use numbers instead of strings.
2008-11-19 Chris Lattnerformatting
2008-11-19 Chris Lattneradd direct support for signed and unsigned integer...
2008-11-19 Chris Lattnerswitch TextDiagnosticPrinter to raw_ostream.
2008-11-19 Chris Lattnerrewrite FormatDiagnostic to be less gross and a lot...
2008-11-19 Daniel DunbarDiscard unused runtime function declarations (for reada...
2008-11-19 Chris Lattnerimplement a transparent optimization with the diagnosti...
2008-11-19 Ted KremenekUpdated checker build.
2008-11-19 Chris LattnerAddress Sebastian and Doug's objections with taking...
2008-11-19 Chris Lattnerremove one more old-style Diag method.
2008-11-19 Chris LattnerSwitch several more Sema Diag methods over. This simpl...
2008-11-19 Douglas GregorBuilt-in equality and relational operators have return...
2008-11-19 Ted KremenekRevert 59574 (caused tests to fail).
2008-11-19 Ted Kremenekscan-build now recognizes when the user is directly...
2008-11-19 Fariborz JahanianGenerate strong write barriers for __strong objects.
2008-11-19 Ted Kremenek- Move static function IsNonPragmaNonMacroLexer into...
2008-11-19 Ted KremenekInitialize CurPPLexer in Preprocessor's constructor.
2008-11-19 Ted KremenekFix warning about RegionStoreManager::Retrieve() not...
2008-11-18 Douglas GregorPartial expansion of C++ operator overloading (for...
2008-11-18 Chris Lattnerstart converting Sema over to using its canonical Diag...
2008-11-18 Fariborz JahanianPatch for generation of weak write barriers for objc
2008-11-18 Chris Lattnerintroduce the one true Diag method for Sema. Next...
2008-11-18 Chris LattnerAllow diagnostics to be used in bool context, like:
2008-11-18 Chris LattnerRemove the last of the old-style Preprocessor::Diag...
2008-11-18 Fariborz JahanianGenerate objc_read_weak for __weak objc loads.
2008-11-18 Fariborz JahanianSome basic support toward objective-c's GC code gen.
2008-11-18 Steve NaroffFix <rdar://problem/6329769> [sema] crash on duplicatio...
2008-11-18 Torok Edwinremove this testcase, it fails with -verify still
2008-11-18 Nuno Lopesfix test. it now crashes, but thats another problem..
2008-11-18 Daniel DunbarAdd some quick notes on the clang tests and running...
2008-11-18 Daniel DunbarInput files should be before link options.
2008-11-18 Torok Edwinadd testcase for PR3093
2008-11-18 Chris Lattnerdon't dereference a null pointer
2008-11-18 Douglas GregorAs threatened previously: consolidate name lookup and...
2008-11-18 Douglas GregorExtend DeclarationName to support C++ overloaded operat...
2008-11-18 Zhongxing XuFix 80-col violation.
2008-11-18 Zhongxing XuAdd test cast for struct array.
2008-11-18 Zhongxing Xuhandle the case that the array element is of structure...
2008-11-18 Chris Lattnerremove one more Preprocessor::Diag method.
2008-11-18 Chris LattnerConvert the lexer and start converting the PP over...
2008-11-18 Chris Lattnerremove the last couple obsolete forms of Parser::Diag.
2008-11-18 Chris LattnerChange a couple of the Parser::Diag methods to return...
2008-11-18 Chris LattnerThe 'return Diag(...)' idiom should be treated as retur...
2008-11-18 Chris LattnerGive DiagnosticInfo a real copy constructor, even though it
2008-11-18 Chris Lattneralphabeticalize.
2008-11-18 Ted KremenekUpdated checker build.
2008-11-18 Chris LattnerThis reworks some of the Diagnostic interfaces a bit...
2008-11-18 Ted KremenekAttribute nonnull can be applied to block pointers.
2008-11-18 Chris LattnerSourceManager::getLineNumber is logically const except...
2008-11-18 Chris Lattnereliminate dependence of strange "Diagnostic::Report...
2008-11-18 Chris Lattnerremove a helper method with only one call site.
2008-11-18 Chris LattnerChange the diagnostics interface to take an array of...
2008-11-18 Chris Lattnercleanups.
2008-11-18 Chris Lattnersort files.
2008-11-18 Chris Lattnercleanups and simplifications.
2008-11-18 Ted KremenekPreprocessor::PushIncludeMacroStack() should always...
2008-11-18 Ted Kremenek- Add Lexer::isPragma() accessor for clients of Lexer...
2008-11-18 Chris Lattnerminor cleanups and tidying, no functionality change.
2008-11-18 Chris Lattnerimplement a fixme by making warnings for ++/-- on non...
2008-11-18 Chris Lattnerfactor some code out into a helper function
2008-11-18 Ted KremenekReplace more uses of 'CurLexer->' with 'CurPPLexer...
2008-11-18 Ted KremenekAdd hooks to use PTHLexer::Lex instead of Lexer::Lex...
2008-11-18 Ted KremenekUpdate Xcode project.
2008-11-18 Ted KremenekAdded conditional guard 'if (CurLexer)' when using...
2008-11-18 Ted KremenekChange a bunch of uses of 'CurLexer->' to 'CurPPLexer...
2008-11-18 Ted Kremenek- Add 'CurPPLexer' to Preprocessor to keep track of...
2008-11-17 Sebastian RedlImplement effects of 'mutable', and a few comments...
2008-11-17 Douglas GregorEliminate all of the placeholder identifiers used for...
2008-11-17 Ted KremenekFold assertion into second valid else branch. This...
2008-11-17 Steve NaroffFix <rdar://problem/6333904> [sema] message lookup...
2008-11-17 Douglas GregorOnly test test/CodeGenObjC/synchronized.m as a i686...
2008-11-17 Douglas GregorUpdated IdentifierResolver to deal with DeclarationName...
2008-11-17 Chris LattnerImplement rdar://6319320: give a good diagnostic for...
2008-11-17 Steve NaroffFix <rdar://problem/6316324> [sema] spurious warning...
2008-11-17 Ted KremenekUpdated checker build.
2008-11-17 Fariborz JahanianTest case for objective-c's @synchronized statement.
2008-11-17 Douglas GregorAdd TODO item for adding more source-range information...
2008-11-17 Steve NaroffFix <rdar://problem/6320086> parser rejects block captu...
2008-11-17 Douglas GregorSome cleanups for C++ operator overloading
2008-11-17 Douglas GregorSimplify error messages for two-parameter overloaded...
2008-11-17 Douglas GregorIntroduction the DeclarationName class, as a single...
2008-11-17 Chris Lattnerpad header out to 80 cols
2008-11-17 Chris Lattneradd OperatorKinds.* to the project.
next