]> granicus.if.org Git - clang/shortlog
clang
2010-04-09 Douglas GregorOnly complain about explicit instantiations following...
2010-04-09 Ted KremenekRemove copy of 'Optional' in Clang tree, and convert...
2010-04-09 Ted KremenekRemove fixit for string literal comparison. Telling...
2010-04-09 Benjamin KramerFix typo.
2010-04-09 John McCallTurn access control on by default in the driver.
2010-04-09 John McCallArgh, I modified the .inc file locally, not the .td.
2010-04-09 John McCallTurn access control on by default in -cc1.
2010-04-09 John McCallSuppress access control diagnostics when looking up...
2010-04-09 Douglas GregorImprove diagnostics like "initializing <type> from...
2010-04-09 Douglas GregorRemove all "used" static functions *after* we have...
2010-04-09 John McCallInstantiate default argument expressions even if their...
2010-04-09 Chris LattnerDon't warn about unused static functions if they are...
2010-04-09 Douglas GregorOn Windows, disable the modification-time check for...
2010-04-09 Fariborz JahanianFixes a regression caused by implementing cstyle methods
2010-04-09 Daniel DunbarForcibly disable test/PCH/pr4489.c, it is flaky on...
2010-04-09 John McCallAdd a note to the C++ compatibility page about template...
2010-04-09 Douglas GregorImprove diagnostics when we fail to convert from a...
2010-04-08 Ted KremenekUse '%clang_cc1' instead of '%clang' to make the warnin...
2010-04-08 Ted KremenekFor 'open' check in UnixAPIChecker, hard code value...
2010-04-08 Douglas GregorReorder diagnostics to separate the Sema::AssignmentAct...
2010-04-08 Ted KremenekTemporarily only enable 'open' check on Mac OS X to...
2010-04-08 Douglas GregorDowngrade the "declaration does not declare anything...
2010-04-08 Fariborz JahanianImplement method type encoding in the presense
2010-04-08 Ted KremenekMatch GCC's behavior and do not include '-Wunused-param...
2010-04-08 Jeffrey YasskinExplain that a template needs arguments to make it...
2010-04-08 John McCallSet access properly on instantiated friend class templa...
2010-04-08 Ted KremenekAdd static analyzer check for calls to 'pthread_once...
2010-04-08 Ted KremenekUpdate test case.
2010-04-08 Ted KremenekRemove micro-optimization for not issueing CFG-based...
2010-04-08 Douglas GregorIntroduce an egregious hack to work around a bug in...
2010-04-08 Fariborz JahanianFix a misuse of iterators when iterating through block's
2010-04-08 Ted KremenekInclude all warnings under '-Wunused' in '-Wmost' and...
2010-04-08 Ted KremenekSort entries in diagnostic group "Most".
2010-04-08 John McCallMaybe we should store template arguments in the positio...
2010-04-08 Jeffrey YasskinMake CXXScopeSpec invalid when incomplete, and propagat...
2010-04-08 Anders CarlssonRename CGVtable files to CGVTables.
2010-04-08 Anders CarlssonClarify an assert.
2010-04-08 Douglas GregorUnbreak the build
2010-04-08 Benjamin KramerCIndex: move extractUSRSuffix out of extern "C" and...
2010-04-08 Douglas GregorEliminate excessive PCH deserialization caused by the...
2010-04-08 Benjamin KramerRemove caseless switch.
2010-04-08 John McCallImplement dependent friend function template specializa...
2010-04-08 Ted KremenekRemoved unused object.
2010-04-08 Daniel DunbarFronted: Kill overly specialized RecordLayoutDumper...
2010-04-08 Daniel DunbarAST: Move C++ record layout dumping to ASTContext:...
2010-04-08 Daniel DunbarIRgen: Move the bit-field access type into CGBitFieldIn...
2010-04-08 Fariborz JahanianPatch to implement gcc's cstyle arguments in objc
2010-04-08 Chris Lattnerrefactor out a function.
2010-04-08 John McCallFix a (bogus) uninitialized-member-of-local warning.
2010-04-08 Ted KremenekUse SmallVector instead of an std::queue.
2010-04-08 Jeffrey YasskinWhen a template (without arguments) is passed as a...
2010-04-07 Jeffrey YasskinFix some redundant errors by changing CXXScopeSpec...
2010-04-07 Chris Lattnerupdate for api change.
2010-04-07 Sean HuntImplement checking for template literal operator functi...
2010-04-07 Eric ChristopherAdd support for stpncpy_chk.
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-04-07 Sean HuntUpdated comment to reflect changes made in the most...
2010-04-07 Sean HuntFixed 80-cols violation
2010-04-07 Chris Lattneradd a new driver-level -ferror-limit=412 option, which...
2010-04-07 Chris Lattneradd clang -cc1 level support for "-ferror-limit 42"
2010-04-07 Douglas GregorReturn early from Sema::MarkDeclarationReferenced when...
2010-04-07 Chris Lattneradd capabilities to stop emitting errors after some...
2010-04-07 Ted KremenekDon't emit an 'unused expression' warning for '||'...
2010-04-07 Chris LattnerInstead of counting totally diagnostics, split the...
2010-04-07 Chris Lattnerconvert to -verify mode.
2010-04-07 Douglas GregorImprove handling of friend types in several ways:
2010-04-07 Douglas GregorSplit Sema::ActOnFriendTypeDecl into Sema::CheckFriendT...
2010-04-07 John McCall@llvm.sqrt isn't really close enough to C's sqrt to...
2010-04-07 Chris Lattnera ridiculous amount of propagation through the backend...
2010-04-07 Zhongxing XuFix comment.
2010-04-07 Ted KremenekUpdate checker build.
2010-04-07 Jeffrey YasskinDeprecate CXXScopeSpec::isSet() in favor of isNotEmpty...
2010-04-07 John McCallTeach -Wsign-compare to treat 1 << blah as "idiomatical...
2010-04-07 Ted KremenekFix crash in StoreManager::CastRegion() when the base...
2010-04-07 John McCallCheck access for the implicit calls to destructors...
2010-04-07 Ted KremenekFix CIndex crash on invalid code reported in <rdar...
2010-04-07 Fariborz JahanianImprove on diagnostics when an objc class is used as
2010-04-07 Douglas GregorImplement code completion for Objective-C method declar...
2010-04-06 Fariborz JahanianMinor clean up.
2010-04-06 Fariborz Jahaniandefault access for synthesize ivar is @protect.
2010-04-06 Fariborz JahanianPatch to not build ivar ASTs when they are ilegally
2010-04-06 John McCallDevote a special diagnostic to the typo
2010-04-06 Ted KremenekTeach MemRegion::getBaseRegion() about ObjCIvarRegions...
2010-04-06 John McCallImplement the protected access restriction ([class...
2010-04-06 Douglas GregorWhen code completion produces an overload set as its...
2010-04-06 Douglas GregorDo not produce semicolons at the end of code-completion...
2010-04-06 Douglas GregorOnly prove macros as code-completion results when we...
2010-04-06 Ted KremenekFix ccc-analyzer's handling of quoted arguments in...
2010-04-06 Douglas GregorWhen sending a message to "id", apply some heuristics...
2010-04-06 Chris Lattneradd a testcase that the integrated assembler rejects...
2010-04-06 Chris Lattnerteach clang to install the inline asm diagnostic handler,
2010-04-06 Chris Lattnerreduce indentation, tidy.
2010-04-06 Blaine Garstimproved wording around ABI
2010-04-06 Douglas GregorMake code-completion for Objective-C message sends...
2010-04-06 Chris Lattnerfit in 80 cols
2010-04-06 Fariborz JahanianPut type restriction on convesion to nonconforming...
2010-04-06 Daniel DunbarDriver: Add a Tool::hasGoodDiagnostics hook, and use...
2010-04-06 Douglas GregorImplement support for code completion of an Objective...
2010-04-06 Douglas GregorAdd test for code completion of Objective-C message...
2010-04-06 Douglas GregorPerform code-completion within ParseCastExpression...
next