]> granicus.if.org Git - clang/shortlog
clang
2008-11-19 Ted KremenekAdd stub for PTHLexer::isNextPPTokenLParen().
2008-11-19 Ted KremenekAdd version of 'getFileCharacteristic()' for FileIDs.
2008-11-19 Ted KremenekWhen using a PTHLexer, use DiscardToEndOfLine() instead...
2008-11-19 Ted Kremenek- Move static function IsNonPragmaNonMacroLexer into...
2008-11-19 Steve NaroffFix <rdar://problem/6291588> assertion failure: SourceM...
2008-11-19 Douglas GregorSupport for calling overloaded function call operators...
2008-11-19 Douglas GregorSome tweaks suggested by Argiris
2008-11-19 Daniel DunbarIgnore Output directories when searching for tests.
2008-11-19 Oscar FuentesCMake: Added some source files.
2008-11-19 Fariborz JahanianMore of objective-c's gc code-gen. Treat objective-c
2008-11-19 Argyrios KyrtzidisMake DeclContext::getLexicalParent reuse DeclContext...
2008-11-19 Argyrios KyrtzidisTake care another assert:
2008-11-19 Nuno Lopesfix folding of '*doubleArray'
2008-11-19 Argyrios KyrtzidisMake the non-const DeclContext::getParent call the...
2008-11-19 Fariborz JahanianFew more changes due to Daniel's feedback.
2008-11-19 Douglas GregorSupport overloading of the subscript operator[], includ...
2008-11-19 Steve NaroffFix <rdar://problem/6150376> [sema] crash on invalid...
2008-11-19 Douglas GregorAdded operator overloading for unary operators, post...
2008-11-19 Argyrios KyrtzidisFix this:
2008-11-19 Argyrios KyrtzidisRemove Preprocessor::CacheTokens boolean data member...
2008-11-19 Daniel DunbarAdd spec ref to comment.
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...
next