]> granicus.if.org Git - clang/shortlog
clang
2008-11-22 Ted Kremenekreverting this because it breaks some blocks cases...
2008-11-22 Chris LattnerSplit the DiagnosticInfo class into two disjoint classes:
2008-11-22 Ted KremenekFix predicate: we're not in caching mode if CurPPLexer...
2008-11-21 Ted KremenekIn PTHLexer::DiscardToEndOfLine() use Lex() instead...
2008-11-21 Ted KremenekReenable the default lexer.
2008-11-21 Ted KremenekWhen creating the raw tokens for PTHLexer, make sure...
2008-11-21 Ted KremenekWhen creating raw tokens for the PTHLexer specially...
2008-11-21 Fariborz JahanianFixed bugzilla bug# 3095 related to code gen. for ...
2008-11-21 Sebastian RedlImplementation of new and delete parsing and sema.
2008-11-21 Chris Lattnerrearrange some fields.
2008-11-21 Chris Lattnermerge some simple call diagnostics.
2008-11-21 Chris Lattnerprint a type in a diagnostic.
2008-11-21 Fariborz JahanianFields of ivars of struct types are considered ivars
2008-11-21 Douglas GregorDon't turn off blocks in C++
2008-11-21 Chris Lattnerreapply the (corrected) patch to use the new llvm intri...
2008-11-21 Douglas GregorAllow redeclaration of typedefs in C++
2008-11-21 Chris Lattnertemporarily revert Sangiv's patch.
2008-11-21 Douglas GregorTiny fix to the parsing of linkage-specifications
2008-11-21 Douglas GregorFix overloading of non-static member functions that...
2008-11-21 Douglas GregorEnable some more operator overloading tests, and don...
2008-11-21 Sanjiv Guptamem[cpy,set,move] intrinsics are now overloaded.
2008-11-21 Chris Lattnermerge 3 more diagnostics into 1.
2008-11-21 Chris LattnerAdd the concept of "modifiers" to the clang diagnostic...
2008-11-21 Chris LattnerChange CheckIncrementDecrementOperand to test for commo...
2008-11-21 Chris Lattnermove the diagnostic location and ID out of DiagnosticIn...
2008-11-21 Chris Lattnermove diagnostic insertion methods to be free methods...
2008-11-21 Chris Lattnertestcase for PR3096
2008-11-21 Douglas GregorCleanup memory management in overloading of operator...
2008-11-21 Douglas GregorDon't print canonical types in overloading-related...
2008-11-21 Chris LattnerChange -verify mode to find the "expected-error" and...
2008-11-21 Ted KremenekAdd comment to IsFileLexer, clean up indentation, and...
2008-11-21 Chris Lattnerremove expected-error from #if 0 section of code.
2008-11-21 Chris Lattnerdisable expected-errors in #if parts of the test.
2008-11-21 Chris Lattnersplit into two tests.
2008-11-21 Ted KremenekPTHLexer:
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.
next