]> granicus.if.org Git - clang/shortlog
clang
2012-06-26 Fariborz Jahanianblock literal irgen: several improvements on naming...
2012-06-26 Kostya Serebryany[asan] add missing asan instrumentation in generated...
2012-06-26 Richard SmithFix lifetime issue for backing APValue of OpaqueValueEx...
2012-06-25 Daniel Dunbarbuild/compiler-rt: Companion commit to r159172.
2012-06-25 Nico WeberGive L__FUNCTION__ the right type in templates. PR13206.
2012-06-25 Nico WeberAdd tests that I wrote for r159060 but forgot to `svn...
2012-06-25 Manman RenARM: enable struct byval for APCS.
2012-06-25 David BlaikiePR12937: Explicitly deleting an explicit template speci...
2012-06-25 Richard SmithExtend the "expected ';' after struct" logic to also...
2012-06-25 Eli FriedmanUse std::map instead of llvm::DenseMap because we rely...
2012-06-25 Jordan Rose[analyzer] Be careful about implicitly-declared operato...
2012-06-25 Richard SmithUnrevert r158887, reverted in r158949, along with a...
2012-06-25 DeLesley HutchinsThread safety analysis: implement lock_returned attribute.
2012-06-25 Matt Beaumont-GayAppease -Wnon-virtual-dtor and fix a typo in a comment
2012-06-25 Nico WeberMake explicit specializations at class scope work
2012-06-25 Daniel JasperAdd test for -Wused-but-marked-unused on private fields.
2012-06-24 Richard SmithAdd testing for CommentHandler, and fix a bug where...
2012-06-24 Jordan Rose[diagtool] Appease buildbots by explicitly using makeAr...
2012-06-24 Jordan Rose[diagtool] Add a new "tree" command to shows warnings...
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...
next