]> granicus.if.org Git - clang/shortlog
clang
2012-06-15 James DennettDocumentation cleanup: delete doc comments from source...
2012-06-15 James DennettDocumentation cleanup: escape # in a Doxygen comment.
2012-06-15 James DennettDocumentation cleanup: escape @ in a Doxygen comment.
2012-06-15 James DennettDocumentation fix (cleaning up my own breakage): close...
2012-06-15 Sean HuntStop referring to functions as methods in per-function...
2012-06-15 Jordan Rose[completion] Add completions for @"..." and @(...)...
2012-06-15 Jordan Rose[analyzer] RetainCount: don't track objects init'd...
2012-06-15 Jordan RoseWarn when a static variable is referenced in a non...
2012-06-15 Jordan RoseTest that -Wauto-var-id fires in value-dependent contexts.
2012-06-15 Douglas GregorCheck the parameter lists and return type of both block...
2012-06-15 NAKAMURA TakumiHeaders/xopintrin.h: Try to fix r158492. Did you mean...
2012-06-15 James DennettDocumentation fix: Add a missing parameter name for...
2012-06-15 James DennettDocumentation fix: made the name given to \param match...
2012-06-15 James DennettDocumentation cleanup:
2012-06-15 James DennettDocumentation cleanup: use \p ParameterName when referr...
2012-06-15 James DennettFix a documentation typo: \\brief -> \brief
2012-06-15 James DennettDocumentation cleanup: fix \params to match the code.
2012-06-15 James DennettDocumentation cleanup:
2012-06-15 James DennettDocumentation cleanup: eliminated Doxygen warnings...
2012-06-15 James DennettDocumentation cleanup:
2012-06-15 James DennettDocumentation fixes: Added \brief markup and fixed...
2012-06-15 James DennettDocumentation cleanup:
2012-06-15 James DennettDocumentation cleanup: escape Objective-C @ symbols...
2012-06-15 James DennettDocumentation cleanup: fix erroneous uses of \arg.
2012-06-15 Craig TopperAdd XOP frcz instrinsics.
2012-06-15 James DennettOngoing documentation cleanup:
2012-06-15 James DennettDocumentation cleanup for clang-c:
2012-06-15 John McCallIt turns out that implementing the rethrow-on-fallthrough
2012-06-15 Richard SmithPR12717: Clang supports hexadecimal floating-point...
2012-06-15 James DennettOngoing documentation cleanup: fixed Doxygen markup...
2012-06-15 David BlaikieFix PR13065.
2012-06-14 Richard TrieuFix T* p to T *p
2012-06-14 Richard TrieuUse a proper visitor to recursively check for uninitial...
2012-06-14 James DennettStill more Doxygen documentation fixes:
2012-06-14 Daniel JasperLook at incomplete FunctionTemplateDecls in order to...
2012-06-14 David BlaikieRemove absolute path form include test.
2012-06-14 David BlaikieSupport -f[no-]rewrite-includes from the driver.
2012-06-14 David BlaikieSupport -frewrite-includes as an option while preproces...
2012-06-14 David BlaikieFix crash on missing header in -rewrite-includes.
2012-06-14 David BlaikieRename -rewrite-includes to -frewrite-includes.
2012-06-14 James DennettThis makes SemaCodeComplete.cpp more Doxygen-friendly...
2012-06-13 Richard TrieuAdd triples to keep make test work on Windows, where...
2012-06-13 Richard TrieuRemove unnecessary output redirection in a test.
2012-06-13 NAKAMURA Takumitest/Driver/warning-options.cpp: Mark as XFAIL:cygming...
2012-06-13 James DennettMore doxygen/documentation cleanups.
2012-06-13 Richard TrieuRename a loop variable to silence a gcc warning.
2012-06-13 Richard SmithAdd -isystem-prefix and -ino-system-prefix arguments...
2012-06-13 Richard TrieuMoved the StringLiteral printing code from StmtPrinter...
2012-06-13 John McCallProvide a -no-pedantic to cancel out -pedantic.
2012-06-13 Manuel KlimekDoc fixed as proposed (and mostly contributed) by David...
2012-06-13 Richard SmithFix issue where a token paste which forms a /* or ...
2012-06-13 Daniel JasperAllow __attribute__((unused)) for fields and make it...
2012-06-13 Kaelyn UhrainRemove the trailing backslash from the comment to remov...
2012-06-13 Daniel JasperRename shouldVisitImplicitDeclarations to shouldVisitIm...
2012-06-13 Richard SmithFix off-by-one error in UTF-16 encoding: don't try...
2012-06-13 Richard SmithPR13099: Teach -Wformat about raw string literals,...
2012-06-13 Jakob Stoklund... Make clang-tblgen backends functions instead of TableGe...
2012-06-13 Michael HanUpdate clang attribute document.
2012-06-13 Richard SmithAdd missing narrowing check: converting from a signed...
2012-06-13 Charles DavisGrab bag of Microsoft Mangler fixes:
2012-06-12 Chad Rosier[ms-inline-asm] The __asm keyword is a statement separa...
2012-06-12 Bob WilsonFix test to work when clang is built without powerpc64...
2012-06-12 Chad Rosier[ms-inline-asm] Cleanup MS style inline assembly parsing.
2012-06-12 Manuel KlimekAdd documentation for the JSON compilation database...
2012-06-12 Douglas GregorWhen code completion walks the members of a protocol...
2012-06-12 Anna Zaks[analyzer] WWW: Shorten the menu title.
2012-06-12 Bill WendlingRemove unused variable.
2012-06-12 Craig TopperAdd XOP permute intrinsics.
2012-06-12 Richard SmithIf parsing a trailing-return-type fails, don't pretend...
2012-06-12 Dmitri GribenkoCorrect comment. The return type was changed to const...
2012-06-12 Dmitri GribenkoRemove unused variable.
2012-06-12 Jordan RoseRevert "[analyzer] Treat LValueBitCasts like regular...
2012-06-11 Jordan Rose[analyzer] Treat LValueBitCasts like regular pointer...
2012-06-11 Anna Zaks[analyzer] WWW: Add FAQ to the menu.
2012-06-11 Hal FinkelAdd PPC support for translating gcc-style -mcpu options...
2012-06-11 Anna Zaks[analyzer] WWW: FAQ - fix the assertion use example.
2012-06-11 Anna Zaks[analyzer] The FAQ question style shouldn't be the...
2012-06-11 Anna Zaks[analyzer] WWW: Add table of contents, fixed code examples.
2012-06-11 Anna Zaks[analyzer] WWW: Mention that we do not support "noretur...
2012-06-11 Chad RosierMake CodeGenFunction::EmitMSAsmStmt throw a fatal error...
2012-06-11 Chad RosierEtch out the code path for MS-style inline assembly.
2012-06-11 Jordan Rose[analyzer] Add ObjCLoopChecker: objects from NSArray...
2012-06-11 Jordan Rose[analyzer] When looking for a known class, only travers...
2012-06-11 Benjamin KramerEnable -Wunused-private-field with -Wunused.
2012-06-11 Rafael EspindolaWe were computing the visibility and linkage of templat...
2012-06-11 Gregory Szorc[clang.py] Implement SourceLocation.from_offset
2012-06-11 Craig TopperAdd XOP shift and compare intrinsics.
2012-06-11 James DennettDocumentation cleanup, fixing Doxygen markup. Mostly...
2012-06-11 Argyrios KyrtzidisConst'ify CompilerInvocation::toArgs().
2012-06-10 Richard SmithPR12964: __int128 and unsigned __int128 are promoted...
2012-06-10 Craig TopperAdd XOP vprot* instruction intrinsics
2012-06-10 Richard SmithRemove CXXRecordDecl flags which are unused after r158289.
2012-06-10 Richard SmithFix PR13052 properly, by performing special member...
2012-06-10 Richard SmithPR13064: Store whether an in-class initializer uses...
2012-06-10 Craig TopperMore XOP intrinsics
2012-06-10 Craig TopperBegin adding XOP intrinsics
2012-06-09 James DennettFix the top-of-file comment in Attr.h to say that it...
2012-06-09 Craig TopperAdd XOP feature flag.
2012-06-09 Ted KremenekAdd CSS style for FAQ questions, and restate FAQ questi...
2012-06-09 Ted KremenekWordsmith a bit, and turn </h1> into </h4> when appropr...
next