]> granicus.if.org Git - clang/shortlog
clang
2009-04-28 Douglas GregorForce driver's PTH test to use PTH
2009-04-28 Chris LattnerIn -fdiagnostics-print-source-range-info mode, print...
2009-04-28 Ted KremenekImplement ownership attribute 'objc_ownership_make_coll...
2009-04-28 Chris Lattneradd support for -Wendif-labels, PR4101
2009-04-28 Douglas GregorMake all PCH-incompatibility warnings into errors,...
2009-04-28 Douglas GregorMake the PCH reader use the diagnostics system for...
2009-04-28 Chris LattnerImplement -Wfour-char-constants, which is an extension...
2009-04-28 Ted KremenekImprove retain/release test cases for ownership attributes.
2009-04-28 Douglas GregorOptimize IdentifierInfo storage within the precompiled...
2009-04-28 Douglas GregorImplement a minor space optimization for the PCH identi...
2009-04-28 Douglas GregorFix a typo noticed by Gabor
2009-04-28 Douglas GregorReplace a lame fprintf with a slightly-less lame diagnostic
2009-04-28 Douglas GregorImplement checking for macro definitions that occur...
2009-04-28 Douglas GregorRevert r70075 and r70078, which reorganized the PCH...
2009-04-28 Daniel DunbarWith -ccc-pch-is-pch, always treat precompiled inputs...
2009-04-28 Eli FriedmanPR4097: add logic to Evaluate to handle pointer equalit...
2009-04-28 Douglas GregorAllow some differences between the predefines buffer...
2009-04-28 Chris Lattnerimplement -Wmultichar
2009-04-28 Eli FriedmanAdd some text to the user manual describing the current...
2009-04-28 Ted KremenekRevert 70293.
2009-04-28 Chris Lattnermerge number.c into constants.c and start running it...
2009-04-28 Eli FriedmanFix a minor edge case in C89 mode related to the defini...
2009-04-28 Eli FriedmanFix additional issues pointed out in PR4088.
2009-04-28 Ted Kremenekccc-analyzer: Don't automatically generate 'Parser...
2009-04-28 Ted KremenekUpdate analyzer build.
2009-04-28 Zhongxing XuAdd test case.
2009-04-28 Zhongxing XuNow we can remove the 'blast-through' code.
2009-04-28 Douglas GregorImprove compatibility with GCC regarding inline semanti...
2009-04-28 Ted KremenekExtensive diagnostics: Do not add a location context...
2009-04-28 Ted KremenekBugReporter (extensive diagnostics): Clean up do.....
2009-04-28 Ted KremenekCFG: Add "loop back" block for do...while statements.
2009-04-28 Eli FriedmanEmit keyword extension warning in all modes, not just...
2009-04-28 Eli FriedmanRemove unused LangOptions NoExtensions and Boolean.
2009-04-28 Eli FriedmanSimplify the scheme used for keywords, and change the...
2009-04-28 Ted KremenekCFG: 'WhileStmts' needs an extra block to indicate...
2009-04-28 Mike StumpWe avoid the count of diagnostics when not generating...
2009-04-28 Mike StumpDon't allow blocks to be declared as returning an array...
2009-04-28 Ted KremenekCFG:
2009-04-28 Eli FriedmanGet rid of some useless uses of NoExtensions. The...
2009-04-27 Eli FriedmanA couple more small changes which are probably required...
2009-04-27 Eli FriedmanAttempt to fix reported build error on Cygwin, PR4088.
2009-04-27 Devang PatelWhile generating debug info ignore unnamed fields.
2009-04-27 Douglas GregorAdd a header containing the Clang version; make the...
2009-04-27 Chris Lattnerfix test/PCH/method_pool.m
2009-04-27 Chris Lattner-E, -Eonly and -parse-noop now work with PCH!
2009-04-27 Chris LattnerTeach PCH that ASTContext is optional. Move -parse...
2009-04-27 Sebastian RedlTrack down return statements in the handlers of a funct...
2009-04-27 Douglas GregorBe more careful in our teardown of the PCHReader after...
2009-04-27 Chris Lattnerunnest some code, decoupling fixit rewriting from ast...
2009-04-27 Daniel DunbarAdd -empty-input-only option, for timing.
2009-04-27 Sebastian RedlDon't allow catch declarations to name an abstract...
2009-04-27 Sebastian RedlImprove validation of C++ exception handling: diagnose...
2009-04-27 Douglas GregorAdd Sema::ExtVectorDecls and Sema::ObjCCategoryImpls...
2009-04-27 Ted KremenekAdd two new checker-specific attributes: 'objc_ownershi...
2009-04-27 Ted KremenekTrack objects in GC mode returned by 'alloc', 'new...
2009-04-27 Chris Lattnermake these be unsigned now that they are eagerly created.
2009-04-27 Chris Lattnershrink SOURCE_LOCATION_OFFSETS to use 4-byte entries...
2009-04-27 Douglas GregorFix a problem with the RUN line of one of the PCH tests
2009-04-27 Ted KremenekRefactor HandleObjCOwnershipRetainAttr and HandleObjCOw...
2009-04-27 Douglas GregorImplement caching of stat() calls for precompiled heade...
2009-04-27 Daniel Dunbarx86-32 ABI: Fix crash on return of structure with flexi...
2009-04-27 Ted KremenekAdd new checker-specific attribute 'objc_ownership_cfre...
2009-04-27 Sebastian RedlFill in the C++ status table for exceptions
2009-04-27 Chris Lattnerencode the type and decl offsets with 32-bits for entry...
2009-04-27 Chris Lattneradd an abbreviation for common PARM_VAR_DECL. All...
2009-04-27 Chris Lattnerfix a couple more places that should be using the DeclC...
2009-04-27 Douglas GregorLoad most of the source manager's information lazily...
2009-04-27 Chris Lattnersplit expr/stmt writing out to PCHWriterStmt.cpp
2009-04-27 Chris Lattnersplit decl writing out to its own PCHWriterDecl.cpp...
2009-04-27 Chris Lattnerunclone SavedStreamPosition
2009-04-27 Chris Lattnermove attribute reading to PCHReaderDecl.cpp, remove...
2009-04-27 Chris Lattnerread all decls (and attributes and stmts/exprs referenc...
2009-04-27 Chris Lattnerrename GetStmt -> GetDeclStmt to make it clear that...
2009-04-27 Chris Lattnerchange the interface to ReadStmt to force clients to...
2009-04-27 Chris Lattnersplit decl reading out to its own PCHReaderDecl.cpp...
2009-04-27 Chris Lattnersplit stmt/expr deserialization out to PCHReaderStmt.cpp
2009-04-27 Chris Lattnerrdar://6827200 - [sema] reject statically allocated...
2009-04-27 Chris LattnerChange our silencing of C typedef redefinition handling...
2009-04-27 Chris Lattnerremove dead var
2009-04-27 Chris LattnerSet up DeclsCursor.
2009-04-27 Chris Lattneradd stmt/expr names to BlockInfo block.
2009-04-27 Chris Lattnerfix a comment by starting stmts/exprs after types and...
2009-04-27 Chris Lattnermake -Wtypedef-redefinition an extwarn instead of defau...
2009-04-27 Chris Lattnerdrop the _ID suffixes from block names.
2009-04-26 Douglas GregorTurn PCH off by default, yet again. I'm happier about...
2009-04-26 Chris Lattneradd the decl names.
2009-04-26 Chris Lattnermake llvm-bcanalyzer dump out PCH files symbolically...
2009-04-26 Douglas GregorTrying turning on PCH by default yet again. We might...
2009-04-26 Douglas GregorSome fixes for PCH (de-)serialization of Objective...
2009-04-26 Eli FriedmanAdd a bit more handling for declarations like "int...
2009-04-26 Sebastian RedlThe mysterious bug turns out to be an incredibly bone...
2009-04-26 Chris LattnerAdjust to LLVM API changes that went into r70157.
2009-04-26 Eli FriedmanFix for PR4079: make sure to construct the member expre...
2009-04-26 Sebastian RedlImplement function-try-blocks. However, there's a very...
2009-04-26 Eli FriedmanRemove getIntegerConstantExprValue in favor of using...
2009-04-26 Eli FriedmanMinor code cleanup.
2009-04-26 Steve NaroffAdd PCH read/write support for ObjC statements.
2009-04-26 Chris Lattnerimplement PR4077: [Linux kernel] inscrutable error...
2009-04-26 Chris Lattnerin a tied operand, don't copy over the name or constrai...
2009-04-26 Chris Lattnerpull operands names "[foo]" into ConstraintInfo.
next