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