]> granicus.if.org Git - clang/shortlog
clang
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...
2012-08-03 Jordan RoseEnhance getImplicitObjectArgument to look through ->*.
2012-08-03 Jordan Rose[analyzer] Add a test for copy-constructor inlining.
2012-08-03 Fariborz JahanianMake property synthesis the default on Windows.
2012-08-03 Anna Zaks[analyzer] Fixup: remove the extra whitespace
2012-08-03 Anna Zaks[analyzer] ObjC Inlining: Start tracking dynamic type...
2012-08-03 Dmitri GribenkoComment diagnostics: warn if \returns is used in a...
2012-08-03 Richard SmithFix crash if a literal operator template's template...
2012-08-03 Anna Zaks[analyzer] Fix a typo. Thanks Jordan.
2012-08-03 Anna Zaks[analyzer] Malloc: track non-allocated but freed memory
2012-08-03 Michael HanFix line endings.
2012-08-03 Jim GrosbachTableGen: Remove extraneous \ character from arm_neon...
2012-08-03 Benjamin KramerFlesh out test for defaulted key functions a bit more.
2012-08-03 Benjamin KramerReduce temp file pollution in some test cases.
2012-08-03 Benjamin KramerFix failed to generate vtables in certain cases.
2012-08-03 Eric ChristopherAdd some missing functions to builtins.py.
2012-08-03 Dmitri GribenkoComment AST: convert a huge if -- else if statement...
2012-08-02 Anna Zaks[analyzer] Solve another source of non-determinism...
2012-08-02 Dmitri GribenkoComments AST: refactor DeclInfo to use an enum for...
2012-08-02 Chad Rosier[driver] Lipo can handle the lto-bc type.
2012-08-02 Dmitri GribenkoComments: handle template paramter documentation in...
2012-08-02 Jordan Rose[analyzer] Add a simple check for initializing referenc...
2012-08-02 Dmitri GribenkoAttaching comments to declarations: handle using-declar...
2012-08-02 Fariborz Jahanianobjc-arc: Modify test for more prcecise fixit.
2012-08-02 Fariborz Jahanianobjective-c arc: Patch to suggest bridge casting of CF
2012-08-02 Dmitri GribenkoASTContext.h: replace include by a forward declaration.
2012-08-02 Hans WennborgAdd OpenBSD arch targets for powerpc, arm, mips64,...
2012-08-02 Hans WennborgCorrect AddDefaultCIncludePaths for OpenBSD to not...
2012-08-02 Nuno Lopesadd a comment to explain this test case
2012-08-02 Hans Wennborgtest/Sema/tls.c: don't use -verify to check if TLS...
2012-08-02 Jordan Rose[analyzer] Also emit Prev/Next links for macros in...
2012-08-02 Jordan Rose[analyzer] Add Prev/Next links to the HTML output.
2012-08-02 Anna Zaks[analyzer] Flush bug reports in deterministic order.
2012-08-02 Anna Zaks[analyzer] CmpRuns should include file name in the...
2012-08-02 Eli FriedmanMake sure we don't emit IR for unused EH cleanups....
2012-08-01 Dmitri GribenkoComment parser tests: test that we allow placing no...
2012-08-01 Dmitri GribenkoComment to HTML conversion: correct typo in CSS class...
2012-08-01 Dmitri GribenkoComment diagnostics fixit tests: move exected-warning...
2012-08-01 Dmitri GribenkoComment diagnostics: add tests for \tparam fixits.
2012-08-01 Dmitri GribenkoInitialize flag in DeclInfo.
2012-08-01 Dmitri GribenkoComment AST: add DeclInfo to store information about...
2012-08-01 Dmitri GribenkoComment to HTML conversion: refactor. Extracted a...
2012-08-01 Eli FriedmanFix an assertion failure instantiating a constexpr...
2012-08-01 Hans WennborgTLS is not supported on OpenBSD
next