]> granicus.if.org Git - clang/shortlog
clang
2008-11-21 Fariborz JahanianConsolidated @try and @synchronize into a single
2008-11-21 Ted KremenekAdd checker test case: warn about returning an uninitia...
2008-11-21 Ted Kremenek- Clean up transfer function logic for 'return' statements.
2008-11-21 Ted KremenekEnable test file for 'region store' in addition to...
2008-11-20 Fariborz JahanianSupport generation of objc_assign_ivar for ivar
2008-11-20 Ted KremenekPTHLexer:
2008-11-20 Fariborz Jahanian__weak ivar need not warn.
2008-11-20 Fariborz JahanianIntroducing objc_assign_ivar to clang.
2008-11-20 Fariborz JahanianAdded a test case for __weak field decls. Change SetVar...
2008-11-20 Ted KremenekHandle another case where we should use PTHLexer as...
2008-11-20 Douglas GregorUpdate C++ status
2008-11-20 Ted KremenekPTHLexer:
2008-11-20 Douglas GregorAdd support for overloaded operator-> when used in...
2008-11-20 Ted KremenekRename IsNonPragmaNonMacroLexer to IsFileLexer.
2008-11-20 Ted KremenekOutput 'ANALYZE' messages to standard error. This...
2008-11-20 Douglas GregorFix strange quote characters
2008-11-20 Daniel DunbarDe-unionize fields in Token class.
2008-11-20 Ted KremenekRewrote PTHLexer::Lex by digging through the sources...
2008-11-20 Ted KremenekAdd ugly "test harness" for PTHLexer that is not enable...
2008-11-20 Ted KremenekAdded virtual method 'IndirectLex' to PTHLexer. This...
2008-11-20 Ted KremenekPreprocessor::isCurrentLexer() now takes a Preprocessor...
2008-11-20 Chris LattnerDaniel really really likes = instead of += :)
2008-11-20 Chris Lattnerremove the last old-fashioned Diag method. Transition...
2008-11-20 Chris Lattnerremove another old Diag method.
2008-11-20 Chris Lattnerremove another old-school Diag method.
2008-11-20 Chris Lattnerremove the type_info identifier cache. Compared to...
2008-11-20 Chris Lattnercompared to the rest of the code in Sema::GetStdNamespa...
2008-11-20 Chris Lattnerremove some other identifiers that are looked up really...
2008-11-20 Chris Lattnerinstead of looking up super at startup time,
2008-11-20 Chris LattnerRename IdentifierInfo::isName to ::isStr. Use a nifty...
2008-11-20 Ted KremenekMake FIXME a hard assertion.
2008-11-20 Ted KremenekPreprocessor::getCurrentFileLexer() now returns a Prepr...
2008-11-20 Ted KremenekJust use the SourceLocation of SysHeaderTok when doing...
2008-11-20 Ted KremenekAssign the result of getCurrentFileLexer() to a Preproc...
2008-11-20 Ted Kremenek- Default initialize ParsingPreprocessorDirective,...
2008-11-20 Ted KremenekAdd (untested) implementation of PTHLexer::isNextPPToke...
2008-11-20 Ted KremenekUse ScheduleDAGSDNodes.h instead of ScheduleDAG.h ...
2008-11-20 Zhongxing XuSplit region store specific test cases.
2008-11-20 Fariborz JahanianMore objc gc stuff. Read/Write barriers for local stati...
2008-11-19 Douglas GregorBeef up the test for function call operators slightly
2008-11-19 Douglas GregorImplement the rest of C++ [over.call.object], which...
2008-11-19 Ted KremenekFix comment.
2008-11-19 Ted KremenekUse PreprocessorLexer::getFileID() instead of Lexer...
2008-11-19 Ted KremenekMove more cases of using 'CurLexer' to 'CurPPLexer'.
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...
next