]> granicus.if.org Git - clang/shortlog
clang
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...
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.
next