]> granicus.if.org Git - clang/shortlog
clang
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...
2012-06-09 Gregory Szorc[clang.py] Implement Cursor.is_static_method
2012-06-09 Benjamin KramerReorder ParsedTemplateArg's members to reduce padding...
2012-06-09 Benjamin KramerReplace a char counting helper function with std::count.
2012-06-09 Benjamin KramerReplace constant-sized BitVector with std::bitset.
2012-06-09 Argyrios Kyrtzidis[libclang] When doing the cursor visitation make sure...
2012-06-09 Anna Zaks[analyzer] FAQ page fixup
2012-06-09 Anna Zaks[analyzer] Add FAQ and How to Deal with Common False...
2012-06-08 Michael J.... [C++11 Compat] Fix breaking change in C++11 pair copyctor.
2012-06-08 Dmitri GribenkoCorrect method name in comment: from LexRawToken to...
2012-06-08 Dmitri GribenkoConvert comments to proper Doxygen comments.
2012-06-08 Jordan RoseWarn in ObjC++ when an 'auto' variable deduces type...
2012-06-08 Jordan RoseAdd a test for r158229 (overlapping fixits). This was...
2012-06-08 Richard SmithPR13051: Only suggest the 'template' and 'operator...
2012-06-08 Jordan RoseDisallow using ObjC literals in direct comparisons...
2012-06-08 Jordan RoseIf fixits appear to overlap, move the second one over...
2012-06-08 Richard SmithPR13051: If a constructor is explicitly defaulted,...
2012-06-08 Richard TrieuRemove a commented out variable declaration. This...
2012-06-08 Anna Zaks[analyzer] MallocSizeofChecker false positive: when...
2012-06-08 Jordan RoseDisable _Pragma during HTML macro rewriting to keep...
2012-06-08 Douglas GregorSwitch LineTableInfo to use FileID instead of int for...
2012-06-08 Argyrios Kyrtzidis[libclang] Don't crash when saving a PCH from a prefix...
2012-06-08 Argyrios Kyrtzidis[libclang] Add a triple to test/Index/index-decls.m
2012-06-08 Argyrios Kyrtzidis[libclang/AST]
2012-06-08 Anna Zaks[analyzer] Use "issue hash" in CmpRuns; followup on...
2012-06-08 Richard SmithAllow friend declarations of defaulted special member...
2012-06-08 Kaelyn UhrainFix up the 'typename' suggestion logic introduced in...
2012-06-08 Richard SmithPR13047: Fix various abuses of clang::Type in the MS...
2012-06-08 Douglas GregorFix typo "CursorKind.CONDITONAL_OPERATOR" in Python...
next