]> granicus.if.org Git - clang/shortlog
clang
2012-03-18 Sebastian RedlAdd the missing compatibility warning for braced initia...
2012-03-18 Benjamin KramerAn error can't be in a warning group.
2012-03-18 Jordy Rose[analyzer] Mark a failed-realloc's result as an interes...
2012-03-18 Aaron BallmanTurns #import in MS Mode into an error.
2012-03-18 David BlaikieUse character literals for vexing initialization fixit...
2012-03-18 Jordy Rose[analyzer] Use a FoldingSet to cache simple RetainSumma...
2012-03-18 Douglas GregorReplace a FIXME with a diagnostic when we can't resolve the
2012-03-17 Douglas GregorDiagnose tag and class template declarations with qualified
2012-03-17 Jordy Rose[analyzer] Unify retain-count summary generation for...
2012-03-17 Jordy RoseKill cocoa::deriveNamingConvention and cocoa::followsFu...
2012-03-17 Jordy Rose[analyzer] Remove duplicate work on deriving method...
2012-03-17 Fariborz Jahanianmodern objective-c rewriter: further improvement in
2012-03-17 NAKAMURA TakumiStaticAnalyzer: Fix abuse of StringRef in r152962.
2012-03-17 Douglas GregorWhen determining the availability of an enum constant...
2012-03-17 Jordy Rose[analyzer] Don't claim an object was returned with...
2012-03-17 Jordy Rose[analyzer] Add test case from PR10794 for using 'new...
2012-03-17 Anna Zaks[analyzer] This test is breaking windows bots, make...
2012-03-17 Ted KremenekFix crash on invalid code. I've tried to produce a...
2012-03-16 Anna Zaks[analyzer] Shorten the stack hint diagnostic.
2012-03-16 Bill WendlingMake the storing variable's name generic.
2012-03-16 Anna Zaks[analyzer] Create symbol-aware stack hints (building...
2012-03-16 Anna Zaks[analyzer] +Comments
2012-03-16 Anna Zaks[analyzer] Add a statistic for the number of times...
2012-03-16 Benjamin KramerEscape % in diagnostic message when compiling LLVM IR.
2012-03-16 Matt Beaumont-Gaysink variable into assert
2012-03-16 Bill WendlingWhen "low alignment" is specified, then set the alignme...
2012-03-16 Fariborz JahanianMinor clean up of my last patch.
2012-03-16 Fariborz Jahanianmodern objective-c translator: write @synchronized.
2012-03-16 David BlaikieSuppress macro expansion of NULL in NULL warnings.
2012-03-16 Nick LewyckySkip through transparent contexts when deciding where...
2012-03-16 Argyrios KyrtzidisAfter r150615, which tablegens the group of a diagnosti...
2012-03-16 Fariborz Jahanianmodern objective-c translator: writing @throw statement.
2012-03-16 David ChisnallWarn on flexible array members when in C89 mode, with...
2012-03-16 Axel NaumannFrom Vassil Vassilev:
2012-03-16 Richard SmithFix Objective-C compilation-time performance regression...
2012-03-16 Ted KremenekFix analyzer crash on analyzing 'catch' with no conditi...
2012-03-16 NAKAMURA Takumitest/Driver/linker-opts.c: Mark as XFAIL:cygming, using...
2012-03-16 Ted KremenekAdd test case for <rdar://problem/8808566>, which is...
2012-03-16 Ted KremenekBased on sage feedback, chang -W#import-pedantic to...
2012-03-16 Eli FriedmanDon't try to create "store atomic" instructions of...
2012-03-16 Ted KremenekAdd warning flag for '#import is a language extension...
2012-03-16 Argyrios Kyrtzidis[arcmt] The hard-coded list of weak-incompatible classe...
2012-03-16 Argyrios Kyrtzidis[arcmt] iOS is always safe to use 'weak'. rdar://10950825
2012-03-15 Fariborz Jahanianmodern objective-c translation: writing @try/@catch...
2012-03-15 Eli FriedmanWhen a variable has a specified asm name, but isn't...
2012-03-15 Chad RosierFix help text.
2012-03-15 Ted KremenekUpdate checker build.
2012-03-15 Jordy Rose[analyzer] If a metadata symbol is interesting, its...
2012-03-15 Fariborz Jahanianmodern objective-c translator: writing @try/@finally...
2012-03-15 Chad Rosier[frontend] Fix how the frontend handles -fno-inline...
2012-03-15 Ted KremenekInclude full plist output in FileCheck test.
2012-03-15 Ted KremenekInclude full plist output in FileCheck test.
2012-03-15 Ted KremenekDo not truncate expected plist output in FileCheck...
2012-03-15 Jordy Rose[analyzer] Remove AggExprVisitor, a dead class that...
2012-03-15 Sebastian RedlSupport deducing template arguments from nested initial...
2012-03-15 Ted KremenekSupport '%p' format specifier with block pointers.
2012-03-15 Bill WendlingIt was pointed out that a checking version of strdup...
2012-03-15 Anna Zaks[analyzer] Allow checkers to supply call stack diagnost...
2012-03-15 David BlaikieProvide the specific target type in the -Wnull-conversi...
2012-03-15 Fariborz Jahanianmodern objective-c translator: rewriting of @catch...
2012-03-15 Douglas GregorDocument RedeclarableTemplateDecl::getInstantiatedFromM...
2012-03-15 Argyrios Kyrtzidis[c-index-test] Make it C90 compliant.
2012-03-15 Argyrios Kyrtzidis[libclang] A couple of enhancements to c-index-test.
2012-03-15 Argyrios KyrtzidisMake RecursiveASTVisitor to traverse certain statements...
2012-03-15 Argyrios Kyrtzidis[Sema] Introduce a data recursive evaluator specific...
2012-03-15 Argyrios KyrtzidisRemove hacky temporary fix of r151585.
2012-03-15 Fariborz Jahanianmodern objective-c translator: please symbols generated
2012-03-15 Sean CallananWhen laying out an Objective-C object, consult
2012-03-15 Kostya Serebryanyfix link
2012-03-15 Kostya Serebryany[asan] update asan docs: mention CMake problem and...
2012-03-15 Aaron BallmanAdding in newer MinGW header paths.
2012-03-15 Bill WendlingAdd the object size checking support for a few other...
2012-03-15 James MolloyFix codegen for vld{3,4}_dup intrinsics.
2012-03-15 David BlaikieUnpluralize -Wfoo-conversions warnings for consistency.
2012-03-15 Richard SmithUnrevert r152761 (reverted in r152772) with a fix for...
2012-03-15 David BlaikieReapply r152745 (reverted in 152765) now that compiler...
2012-03-15 Daniel DunbarRevert r152761 "Minor optimization to constant evaluati...
2012-03-15 Richard SmithSmall cleanup: move trailing-return-type special-casing...
2012-03-15 Chad RosierRevert r152745 as it's breaking the internal buildbots.
2012-03-15 Richard SmithMinor optimization to constant evaluation: don't bother...
2012-03-15 Richard SmithRemove a variable rendered unused by r152750.
2012-03-15 Aaron BallmanAdding some more specific tests for enum declspec parsi...
2012-03-14 Chad Rosier[frontend] Add support for disabling the "inline" keywo...
2012-03-14 Fariborz Jahanianmodern objective-c translator: section info.
2012-03-14 Richard SmithInstantiating a class template should not instantiate...
2012-03-14 Matt Beaumont-Gay'#if 0' out a variable that's only used in other prepro...
2012-03-14 David BlaikieProvide -Wnull-conversion separately from -Wconversion.
2012-03-14 Fariborz Jahanianobjective-c modern tranaltor. More section info.
2012-03-14 Anna Zaks[analyzer] A fixup to r152734. Always initialize the...
2012-03-14 Aaron BallmanNo longer defining LP64 in 64-bit builds on platforms...
2012-03-14 Nick LewyckyWhen emitting a diagnostic about two-phase name lookup...
2012-03-14 Matt Beaumont-GayFix dereference of end iterator. Spotted by ASan.
2012-03-14 Anna Zaks[analyzer] Diagnostics: Supply Caller information even...
2012-03-14 Fariborz Jahanianobjective-c modern translator.
2012-03-14 Erik Verbruggen[Analyser] Remove unnecessary recursive visits for...
2012-03-14 Douglas GregorRemove clang-wpa example, which has been unmaintained...
2012-03-14 Douglas GregorMinor cleanup in attribute-related diagnostics, from...
2012-03-14 Sebastian RedlParse brace initializers as default arguments. PR12236.
2012-03-14 Erik Verbruggen[Analyser] Removes more recursive visitations in ExprEn...
2012-03-14 Daniel Dunbar[Basic] Change DiagnosticBuilder to use a separate...
next