]> granicus.if.org Git - clang/shortlog
clang
2008-08-11 Daniel DunbarMore #include cleaning
2008-08-11 Daniel DunbarMore #include cleaning
2008-08-11 Daniel DunbarMinor #include cleaning
2008-08-11 Daniel DunbarAdd dummy Mac Objective-C runtime interface.
2008-08-10 Nuno Lopesfix linking with .so files specified in cmd line (this...
2008-08-10 Nuno Lopespass -R arg to linker
2008-08-10 Daniel DunbarBack out r54608 (inline string literals were getting...
2008-08-10 Nico Weber* Remove isInSystemHeader() from DiagClient, move it...
2008-08-10 Steve NaroffForgot to modify LAST_EXPR (thanks Nuno).
2008-08-10 Nico WeberDo not crash with -serialize.
2008-08-10 Steve NaroffCleanup ObjCSuperRefExpr (remove last usage and AST...
2008-08-10 Daniel DunbarAdd svn:ignore properties for Release-Asserts dirs
2008-08-10 Anders CarlssonRemove the old evaluator code.
2008-08-10 Steve NaroffInitListChecker::CheckListElementTypes(): Check for...
2008-08-10 Steve NaroffCleanup from yesterday...make isTentativeDefinition...
2008-08-10 Steve NaroffSema::CheckForFileScopedRedefinitions(): Make sure...
2008-08-10 Argyrios KyrtzidisAllow the preprocessor to cache the lexed tokens, so...
2008-08-10 Daniel DunbarFix crash during initialization of a bitfield which...
2008-08-10 Daniel DunbarUpdate ShuffeVectorExpr::getShuffleMaskIdx to use
2008-08-10 Daniel DunbarBug fix, inline string literals were getting an extra...
2008-08-10 Chris Lattnertighten up some code and some wording on diagnostics.
2008-08-10 Chris Lattnerwrap some long diagnostics, make 'initializer is not...
2008-08-10 Chris Lattnerrename PreDefinedExpr -> PredefinedExpr
2008-08-10 Argyrios KyrtzidisAdd some C++ Decl statistics.
2008-08-09 Eli FriedmanMake sure to count the struct elements correctly; here...
2008-08-09 Eli FriedmanFix for PR2631; make va_arg work correctly on x86-64.
2008-08-09 Nico Weber80 cols
2008-08-09 Eli FriedmanRemove the ICE pointer cast hack; the issue this was...
2008-08-09 Eli FriedmanTurn on the new constant expression evaluator; it isn't
2008-08-09 Nico Weberadd assert, use make_pair() instead of pair constructor
2008-08-09 Argyrios KyrtzidisMention 'wchar_t' at the C++ status page.
2008-08-09 Nico Weberfix spello
2008-08-09 Argyrios KyrtzidisHandle BuiltinType::WChar inside CodeGenTypes::ConvertN...
2008-08-09 Chris LattnerFix PR2400 by more graceful handling of invalid decls...
2008-08-09 Gordon HenriksenExpressive diagnostics-- worth their weight in gold?
2008-08-09 Nico Weberdo not serialize invalid asts. this fixes bug #2637
2008-08-09 Argyrios KyrtzidisChange 'Wchar' to 'WChar' casing, for consistency.
2008-08-09 Argyrios KyrtzidisHandle WChar inside BuiltinType::getName().
2008-08-09 Argyrios KyrtzidisImplement support for the 'wchar_t' C++ type.
2008-08-09 Steve NaroffFix Sema::MergeVarDecl() to better handle type compatib...
2008-08-09 Argyrios KyrtzidisWhen in C++, invoke ASTConsumer::HandleTagDeclDefinitio...
2008-08-09 Ted KremenekAdded FIXME.
2008-08-09 Argyrios KyrtzidisPassing right brace location to ActOnFinishCXXClassDef...
2008-08-09 Ted KremenekUpdated checker build.
2008-08-09 Ted KremenekDon't use Expr::isIntegerConstantExpr just to check...
2008-08-08 Ted KremenekUpdated checker build.
2008-08-08 Argyrios KyrtzidisMake RecordDecl::Destroy() public.
2008-08-08 Ted KremenekHave scan-build/ccc-analyzer generate preprocessed...
2008-08-08 Chris Lattnerupdate to make IRBuilder API change.
2008-08-08 Steve NaroffFix issues with C "tentative" definitions.
2008-08-08 Argyrios KyrtzidisChange line endings, CRLF -> LF.
2008-08-08 Argyrios KyrtzidisRevert my previous commit where I replaced cast<> with...
2008-08-08 Argyrios KyrtzidisDestroy and delete the FieldDecl members of a RecordDecl.
2008-08-08 Argyrios KyrtzidisAdd iterator access to field members for RecordDecl.
2008-08-08 Argyrios KyrtzidisUse static_cast<> instead of cast<> for CXXFieldDecl...
2008-08-08 Ted KremenekUnbreak SerializationTest and the Rewriter by doing...
2008-08-08 Ted KremenekParseAST now never releases the passed ASTConsumer...
2008-08-08 Ted KremenekUse DeclStmt::decl_iterator instead of walking the...
2008-08-07 Ted KremenekAdded AssumeSymGT, AssumeSymGE, AssumeSymLT, AssumeSymL...
2008-08-07 Ted KremenekDon't flag any dead stores for variables marked unused.
2008-08-07 Argyrios KyrtzidisClear DeclSpec::AsmLabel in DeclSpec::clear().
2008-08-07 Argyrios KyrtzidisAdd CXXRecordType class.
2008-08-07 Ted KremenekFix 80 col violation
2008-08-07 Ted KremenekParseAST now conditionally deletes the passed ASTConsumer.
2008-08-07 Ted KremenekRemove unneeded #includes.
2008-08-07 Ted KremenekMicro cleanups.
2008-08-07 Ted KremenekFix by Jordan Breeding: when scanning for prior runs...
2008-08-07 Ted KremenekFix --html-diags in driver by delaying the construction...
2008-08-07 Daniel DunbarAdd test for nested enum redefinition.
2008-08-07 Matthijs KooijmanLet LLVMCodeGenWriter forward all the methods defined...
2008-08-07 Steve NaroffSema::ActOnEnumBody(): handle nested enum redefinitions.
2008-08-07 Ted Kremenekattribute "unused" also applies to functions.
2008-08-07 Ted KremenekFix <rdar://problem/6125909>.
2008-08-06 Ted KremenekUpdated checker build.
2008-08-06 Ted KremenekEnhanced test case.
2008-08-06 Ted KremenekCleanup some processing with DeclStmt, and gradually...
2008-08-06 Nuno Lopesignore build dirs
2008-08-06 Ted KremenekAlways construct the BumpPtrAllocator used by CFG as...
2008-08-06 Ted KremenekFix serialization of DeclStmt.
2008-08-06 Ted KremenekAdded VCProj file for libDriver.
2008-08-06 Daniel DunbarAdd svn:ignore on test/Sema/Output
2008-08-06 Daniel DunbarReplace old bitfield test.
2008-08-06 Steve NaroffFix for <rdar://problem/6113807> clang ObjC rewriter...
2008-08-06 Ted KremenekReorder serialization methods.
2008-08-06 Daniel DunbarFix EmitNullInitializationToLValue for bitfield lvalues.
2008-08-06 Daniel DunbarFix bitfield accesses which straddle the boundary of...
2008-08-06 Ted KremenekUpdate xcode project to new libDriver layout.
2008-08-06 Daniel DunbarFix CodeGen of pointer arithmetic in compound assignmen...
2008-08-06 Daniel DunbarImplement GNU asm-label extension support in CodeGen...
2008-08-05 Nico Weberadd a libDriver, for now only move the text diangostics...
2008-08-05 Daniel DunbarChange CodeGen of global decls to key off of the name...
2008-08-05 Nico Weberremove spaces at eol to test commit access
2008-08-05 Ted KremenekAdd missing "classof" methods to NonNullAttr, fixing...
2008-08-05 Ted KremenekAdded decl_iterator to DeclStmt to provide an abstract...
2008-08-05 Steve NaroffFinish fixing <rdar://problem/5929344> clang ObjC rewri...
2008-08-05 Ted KremenekRemove excess #include.
2008-08-05 Nuno Lopesfix crash when printing diagnostics with tokens that...
2008-08-05 Ted KremenekRefactored driver logic for CodeGen into LLVMCodeGenWri...
2008-08-05 Steve NaroffFix <rdar://problem/6108119> clang ObjC rewriter: if...
2008-08-05 Daniel DunbarMove AsmLabel into Declarator instead of just a paramet...
next