]> granicus.if.org Git - clang/shortlog
clang
2012-06-17 James DennettDocumentation cleanup: escaping # characters and adding...
2012-06-17 James DennettDocumentation cleanup: escape #undef in Doxygen comments.
2012-06-17 James DennettDocumentation cleanup: delete an erroneous use of ...
2012-06-17 James DennettDocumentation cleanup: typo fix, \briaf -> \brief
2012-06-17 James DennettDocumentation cleanup: Add missing parameter name to...
2012-06-17 James DennettDocumentation cleanup: escape "::" to eliminate a Doxyg...
2012-06-17 James DennettDocumentation cleanup: Use \brief for summaries, and...
2012-06-17 James DennettDocumentation cleanup:
2012-06-17 James DennettDocumentation cleanup: fixing a typo from my previous...
2012-06-17 James DennettDocumentation cleanup: added \verbatim...\verbatim...
2012-06-17 James DennettDocumentation cleanup:
2012-06-17 James DennettDocumentation cleanup: escaped # characters in Doxygen...
2012-06-17 Hal FinkelFor compatibility with gcc, accept -maltivec as an...
2012-06-16 Richard Smith-Wuninitialized bugfix: when entering the scope of...
2012-06-16 Benjamin KramerGuard private fields that are unused in Release builds...
2012-06-16 NAKAMURA Takumiclang/lib/Basic/FileManager.cpp: Detect the root direct...
2012-06-16 NAKAMURA TakumiToolingTest.cpp: Fix r158592, runToolOnCode.FindsNoTopL...
2012-06-16 Meador IngeExplicitly build __builtin_va_list.
2012-06-16 Eli FriedmanFix Sema and IRGen for atomic compound assignment so...
2012-06-16 Jordan Rose[analyzer] Array CompoundLiteralExprs need to be treate...
2012-06-16 Jordan Rose[analyzer] Return an UnknownVal when we try to get...
2012-06-16 Argyrios Kyrtzidis[AST/libclang] Fix the selector locations that are...
2012-06-16 Anna ZaksMake the analyzer site a single point of reference...
2012-06-16 Jordan Rose[analyzer] Buffers passed to CGBitmapContextCreate...
2012-06-15 Eli FriedmanMake the ".*" operator work correctly when the base...
2012-06-15 Kaelyn UhrainRecover when correcting an unknown type name to a keywo...
2012-06-15 Kaelyn UhrainMove isCXXSimpleTypeSpecifier from Parser to Sema and...
2012-06-15 Jordan Rose[-E] Emit a rewritten _Pragma on its own line.
2012-06-15 James DennettDocumentation cleanup: escape < characters in Doxygen...
2012-06-15 James DennettDocumentation cleanup: Escaped # characters in Doxygen...
2012-06-15 James DennettDocumentation cleanup: Escaped backslashes in Doxygen...
2012-06-15 James DennettDocumentation cleanup: fix a type, LocatioinE -> LocationE
2012-06-15 James DennettDocumentation cleanup: escape Objective-C @keywords...
2012-06-15 James DennettDocumentation cleanup: Made a parameter name in a ...
2012-06-15 James DennettDocumentation cleanup:
2012-06-15 James DennettDocumentation cleanup:
2012-06-15 Dmitri GribenkoAdd a missing initializer in ASTBitCodes.h
2012-06-15 James DennettDocumentation cleanup:
2012-06-15 James DennettDocumentation cleanup: fixed/created some /brief functi...
2012-06-15 James DennettDocumentation cleanup: escape # in a Doxygen comment.
2012-06-15 James DennettDocumentation cleanup:
2012-06-15 James DennettDocumentation cleanup: escape backslashes in Doxygen...
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.
next