]> granicus.if.org Git - clang/shortlog
clang
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.
2009-04-26 Chris Lattnerpull the constraint string into the ConstraintInfo...
2009-04-26 Steve NaroffMake sure we have a code in the node:-)
2009-04-26 Sebastian RedlUpdate StmtNodes.def with the new base class of CXXTemp...
2009-04-26 Sebastian RedlMake reference class unification in conditional express...
2009-04-26 Torok EdwinAdd missing include. This fixes the build with gcc...
2009-04-26 Chris Lattnerchange TargetInfo::ConstraintInfo to be a struct that...
2009-04-26 Douglas GregorTurn off PCH by default, again
2009-04-26 Douglas GregorOne more crazy try with PCH-by-default
2009-04-26 Douglas GregorMake sure to pull in the target builtin records when...
2009-04-26 Douglas GregorSimple little smoke-test script that tries to build...
2009-04-26 Douglas GregorWhen writing a PCH file, write multiple type and declar...
2009-04-26 Douglas GregorAdd a new -ast-dump-full option that traverses the...
2009-04-26 Chris LattnerSplit C++ statements out to their own file.
2009-04-26 Douglas GregorTurn of PCH by default. I got the info I was looking for
2009-04-26 Chris Lattnersplit ObjC and C++ Statements out into their own headers.
2009-04-26 Eli FriedmanCorrect the order of the parameters to CheckAssignmentC...
2009-04-26 Daniel DunbarMake this code a little more generic.
2009-04-26 Daniel DunbarDriver: Add -std-default= option.
2009-04-26 Daniel DunbarAdd option for AddAllArgsTranslated to control whether...
2009-04-26 Chris Lattnerimplement PCH support for the rest of ExprObjC.h, including
2009-04-26 Douglas GregorAnother shot at switching PCH on by default, now that...
2009-04-26 Anders CarlssonWhen calling the cleanup function specified by __attrib...
next