]> granicus.if.org Git - clang/shortlog
clang
2008-08-22 Eli FriedmanFix some issues with array type merging. (No visible...
2008-08-22 Eli FriedmanMinor const cleanup.
2008-08-22 Eli FriedmanRewrite type compatibility testing to do type merging...
2008-08-22 Eli FriedmanInitial implementation of floats in Expr::tryEvaluate...
2008-08-21 Zhongxing XuModify comments.
2008-08-21 Zhongxing XuMove the handling of DeclStmt from GRExprEngine to...
2008-08-21 Daniel DunbarNeXT: Emit [meta]class protocol references.
2008-08-21 Ted KremenekAdded --use-cc option to scan-build to allow the user...
2008-08-21 Chris Lattneradd a simple check to warn people who type "=+" when...
2008-08-21 Steve NaroffRewriteObjC::RewriteObjCSynchronizedStmt(): Make sure...
2008-08-21 Daniel DunbarUse full path to count script, and don't treat files...
2008-08-21 Daniel DunbarPreliminary support for Obj-C classes in NeXT runtime.
2008-08-21 Daniel DunbarMissed a test case writing a .ll file.
2008-08-21 Daniel DunbarReorder the PATH used during testing so $(ToolDir)...
2008-08-21 Daniel DunbarUpdate a number of CodeGen tests to not create .ll...
2008-08-21 Daniel DunbarUpdate test/Makefile to allow testing when using a...
2008-08-21 Eli FriedmanRemove duplicate define from Windows-x86 target.
2008-08-21 Eli FriedmanInitial implementation of Windows x86 target; at the...
2008-08-21 Eli FriedmanAdd Linux x86-32 target.
2008-08-21 Eli FriedmanFirst cut at OS detection, taking advantage of the...
2008-08-20 Eli FriedmanClass reorg for PPC; shouldn't be any visible changes...
2008-08-20 Eli FriedmanFix a regression from my fix to PR2631. Fixes PR2692.
2008-08-20 Eli FriedmanFix a minor crash-on-invalid.
2008-08-20 Daniel DunbarFix attributes on Obj-C interfaces & methods.
2008-08-20 Ted KremenekFix URL typo.
2008-08-20 Ted KremenekUpdated checker build.
2008-08-20 Ted KremenekPatch by Zhongxing Xu:
2008-08-20 Ted KremenekPatch by Zhongxing Xu: We should set back the modified...
2008-08-20 Eli FriedmanClass reorg for ARM. Shouldn't be any visible changes.
2008-08-20 Eli FriedmanClass hierarchy reorg for Sparc architecture. While...
2008-08-20 Daniel DunbarFix subtle bug introduced in r54852.
2008-08-20 Ted KremenekRe-enable deletion of AST nodes upon completion of...
2008-08-20 Ted KremenekAdded ObjCAtDefsFieldDecl to represent FieldDecls creat...
2008-08-20 Eli FriedmanReorganize the class hierarchy for x86 targets; shouldn...
2008-08-20 Eli FriedmanFix test failure on Linux.
2008-08-20 Eli FriedmanFix some spam from make I accidentally introduced.
2008-08-20 Daniel DunbarMove all Obj-C runtime interaction into CodeGenFunction.
2008-08-20 Eli FriedmanGet rid of the bogus -depth +0 argument; I really have...
2008-08-19 Ted KremenekMove store pretty-printing logic inside of StoreManager...
2008-08-19 Ted KremenekPatch by Zhongxing Xu!
2008-08-19 Steve NaroffFix crasher in RewriteObjC::RewriteObjCSynchronizedStmt...
2008-08-19 Chris LattnerUse raw_ostream to output an unsigned.
2008-08-19 Ted KremenekUpdate checker-78.
2008-08-19 Chris Lattneradd testcase we already handle.
2008-08-18 Argyrios KyrtzidisAdd ExplicitCastExpr to replace the current CastExpr...
2008-08-18 Chris Lattnerproper grammar n stuph
2008-08-18 Chris Lattnerwarn when someone tries to make an array of ObjC interf...
2008-08-18 Argyrios Kyrtzidis"Remove the 'else' since the code is fallthrough after...
2008-08-18 Ted KremenekRecord arguments in .info file.
2008-08-18 Daniel DunbarSupport initialization of incomplete array with zero...
2008-08-18 Chris LattnerFix PR2627, support for Q constraint.
2008-08-18 Chris LattnerSeveral cleanups and tweaks to diagnostics in Sema...
2008-08-18 Chris Lattnerfix bogus run line.
2008-08-18 Ted Kremenekscan-build/ccc-analyzer now also report clang parser...
2008-08-18 Daniel DunbarMake TargetInfo::DescriptionString const (avoid compile...
2008-08-18 Daniel DunbarAdd svn:ignore on lib/Driver/Release-Asserts
2008-08-18 Daniel DunbarChange test/Makefile to automatically test all subdirs.
2008-08-18 Daniel DunbarFix test case RUN: line (thanks Argiris)
2008-08-18 Sanjiv GuptaAllow targets to override description string.
2008-08-17 Argyrios KyrtzidisType::isIntegerType() returns true for types between...
2008-08-17 Chris Lattnervarious updates to match r54873 on mainline.
2008-08-17 Chris Lattnerprinting with an unspecified dest means to print to...
2008-08-17 Chris Lattnerdon't delete a variable on the stack
2008-08-17 Chris Lattnersimplify this code a bit more.
2008-08-17 Ted KremenekMigrate the retain/release checker to not manage the...
2008-08-17 Chris Lattnerremove global variables for output stream.
2008-08-17 Ted KremenekMigrate GRState::ConstEqTy (map used from tracking...
2008-08-17 Ted KremenekAdded GRStateTrait.h, which includes boilerplate code...
2008-08-17 Chris LattnerSwitch to shared raw_ostream code instead of having...
2008-08-16 Nico Weberhonor EscapeSpaces in 2nd overload of EscapeText()
2008-08-16 Argyrios KyrtzidisMove the C++ Sema tests into a separate SemaCXX directory.
2008-08-16 Argyrios KyrtzidisMove the type checking that Sema::ActOnCastExpr does...
2008-08-16 Argyrios KyrtzidisPut (argument)-expression-list parsing in a separate...
2008-08-16 Argyrios KyrtzidisC++ casts, (static_cast. dynamic_cast, etc.) can have...
2008-08-16 Argyrios KyrtzidisMove handling of postfix-expression suffixes out of...
2008-08-16 Nick LewyckyIt's spelt "uninitialized".
2008-08-16 Nico Weberadd missing class declaration
2008-08-16 Argyrios KyrtzidisSet the SourceRange ending of DeclSpec, when Parser...
2008-08-16 Argyrios KyrtzidisDeclarator class considers DeclSpec as immutable; Decla...
2008-08-16 Daniel DunbarAdd NeXT runtime support for generating methods.
2008-08-16 Daniel DunbarAdd CodeGen support for AddrLabelExpr in initializers.
2008-08-16 Daniel DunbarChange WarnUnsupported to ErrorUnsupported (in name...
2008-08-16 Ted KremenekGRState:
2008-08-16 Ted KremenekEnhance null-dereference checker test.
2008-08-16 Daniel DunbarChange ObjCRuntime::LookupClass -> GetClass, and now...
2008-08-15 Daniel DunbarUpdate Expr::{getIntegerConstantExprValue, isIntegerCon...
2008-08-15 Daniel DunbarClean up CodeGenModule interface.
2008-08-15 Daniel DunbarIdent class tree in DeclBase properly.
2008-08-15 Daniel DunbarChange CGObjCRuntime methods to take appropriate clang...
2008-08-15 Daniel DunbarInfinite loops considered harmful.
2008-08-14 Ted KremenekUpdated latest checker build.
2008-08-14 Ted KremenekDefault initialize only pointers and integer types...
2008-08-14 Daniel DunbarChange Parser & Sema to use interned "super" for compar...
2008-08-14 Ted KremenekMigrated retain/release checker to use the Generic...
2008-08-14 Steve NaroffFix ASTContext::getObjCEncodingForType() to limit the...
2008-08-14 Chris LattnerMake diagnostics relating to the callee hilight just...
2008-08-14 Ted KremenekFix typo.
2008-08-13 Daniel DunbarUpdate some isIntegerConstantExpr uses to use
2008-08-13 Nuno Lopesmake sure the size of constant arrays is respected
2008-08-13 Daniel DunbarAdd GetAddrOfConstantCString method
next