]> granicus.if.org Git - clang/shortlog
clang
2008-12-05 Zhongxing XuRename: FindContext -> FindDeclVisibleInContext.
2008-12-05 Fariborz JahanianPatch for diagnosing type mismatch between
2008-12-05 Ted KremenekRemove SymbolDataContentsOf (unused).
2008-12-05 Ted KremenekStoreManager::Retrieve and StoreManager::RemoveDeadBind...
2008-12-05 Chris Lattner-std=c99 defaults blocks to off even on darwin, but...
2008-12-04 Steve NaroffFinish up support for <rdar://problem/6213955> clang...
2008-12-04 Chris Lattnerchange getCurFunctionDecl to skip through Block context...
2008-12-04 Chris Lattnerinstead of forcing blocks on by default, make them...
2008-12-04 Fariborz JahanianOutput better diagnostics for continuation class
2008-12-04 Chris Lattnerreplace useNeXTRuntimeAsDefault with a generic hook...
2008-12-04 Ted KremenekRemove unneeded assertion.
2008-12-04 Ted KremenekRemove unneeded assertion. We already know that FE...
2008-12-04 Sebastian RedlCode cleanup in new handling.
2008-12-04 Ted KremenekUse 'free' to release PerIDCache since it was allocated...
2008-12-04 Ted KremenekAdd 'expected-warning' to make test case pass.
2008-12-04 Ted KremenekAdd another static analyzer test case involving attribu...
2008-12-04 Ted KremenekFix bug in attribute(nonnull) processing where not...
2008-12-04 Steve NaroffFix build breakage from my previous commit.
2008-12-04 Ted KremenekAdd another test case for attribute(nonnull) checking.
2008-12-04 Sebastian RedlFix some diagnostics and enhance test cases. Now tests...
2008-12-04 Steve NaroffSeveral things...
2008-12-04 Daniel DunbarMention an optimization opportunity pointed out by...
2008-12-04 Ted KremenekRevamp RegionStoreManager::RemoveDeadBindings. This...
2008-12-04 Ted KremenekRevise bogus comment I just committed.
2008-12-04 Ted KremenekAdd comment to test case for documentation.
2008-12-04 Ted KremenekUpdate comment.
2008-12-04 Zhongxing XuAdd comments.
2008-12-04 Sebastian RedlCorrect CodeGen assumption that LongTy == Int32Ty in...
2008-12-03 Sebastian RedlFix some type punning errors in SizeOfAlignOf and Typei...
2008-12-03 Ted KremenekAdded GDM query functions "contains" for the data types...
2008-12-03 Ted KremenekAdded partial specialization of GRStatePartialTrait...
2008-12-03 Sebastian RedlOverload resolution for the operator new function....
2008-12-03 Ted KremenekProperly "include" abs_path.
2008-12-03 Ted KremenekUse abs_path to resolve symbolic links and '..' in...
2008-12-03 Ted KremenekDon't have special treatment from pruning the common...
2008-12-03 Ted KremenekBasicConstraintManager:
2008-12-03 Ted KremenekBasicConstraintManager:
2008-12-03 Sebastian RedlFix typo in index operator overloading.
2008-12-03 Anders CarlssonIf a global var decl has an initializer, make sure...
2008-12-03 Ted KremenekPTH:
2008-12-03 Steve NaroffMore support for rewriting property getter/setters.
2008-12-03 Ted KremenekUpdate Xcode project.
2008-12-03 Ted Kremenek- Remove PTHManager.cpp. Move all of its functions...
2008-12-02 Sebastian RedlCorrect pretty printing of array new expressions.
2008-12-02 Ted KremenekUpdate Xcode project.
2008-12-02 Ted KremenekAdd "-token-cache" option for using pretokenized cache...
2008-12-02 Ted KremenekPreprocessor:
2008-12-02 Ted KremenekAdded PTHManager, a utility class that will be used...
2008-12-02 Ted KremenekPTH emission:
2008-12-02 Fariborz JahanianMore type-checking of setter/getter methods. This is...
2008-12-02 Nuno Lopesllvm-ld doesnt support '-g', so aovid passing that...
2008-12-02 Steve NaroffAdd a couple FIXME's.
2008-12-02 Steve NaroffMake sure synthesized properties get inserted into...
2008-12-02 Sebastian RedlParsing new and delete is now complete.
2008-12-02 Sebastian RedlAdd better comments to ::new parsing. Thanks to Doug...
2008-12-02 Sebastian RedlMake RegionStoreManager::InitializeArray safe against...
2008-12-02 Sebastian RedlMake the parser handle ::new and ::delete correctly.
2008-12-02 Sebastian Redlint-arith-convert.c makes assumptions about integer...
2008-12-02 Eli FriedmanUpdate cmake build; patch by Csaba Hruska.
2008-12-02 Steve NaroffSimplify previous commit.
2008-12-02 Eli FriedmanFix for PR3150: obvious copy-paste bug in
2008-12-02 Steve NaroffMore work to rewrite synthesize properties (<rdar:...
2008-12-02 Sebastian RedlHandle new by passing the Declaration to the Action...
2008-12-02 Ted KremenekAdd FIXME.
2008-12-02 Eli FriedmanDisabling this code due to regression on test/CodeGen...
2008-12-02 Douglas GregorA little more scaffolding for parsing templates:
2008-12-02 Fariborz JahanianThis patch corrects problem in searching for a setter...
2008-12-01 Douglas GregorBasic support for parsing templates, from Andrew Sutton
2008-12-01 Douglas GregorImprove error recovery when parsing a function definiti...
2008-12-01 Douglas GregorInitialize storage class even if we got an erroneous...
2008-12-01 Douglas GregorObjective-C keywords are not always identifiers. Some...
2008-12-01 Douglas GregorFix RUN line
2008-12-01 Steve Naroff-Add several ObjC types to Decl::getDeclKindName()...
2008-12-01 Douglas GregorTest blocks in C++ mode
2008-12-01 Douglas GregorUse EmitInt, not Emit, to emit unsigned values
2008-12-01 Daniel DunbarAdd test case for __ASSEMBLER__ definition.
2008-12-01 Daniel DunbarAdd LangOptions marker for assembler-with-cpp mode...
2008-12-01 Douglas GregorEnable blocks in C++
2008-12-01 Douglas GregorMake sure __null test runs in both 32- and 64-bit....
2008-12-01 Douglas GregorParse the exception-specification throw(...), a Microso...
2008-12-01 Douglas GregorAdd the test for __null
2008-12-01 Douglas GregorDefine NULL to __null in C++, so that it's guaranteed...
2008-12-01 Anders CarlssonGenerate the correct results for the comma expression...
2008-12-01 Anders CarlssonRevert change that made isNullPointerConstant start...
2008-12-01 Anders CarlssonFix test. (0 && (a(),1)) is a valid I-C-E according...
2008-12-01 Anders CarlssonChange more code over to using the new Expr::Evaluate
2008-12-01 Anders CarlssonChange more code over to using the new Expr::Evaluate
2008-12-01 Anders CarlssonUse the new Expr::Evaluate
2008-12-01 Anders CarlssonRemove dead code.
2008-12-01 Anders CarlssonAdd Sema::isNullPointerConstant which extwarns if neces...
2008-12-01 Anders CarlssonAdd a new variant of isNullConstantExpr that returns...
2008-12-01 Anders CarlssonUse VerifyIntegerConstantExpression for case values.
2008-12-01 Anders CarlssonEmit the correct diagnostic when a comma is in an ICE.
2008-11-30 Anders CarlssonAdd Sema::VerifyIntegerConstantExpression
2008-11-30 Anders CarlssonChange the diagnostics that the evaluator reports to...
2008-11-30 Anders CarlssonReplace the isEvaluated bool with a ShortCircuit int...
2008-11-30 Anders CarlssonPass the expression to the Error and Extension methods.
2008-11-30 Anders CarlssonAdd a new variant of Evaluate and reimplement the old...
2008-11-30 Anders CarlssonGeneral cleanup, evaluate the RHS of a logical op even...
2008-11-30 Anders CarlssonEvalInfo now holds a reference to an EvalResult struct.
next