]> granicus.if.org Git - clang/shortlog
clang
2012-06-23 Charles DavisIRGen: Factor v-table generation into the CGCXXABI...
2012-06-23 John McCallRecognize GNU attributes after 'enum class'. Fixes...
2012-06-23 Fariborz Jahanianobjective-c: issue deprecation/unavailability warnings...
2012-06-23 Hans WennborgAdd triple to test/Sema/attr-tls_model.c
2012-06-23 Hans WennborgSupport the tls_model attribute (PR9788)
2012-06-23 Sean HuntClean up a large number of C++11 attribute parse issues...
2012-06-23 Nico WeberSupport L__FUNCTION__ in microsoft mode, PR11789
2012-06-23 Timur Iskhodzhanov[Windows] Fix mangling of repeated types in the presenc...
2012-06-23 Charles DavisMicrosoftMangle: Fix mangling of integral constant...
2012-06-22 Richard SmithMinor improvements to some C99 variadic-macro-related...
2012-06-22 Ted KremenekImplement initial static analysis inlining support...
2012-06-22 Kaelyn UhrainPerform typo correction for base class specifiers.
2012-06-22 Anna Zaks[analyzer] Teach malloc checker that initWith[Bytes...
2012-06-22 Anna Zaks[analyzer] Remove a statistic - it's too expensive.
2012-06-22 Anna Zaks[analyzer]scan-build: report the total number of steps...
2012-06-22 Anna Zaks[analyzer] Fixup to r158958.
2012-06-22 Anna Zaks[analyzer] Report the cumulative number of steps the...
2012-06-22 Dmitri GribenkoMark Doxygen warnings DefaultIgnore.
2012-06-22 Nuno Lopesrevert CodeGen support for the alloc_size attribute...
2012-06-22 Rafael EspindolaDisable llvm optimizations in a clang test.
2012-06-22 Jordan Rose[analyzer] Check for +raise:format: on subclasses of...
2012-06-22 DeLesley HutchinsThread safety analysis: fixes a bug in which locksets...
2012-06-22 Dmitri GribenkoCorrect include guard to reflect new directory name
2012-06-22 Nico WeberShow fixit for unqualified calls to methods of dependen...
2012-06-22 Dmitri GribenkoAdd a warning about almost-Doxygen trailing comments...
2012-06-22 Fariborz Jahanianobjective-c: improve diagnostic when collection express...
2012-06-22 Alexey SamsonovAdd release note about -gline-tables-only flag
2012-06-22 James DennettDocumentation cleanup: making \param and \returns docs...
2012-06-22 James DennettDocumentation cleanup: making \param docs match the...
2012-06-22 James DennettDiagnostics cleanup: Fixing \params to match the code.
2012-06-22 James DennettDocumentation cleanup:
2012-06-22 James DennettDocumentation cleanup:
2012-06-22 James DennettDocumentation cleanup:
2012-06-22 James DennettDocumentation cleanup:
2012-06-22 James DennettDocumentation cleanup:
2012-06-22 James DennettDocumentation cleanup: Escape @objc* in Doxygen comments.
2012-06-22 James DennettDocumentation cleanup: rephrase, and so avoid a Doxygen...
2012-06-22 James DennettDocumentation cleanup: escape # characters in Doxygen...
2012-06-22 James DennettDocumentation cleanup:
2012-06-22 James DennettDocumentation cleanup: escape # characters in Doxygen...
2012-06-22 James DennettDocumentation cleanup: escape # characters in Doxygen...
2012-06-22 James DennettDocumentation cleanup: escape \ characters in Doxygen...
2012-06-22 James DennettDocumentation cleanup: Fixed the format of the file...
2012-06-22 James DennettDocumentation cleanup:
2012-06-22 James DennettDocumentation cleanup: turn "//" into "///" for a Doxyg...
2012-06-22 James DennettDocumentation cleanup:
2012-06-22 Anna Zaks[analyzer] Malloc: Warn about use-after-free when memor...
2012-06-22 Jordan Rose[diagtool] Write to llvm::outs() by default instead...
2012-06-21 Rafael EspindolaAdd the testcase from pr13168.
2012-06-21 Rafael EspindolaRevert r158887. This fixes pr13168.
2012-06-21 Dmitri GribenkoHandle include directive with comments. It turns out...
2012-06-21 Fariborz Jahanianobjective-c: If an ivar is (1) the first ivar in a...
2012-06-21 Dmitri GribenkoVC9 does not like heterogenous compare function objects.
2012-06-21 Anna Zaks[analyzer] Do not step into statements while collecting...
2012-06-21 David BlaikiePR13165: False positive when initializing member data...
2012-06-21 Fariborz Jahanianobjective-c: deprecated C-like parameters in Objective-C
2012-06-21 John McCallAdjust this code so that it strictly honors
2012-06-21 Alexey SamsonovLess restrictive check in unit test for unsupported...
2012-06-21 NAKAMURA TakumiRevert r158423 corresponding to r158796, "test/Driver...
2012-06-21 Chandler CarruthClang side of a refactoring of the CMake unit test...
2012-06-21 Daniel JasperMake the RecursiveASTVisitor visit the body of a range...
2012-06-21 Alexey SamsonovImprove support for -g options accepted by Clang:
2012-06-21 Jordan RosePretend that enum constants have enum type when inferri...
2012-06-21 Jordan RoseDon't warn for -Wstatic-in-inline if the used function...
2012-06-21 Chandler CarruthSwitch Clang to re-use the the newly factored common...
2012-06-21 Richard SmithMS: Mangle rvalue references and nullptr_t, and produce...
2012-06-21 Chandler CarruthSimplify the Clang unittest function in the CMake build...
2012-06-21 Chandler CarruthRemove a goofy CMake hack and use the standard CMake...
2012-06-21 Richard SmithIf an object (such as a std::string) with an appropriat...
2012-06-21 Chandler CarruthRemove an unused feature of the clang unittest macro.
2012-06-21 Richard SmithDo not complain about junk on the end of a #endif in...
2012-06-21 Dmitri GribenkoRawCommentList::addComment: fix the assertion so it...
2012-06-20 Anna Zaks[analyzer] Malloc leak false positive: Allow xpc contex...
2012-06-20 Fariborz Jahanianobjective-c: place quotes around named items in a diagn...
2012-06-20 Fariborz Jahanianobjc: tweak my last patch to warn if class extension
2012-06-20 Fariborz Jahanianobjective-c: Normally, a property cannot be both 'reado...
2012-06-20 James DennettDocumentation cleanup: escape a < character in a Doxyge...
2012-06-20 John McCallIntroduce ObjCRuntime::hasWeakClassImport() and use...
2012-06-20 James DennettDocumentation cleanup:
2012-06-20 Alexander KornienkoAdded test with sizeof conditions (relies on to-be...
2012-06-20 Jordan RoseReword -Winternal-linkage-in-inline, and rename it...
2012-06-20 James DennettDocumentation cleanup:
2012-06-20 Anna Zaks[analyzer] Do not walk the types for call graph constru...
2012-06-20 Anna Zaks[analyzer] Malloc: cleanup, disallow free on relinquish...
2012-06-20 Anna Zaks[analyzer] Remove dead code.
2012-06-20 James DennettDocumentation cleanup: escaping # characters in Doxygen...
2012-06-20 Dmitri GribenkoRemove unused ASTContext& arg in RawCommentList::addCom...
2012-06-20 Nico WeberAllow unqualified lookup of non-dependent member functions
2012-06-20 Chad RosierWhitespace.
2012-06-20 Jordan RoseRemove -Winternal-linkage-in-inline in C++.
2012-06-20 Chad Rosier[ms-style asm] Change the fatal error to an extension...
2012-06-20 Benjamin KramerDon't circumvent the debug info type cache when emittin...
2012-06-20 Chad RosierWhitespace.
2012-06-20 Fariborz Jahanianobjc: improved diagnostic when property autosynthesis...
2012-06-20 Sean HuntFix a thinko and a stray debugging hunk in my attribute...
2012-06-20 Chandler CarruthFix a big layering violation introduced by r158771.
2012-06-20 Chandler CarruthRemove a 'static' specifier from an 'inline' function...
2012-06-20 Ted KremenekRevert "Provide a -no-pedantic to cancel out -pedantic...
2012-06-20 Chandler CarruthFix a warning on a fully covered switch with a default:
2012-06-20 John McCallRestructure how the driver communicates information...
next