]> granicus.if.org Git - clang/shortlog
clang
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...
2012-06-20 Jordan Rose[analyzer] Move failing 'new' test cases back into...
2012-06-20 Argyrios Kyrtzidis[arcmt]
2012-06-20 Jordan Rose[analyzer] Invalidate placement args; return the pointe...
2012-06-20 Argyrios Kyrtzidis[objcmt] Have the modern objc migration warning change...
2012-06-20 Rafael EspindolaFix cmake build.
2012-06-20 Argyrios Kyrtzidis[arcmt] When migrating to ARC disable -Werror so as...
2012-06-20 Dmitri GribenkoUnbreak GCC build: GCC doesn't like clang::Parser:...
2012-06-20 James DennettDocumentation cleanup: adding/fixing Doxygen markup...
2012-06-20 James DennettDocumentation cleanup: escape "::" to avoid a Doxygen...
2012-06-20 Dmitri GribenkoUnbreak CMake build: remove not-yet-committed CommentLe...
2012-06-20 James DennettDocumentation cleanup:
2012-06-20 James DennettDocumentation cleanup: escape # character in a Doxygen...
2012-06-20 James DennettDocumentation cleanup:
2012-06-20 James DennettDocumentation cleanup:
2012-06-20 Kaelyn UhrainAdd the PCH file name to the message about not being...
2012-06-20 Dmitri GribenkoStructured comment parsing, first step.
2012-06-19 Nico WeberDo a second lookup for type_info in the global namespac...
2012-06-19 Sean HuntReapply r158700 and fixup patches, minus one hunk that...
2012-06-19 Sean HuntDo not crash when we dynamic cast a final type to void*.
2012-06-19 DeLesley HutchinsThread Safety Analysis: Move some warnings on thread...
2012-06-19 Tanya LattnerExtend the support for cl-std to include 1.2.
2012-06-19 Fariborz Jahanianobjective-c: warn when autosynthesizing a property...
2012-06-19 Aaron BallmanReapplying the changes from r158717 as they were rolled...
2012-06-19 Jakob Stoklund... Revert r158700 and dependent patches r158716, r158717...
2012-06-19 Richard SmithFix -Wc++11-narrowing warnings for narrowing negative...
2012-06-19 David BlaikieEnable -Wnull-conversion for non-integral target types...
2012-06-19 James DennettDocumentation cleanup: escape "::", and other minor...
2012-06-19 James DennettDocumentation cleanup: add \verbatim markup for grammar...
2012-06-19 James DennettDocumentation cleanup: fixing file headers to use Doxyg...
2012-06-19 Fariborz Jahanianobjc-arc: captured block variable accessed in its block...
2012-06-19 Ted KremenekAdjust scan-build to enable color output for xterm...
2012-06-19 Chad Rosier[driver] Per Bob's suggestion, emphasize the file dumps.
2012-06-19 Kaelyn UhrainRemove some debugging code that snuck into r158691.
2012-06-19 Meador IngeRevert predefined decl tracking.
2012-06-19 Sean HuntRemove redundant uses of SmallString
2012-06-19 Chad Rosier[driver] Print the compiler version before the diagnost...
2012-06-19 Chad Rosier[driver] Make the crash diagnostic message more visable...
2012-06-19 Aaron BallmanImproves parsing and semantic analysis for MS __declspe...
2012-06-19 Sean HuntStop abusing StringRef. Fixes the Windows build.
2012-06-19 Anna Zaks[analyzer] Allow pointers to escape into NSPointerArray.
2012-06-19 Sean HuntImprove the specification of spellings in Attr.td.
2012-06-19 Jordan RoseFix the location of the fixit for -Wnewline-eof.
2012-06-19 Argyrios Kyrtzidis[objcmt] When checking whether the subscripting methods...
2012-06-19 Rafael EspindolaAdd a -fuse-init-array option to cc1 and map to the...
2012-06-19 Kaelyn UhrainImprove the error message when a function overload...
2012-06-19 Ted KremenekSink definition of IBOutlet, IBOutletCollection, and...
2012-06-18 Jordan RoseChange -Winternal-linkage-in-inline from ExtWarn to...
next