]> granicus.if.org Git - clang/shortlog
clang
2012-08-10 Joerg SonnenbergerAdd missing cctype includes.
2012-08-10 Joerg SonnenbergerDecrementing std::string::end is not portable, use...
2012-08-10 Benjamin KramerFix a couple of pedantic gcc warnings.
2012-08-10 NAKAMURA Takumic-arcmt-test, c-index-test: Appease Cygwin, to link...
2012-08-10 John McCallCheck access to friend declarations. There's a number...
2012-08-10 Jordan RoseUpdate VerifyDiagnosticConsumer to only get directives...
2012-08-10 Jordan RoseMake sure to call EndSourceFile even if we can't contin...
2012-08-10 David BlaikieProvide isConst/Volatile on CXXMethodDecl.
2012-08-10 Chad Rosier[ms-inline asm] Use the new Inline Asm Non-Standard...
2012-08-09 Jordan Rose[analyzer] Merge RegionStore's KillStruct and CopyLazyB...
2012-08-09 Jordan Rose[analyzer] Cluster bindings in RegionStore by base...
2012-08-09 Jordan Rose[analyzer] Cache the "concrete offset base" for regions...
2012-08-09 Jordan Rose[analyzer] Devirtualize StoreManager::evalDerivedToBase...
2012-08-09 Eli FriedmanFollowup to r161546, to unbreak linking on Bitrig....
2012-08-09 Benjamin KramerCMake: Add the new dependency from libSema to LLVM...
2012-08-09 Chad Rosier[ms-inline asm] Fix comment.
2012-08-09 Jordan Rose[analyzer] A CXXBaseObjectRegion should correspond...
2012-08-09 Fariborz Jahanianobjective-C: refactoring of objc's delayed parsing.
2012-08-09 Chad Rosier[ms-inline asm] Use StringRef here, per Jordan's sugges...
2012-08-09 Chandler CarruthTemporarily revert r161612 while we figure out just...
2012-08-09 Anna Zaks[analyzer] Rename the function to better reflect what...
2012-08-09 Anna Zaks[analyzer] Clarify the values in Dyn. Dispatch Bifurcat...
2012-08-09 Chad Rosier[ms-inline asm] Simplify logic for empty asm statements.
2012-08-09 Chad Rosier[ms-inline asm] Instantiate the various parts to the...
2012-08-09 Chandler CarruthMake all of the tools build in parallel. Missing this...
2012-08-09 Chandler CarruthRecurse into the extra tools repo the correct way from...
2012-08-09 Richard SmithIn 'delete []', the '[]' never starts a lambda. Update...
2012-08-09 Anna Zaks[analyzer] Improve readability of the dyn. dispatch...
2012-08-09 Dmitri GribenkoRemove absolute file path in test.
2012-08-09 Dmitri GribenkoComment to HTML and XML conversion: ignore commands...
2012-08-09 Simon AtanasyanFix the test case. Now it does not depend on the method...
2012-08-09 Dmitri GribenkoComment to HTML and XML conversion: use CommandTraits...
2012-08-09 Chad Rosier[ms-inline asm] Initialize targets and assembly printer...
2012-08-09 Chad Rosier[ms-inline asm] Add various MC components to clang...
2012-08-09 Fariborz Jahanianobjective-C: minor refactoring in method
2012-08-09 Anna ZaksUnbreak the build.
2012-08-09 Anna Zaks[analyzer] Cleanup of malloc checker.
2012-08-09 Eli FriedmanFix AAPCS ABI. I can't actually test this, but it...
2012-08-09 Anna Zaks[analyzer] Bifurcate the path with dynamic dispatch.
2012-08-09 Dmitri GribenkoAdd new file CommentCommandTraits.cpp to CMakeLists...
2012-08-09 Chandler CarruthAllow the Makefile build system to find the extra repo...
2012-08-09 Dmitri GribenkoComment parsing: extract TableGen'able pieces into...
2012-08-08 Eli Friedmanclang support for Bitrig (an OpenBSD fork); patch by...
2012-08-08 Eli FriedmanMinor simplification for r161534.
2012-08-08 Fariborz Jahanianobjective-C: refactor/simplify parsing of delayed
2012-08-08 Eli FriedmanFix r161534 so it actually builds.
2012-08-08 Richard SmithPR13558: Fix typo 'compatiblity'. Thinking of the child...
2012-08-08 Eli FriedmanHandle deprecation diagnostics correctly for C struct...
2012-08-08 Dmitri GribenkoComment XML: use xml:space="preserve" in Verbatim tags...
2012-08-08 Eli FriedmanUnify the codepaths for emitting deprecation warnings...
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...
next