]> granicus.if.org Git - clang/shortlog
clang
2012-08-08 Anna ZaksAddress code review comments for Wstrncat-size warning...
2012-08-08 Chad Rosier[ms-inline asm] Use more idiomatic logic. Thanks,...
2012-08-08 Jordan RoseImplicitly annotate __CFStringMakeConstantString with...
2012-08-08 Chad Rosier[ms-inline asm] Add basic codegen support for simple...
2012-08-08 Eli FriedmanDon't add attributes for "#pragma pack" and friends...
2012-08-08 Chad Rosier[ms-inline asm] Make sure IsSimple is correctly handled.
2012-08-08 Chad RosierRemove extraneous comment.
2012-08-08 Chad Rosier[ms-inline asm] Add a very simple test case. Basically...
2012-08-08 Chad Rosier[ms-inline asm] Refactor the logic to generate the...
2012-08-08 Chad RosierWhitespace.
2012-08-08 Chad RosierWhitespace.
2012-08-08 Jordan Rose[analyzer] Clean up the printing of FieldRegions for...
2012-08-08 Jordan Rose[analyzer] Track malloc'd regions stored in structs.
2012-08-08 Jordan Rose[analyzer] Revamp RegionStore to distinguish regions...
2012-08-08 Jordan RoseConstify CXXRecordDecl::isVirtuallyDerivedFrom.
2012-08-08 Chad Rosier[ms-inline asm] Add support for detecting simple ms...
2012-08-08 Chad RosierAdd the IsSimple/IsVolatile parameters to the MSAsmStmt...
2012-08-08 David BlaikieImplement warning for integral null pointer constants...
2012-08-08 Fariborz Jahanianobjc: Include all types when issuing warning under
2012-08-08 Chad RosierAdd various MC components to clang build to support...
2012-08-08 Dylan NoblesmithPreprocessor: fix __OPTIMIZE_SIZE__ and -Oz
2012-08-08 Dylan NoblesmithFrontend: further document __BYTE_ORDER__
2012-08-08 Benjamin KramerRemove unused variables.
2012-08-08 Hans WennborgRevert part of r161175 which was wrong for OpenBSD...
2012-08-08 Richard SmithImplement final piece of DR963 and also DR587:
2012-08-08 Chris Lattnerclarify that the advantages of the BSD license apply...
2012-08-08 Eli FriedmanGet rid of an early return in Sema::ActOnFields which...
2012-08-08 Eli FriedmanFix an assertion failure with a C++ constructor initial...
2012-08-08 Eli FriedmanFix a -ast-dump crash.
2012-08-07 Fariborz Jahanianobjc-arc: Make -Wdirect-ivar-access accessible to all
2012-08-07 Chad RosierWhitespace.
2012-08-07 Richard SmithWhen building a conditional operator where one operand...
2012-08-07 Richard Smith-Wunused-private-fields: Don't try to check unresolved...
2012-08-07 Fariborz Jahanianobjc-arc: set nonlazybind attribute on objc_retain/
2012-08-07 Dmitri GribenkoRemove obsolete comment. Obsoleted by r116524 when...
2012-08-07 Douglas GregorFix capitalization of LibXml2 for CMake on case-sensiti...
2012-08-07 Bob WilsonDon't complain about -fobjc-link-runtime being unused...
2012-08-07 Ted KremenekTeach ccc-analyze about -fobjc-legacy-dispatch and...
2012-08-07 Dmitri GribenkoComment AST: DeclInfo: add a special kind for enums.
2012-08-07 Anna ZaksTurn on strncat-size warning implemented a while ago.
2012-08-07 Dmitri Gribenkoc-index-test Makefile: fix build on Linux. Reviewed...
2012-08-07 Dmitri GribenkoComment.h: fix typo in comment
2012-08-07 Dmitri GribenkoComment AST: treat enumerators as "variables" in DeclInfo.
2012-08-07 Dmitri Gribenkolibclang API for comment-to-xml conversion.
2012-08-07 Fariborz Jahanianobjective-c: Exclude -Wdirect-ivar-access for arc.
2012-08-07 Hans WennborgProperly check length modfiers for %n in format strings.
2012-08-07 Hans WennborgRemove ScanfArgType and bake that logic into ArgType.
2012-08-07 Chandler CarruthInitial support for recursing into the new clang-tools...
2012-08-07 Hans WennborgRename analyze_format_string::ArgTypeResult to ArgType
2012-08-07 Douglas GregorObjective-C pointer types don't have C-linkage, even...
2012-08-07 Richard SmithUpdate documentation of HasSideEffects to match its...
2012-08-07 Anna Zaks[analyzer] + New line at end of file
2012-08-07 Anna Zaks[analyzer] Address Jordan's review of DynamicTypePropa...
2012-08-07 Eric ChristopherFix the test RUN line for this better.
2012-08-07 Ted KremenekEnhance ClangDiagnosticsEmitter to reject diagnostics...
2012-08-07 Richard SmithTeach Expr::HasSideEffects about all the Expr types...
2012-08-07 Jordan Rose[analyzer] Add a test case for OS X 10.8's NSMakeCollec...
2012-08-07 Eric ChristopherIf we don't have a complete type for the array type...
2012-08-07 Ted KremenekRemove two fall through diagnostics from the IgnoredAtt...
2012-08-07 Chad Rosier[ms-inline asm] Stmt destructors are never called,...
2012-08-07 Eric ChristopherSpecify a triple on this to make it easier to test.
2012-08-07 Eric ChristopherRemove some unintended changes from my last patch.
2012-08-07 Eric ChristopherMake sure when we get the replacement type for a templa...
2012-08-07 Ted KremenekHandle null suffixes in GetTemporaryPath (PCH files...
2012-08-06 Anna Zaks[analyzer] DynTypes: Add a test for improper cast perfo...
2012-08-06 Fariborz Jahanianobjective-c: Implement gcc's -Wdirect-ivar-access option.
2012-08-06 Dmitri GribenkoComment parsing: fix crash on \tparam followed immediat...
2012-08-06 Anna Zaks[analyzer] Dynamic type info - propagate through implic...
2012-08-06 Anna Zaks[analyzer] Add a checker to manage dynamic type propaga...
2012-08-06 David BlaikieRefactor checks for unevaluated contexts into a common...
2012-08-06 Dmitri GribenkoComment AST: DeclInfo: collapse a bunch of boolean...
2012-08-06 Jordan Rose[analyzer] Add plist output checks for all four "path...
2012-08-06 Jordan Rose[analyzer] Improve arrow locations for PseudoObjectExprs.
2012-08-06 Jordan Rose[analyzer] Ignore OS X 10.8's annotations for NSMakeCol...
2012-08-06 Richard TrieuFor global record types, the self reference checker...
2012-08-06 Ted Kremenekscan-build: factor out setting of environment variables.
2012-08-06 Chad Rosier[ms-inline asm] Pass Tokens to Sema and store them...
2012-08-06 Simon AtanasyanFix MIPS DSP Rev1 intrinsics memory properties.
2012-08-06 Dmitri GribenkoComment parser and sema: remove useless return values
2012-08-06 Ted KremenekPull 'xcodebuild' wrapper logic into a separate function.
2012-08-06 Dmitri GribenkoComment diagnostics: warn on duplicate \brief and ...
2012-08-06 Dmitri GribenkoComment diagnostics: \return in void function: speciali...
2012-08-06 Craig TopperRe-enable pcmpistri/pcmpestri builtins in clang now...
2012-08-06 Richard SmithPR13529: Don't crash if the driver sees an unused input...
2012-08-06 Richard SmithPR13499: Don't try to check whether 'override' has...
2012-08-06 Richard SmithPR13527: don't assert if a function is explicitly defau...
2012-08-05 Hal FinkelAdd __builtin_readcyclecounter() to produce the @llvm...
2012-08-04 Benjamin KramerSimplify code, no functionality change.
2012-08-04 Anna Zaks[analyzer] Malloc: remove assert since is not valid...
2012-08-04 Fariborz Jahanianobjective-C string literal has no side-effect,
2012-08-04 Jordan Rose[analyzer] Use a more robust check for null in CallAndM...
2012-08-04 Jordan Rose[analyzer] Don't assume values bound to references...
2012-08-04 Eric ChristopherFix the name of this variable.
2012-08-04 Eric ChristopherUpdate comment to accurately reflect what should happen.
2012-08-03 Jordan Rose[analyzer] Update initializer assertion for delegating...
2012-08-03 Jordan Rose[analyzer] When a symbol is null, we should track its...
2012-08-03 Jordan Rose[analyzer] Flatten path diagnostics for text output...
2012-08-03 Jordan Rose[analyzer] Track null/uninitialized C++ objects used...
2012-08-03 Jordan Rose[analyzer] Provide useful PathDiagnosticLocations for...
2012-08-03 Jordan Rose[analyzer] FindLastStoreBRVisitor was not actually...
next