]> granicus.if.org Git - clang/shortlog
clang
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.
2008-11-17 Chris Lattnerline up some columns, no functionality change.
2008-11-17 Eli FriedmanA few corrections to the expr constant work. Not enable...
2008-11-17 Anders CarlssonMore expr constant work. (Off by default).
2008-11-16 Anders CarlssonAddress some comments Eli had.
2008-11-16 Nuno Lopesuse HandleConversionToBool() to check if a given cond...
2008-11-16 Anders CarlssonMore complex float evaluator support.
2008-11-16 Chris LattnerDescribe how constant folding and i-c-e diagnosing...
2008-11-16 Chris Lattnerrename Expr::tryEvaluate to Expr::Evaluate.
2008-11-16 Anders CarlssonAdd very limited support for evaluating complex floats.
2008-11-16 Chris LattnerTrivial tidying
2008-11-16 Chris Lattneradd PTHLexer.h to project
2008-11-16 Nuno Lopesfix folding of comma if given a non-constant operand.
2008-11-16 Nuno Lopesmake IntExprEvaluator fold the ?: operator
2008-11-16 Anders CarlssonMore work on the constant evaluator. Eli, it would...
2008-11-16 Chris LattnerFix PR3075, __builtin_stdarg_start being misprototyped...
2008-11-16 Chris LattnerFix PR3077: tokens that come from macro expansions...
2008-11-16 Zhongxing Xuadd targe triple commandline option to fix test failure...
2008-11-16 Chris Lattneradd dump and print methods, add operator<< for APValue.
2008-11-16 Chris Lattnermove some APValue methods out of line.
2008-11-16 Anders CarlssonAdd the ability to evaluate comparison operators with...
2008-11-16 Zhongxing XuEnhance modularization: return a <state,loc> pair to...
2008-11-16 Anders CarlssonMore constant expr work.
2008-11-16 Chris Lattnerdaniel prefers completed thoughts.
2008-11-16 Zhongxing XuRe-enable array-struct test.
2008-11-16 Zhongxing XuEnhances SCA to process untyped region to typed region...
2008-11-15 Chris LattnerStart implementing support for @synchonized with the...
2008-11-15 Anders CarlssonCheck in code that uses tryEvaluate for emitting consta...
2008-11-15 Anders CarlssonHandle padding in the constant CFString struct. Fixes...
2008-11-15 Anders CarlssonUse IgnoreParenCasts. No functionality change.
2008-11-15 Zhongxing XuUse the allocator of ExplodedGraph. The whole static...
2008-11-15 Anders CarlssonFix silly bug spotted by Daniel Dunbar
2008-11-15 Zhongxing XuImprove zero value generation.
2008-11-15 Zhongxing XuAdd isUnsigned option.
2008-11-15 Ted KremenekReduce permissiveness of assertion.
2008-11-15 Ted KremenekUpdated checker build.
2008-11-15 Ted KremenekAdd a test case for compound assignments that lazily...
2008-11-15 Ted KremenekReverted part of r59335: http://lists.cs.uiuc.edu/piper...
2008-11-15 Ted KremenekRe-enable an assertion that I mistakenly removed.
2008-11-15 Anders CarlssonHandle complex return values.
2008-11-15 Ted KremenekUse the correct QualType when creating the '0' constant.
2008-11-15 Ted KremenekImplement FIXME in GRExprEngine::VisitUnaryOperator...
2008-11-15 Ted KremenekFlush llvm::errs() when printing out SVals.
2008-11-14 Zhongxing XuAdd handy method.
2008-11-14 Sebastian RedlImplement parsing and semantic checking of the 'mutable...
2008-11-14 Argyrios KyrtzidisUse ReadPtr, not ReadUIntPtr through a reinterpret_cast.
2008-11-14 Argyrios KyrtzidisRemove Parser::isTokenUnqualifiedId, it's not getting...
2008-11-14 Steve NaroffFix <rdar://problem/6372970> clang ObjC rewriter: incor...
2008-11-14 Ted KremenekMinor tweaks to liveness analysis:
2008-11-14 Ted KremenekSecond attempt at implementation transfer function...
2008-11-14 Ted KremenekFlow-sensitive uninitialized values analysis: properly...
2008-11-14 Douglas GregorAdd a new expression node, CXXOperatorCallExpr, which...
2008-11-14 Steve NaroffFix <rdar://problem/6370288> clang ObjC rewriter: Too...
2008-11-14 Douglas GregorDon't require us to manually number the statements...
2008-11-14 Zhongxing XuImprove comments.
2008-11-14 Ted KremenekHandle the case where 'element' in ObjCforCollectionstm...
2008-11-14 Ted KremenekFix CFG construction for ObjCForCollectionStmt: 'elemen...
2008-11-14 Ted KremenekUpdate Xcode project.
next