]> granicus.if.org Git - clang/shortlog
clang
2011-02-19 Anders CarlssonPass -fexceptions to all tests that use try/catch/throw.
2011-02-19 Douglas GregorTeach the virtual-functions-without-virtual-destructor...
2011-02-19 Douglas GregorRemove the Fix-It for "main must return 'int'", which...
2011-02-19 Ken DyckExpand use of CharUnits for alignments further. No...
2011-02-19 Douglas GregorRevert all of my commits that devirtualized the Decl...
2011-02-19 Jeffrey YasskinUse PARSE_ARGUMENTS to clean up add_clang_unittest...
2011-02-19 Argyrios Kyrtzidis[analyzer] '-analyzer-check-objc-mem' can go through...
2011-02-19 Argyrios Kyrtzidis[analyzer] Fix crash when analyzing C++ code.
2011-02-19 Jeffrey YasskinRemove support and mc from the clang unittests' depende...
2011-02-19 Daniel DunbarDriver/Darwin: Support -Wl, with -Xarch_. This doesn...
2011-02-19 Argyrios KyrtzidisUse PointerUnion::getAddrOf instead of messing with...
2011-02-19 Ted KremenekChange 'StoreRef' back to 'Store' in GRState, shrinking...
2011-02-19 John McCallFix a -Wuninitialized warning; it's actually a false...
2011-02-19 John McCallWarn about code that uses variables and functions with...
2011-02-19 Argyrios Kyrtzidis[analyzer] Fix crash when analyzing C++ code.
2011-02-19 Ted KremenekAdd 'StoreRef' smart pointer to allow more fine-grain...
2011-02-19 Argyrios Kyrtzidis[analyzer] Fix crash when analyzing C++ code.
2011-02-19 Argyrios Kyrtzidis[analyzer] Disable a test until inlining CXXConstructEx...
2011-02-19 Chandler CarruthImprove bool and char integral template argument printi...
2011-02-19 Chandler CarruthFix a missed case in the NULL operand to conditional...
2011-02-19 Chandler CarruthUpdate the test error messages to match the update...
2011-02-18 Chandler CarruthFix PR8767, improve diagnostic wording when allocating...
2011-02-18 Chandler CarruthInitial steps to improve diagnostics when there is...
2011-02-18 Chandler CarruthCheck for NULL child expressions before visiting them...
2011-02-18 Douglas GregorWhen code-completing a case statement for a switch...
2011-02-18 Devang PatelStart using enums from DIBuilder.
2011-02-18 Daniel DunbarMore correct fix for CMake breakage I was seeing, my...
2011-02-18 Ted KremenekUpdate text for where to file analyzer bugs.
2011-02-18 Fariborz JahanianTest case for // rdar://8850818
2011-02-18 Chris LattnerIf -fno-builtin is passed, tell TargetLibraryInfo to
2011-02-18 Douglas GregorSelector::getIdentifierInfoForSlot() can return NULL...
2011-02-18 Daniel DunbarUnbreak CMake build on MSVC9, chapuni please check.
2011-02-18 Chris Lattnerinstall a TargetLibraryInfo configured with the appropriate
2011-02-18 Argyrios Kyrtzidis[analyzer] Fix crash when analyzing C++ code.
2011-02-18 Chris Lattnerfix rdar://9024687, a crash on invalid that we used...
2011-02-18 Argyrios Kyrtzidis[analyzer] Fix a crash when analyzing C++ code.
2011-02-18 Argyrios KyrtzidisIntroduce ASTContext::getLogicalOperationType() to...
2011-02-18 Fariborz JahanianObjective-c armv7 API for atomic properties of
2011-02-18 Chris Lattneraccept and ignore a few things for better OpenBSD compa...
2011-02-18 NAKAMURA Takumi[Heikki Kultala] This patch contains the ABI changes...
2011-02-18 Chris Lattnerwe now support __label__
2011-02-18 Douglas GregorImplement C++0x [expr.static.cast]p9, which permits...
2011-02-18 John McCallThe flags we're supposed to write into a byref struct...
2011-02-18 Douglas GregorWhen building a qualified reference to a member of...
2011-02-18 Ted KremenekFix assertion failure on -Warray-bounds for 32-bit...
2011-02-18 Peter CollingbourneMove CompilerInstance::LLVMContext and LLVMContext...
2011-02-18 Peter CollingbourneMove TargetInfo::adjustInlineAsmType to TargetCodeGenInfo
2011-02-18 Douglas GregorWhen we're creating an expression for an integral templ...
2011-02-18 Chris Lattnerimplement basic support for __label__. I wouldn't...
2011-02-18 Chris Lattnerrename test
2011-02-18 Argyrios KyrtzidisHandle UsingDecl in CFGRecStmtDeclVisitor.
2011-02-18 Chris LattnerSwitch labels over to using normal name lookup, instead...
2011-02-18 Francois PichetUnbreak the MSVC build
2011-02-18 Chris Lattnerbreak testcase over multiple lines to make it easier...
2011-02-18 Chris Lattnerhandle labeldecls.
2011-02-17 Chris Lattnermake block bodies handle undefined labels just like...
2011-02-17 Chris Lattnerimprove support for big endian targets, fixing PR8171...
2011-02-17 Oscar FuentesCMake: updated source file list.
2011-02-17 Ted KremenekAdd -Warray-bounds test showing how the warning current...
2011-02-17 Argyrios Kyrtzidis[analyzer] Use the new registration mechanism for the...
2011-02-17 Argyrios Kyrtzidis[analyzer] Use the new registration mechanism on the...
2011-02-17 Argyrios Kyrtzidis[analyzer]
2011-02-17 Argyrios Kyrtzidis[analyzer] Pass CheckerManager to the registration...
2011-02-17 Chandler CarruthEnhance the array bounds checking to work for several...
2011-02-17 Chandler CarruthClean up the style of this function to match the conven...
2011-02-17 Chris Lattneradd a fixme
2011-02-17 Chris LattnerStep #2/N of __label__ support: keep pushing LabelDecl...
2011-02-17 Chris LattnerInline LocalInstantiationScope::getInstantiationOf...
2011-02-17 Chris Lattnerremove some defensive code: LocalInstantiationScope...
2011-02-17 Chris Lattnerremove some dead overloads.
2011-02-17 Douglas GregorEliminate the internal command-line option for viewing...
2011-02-17 John McCallRemove the "conditional save" hashtables from IR genera...
2011-02-17 Douglas GregorThe internal -fdump-record-layouts flag already dumps...
2011-02-17 Argyrios KyrtzidisWhen building StaticAnalyzer/Frontend add -I "<Checkers...
2011-02-17 Douglas GregorReplace a FIXME with a comment describing why we did...
2011-02-17 Douglas GregorRemove the last virtual member function from the Decl...
2011-02-17 Douglas GregorDevirtualize TagDecl::completeDefinition().
2011-02-17 Douglas GregorDevirtualize DeclaratorDecl::getInnerLocStart() and...
2011-02-17 Fariborz JahanianImprove diagnostics on missing property decl.
2011-02-17 Douglas GregorDevirtualize NamedDecl::getNameForDiagnostic().
2011-02-17 Douglas GregorDevirtualize RedeclarableTemplateDecl::newCommon().
2011-02-17 Chandler CarruthImplement a sub-group of -Wconversion: -Wliteral-conver...
2011-02-17 John McCallChange the representation of GNU ?: expressions to...
2011-02-17 NAKAMURA Takumilib/Frontend/InitHeaderSearch.cpp: Add mingw-w64's...
2011-02-17 NAKAMURA TakumiTriple::MinGW64 is deprecated and removed. We can use...
2011-02-17 NAKAMURA TakumiFix whitespace.
2011-02-17 Douglas GregorDevirtualize Decl::getNextRedeclaration().
2011-02-17 Chandler CarruthImplement -Wenum-compare, which warns when comparing...
2011-02-17 Douglas GregorSimple little optimization to Decl::getCanonicalDecl...
2011-02-17 Douglas GregorDevirtualize Decl::getSourceRange()
2011-02-17 Douglas GregorDevirtualize Decl::getCanonicalDecl().
2011-02-17 Chris LattnerStep #1/N of implementing support for __label__: split...
2011-02-17 Douglas GregorDevirtualize Decl::getBody() and Decl::hasBody().
2011-02-17 Douglas GregorDe-virtualize Decl::isOutOfLine().
2011-02-17 Douglas GregorWhen printing a qualified type, look through a substitu...
2011-02-17 Chris Lattnersimplify a bit.
2011-02-17 Chris Lattnertidy up
2011-02-17 Douglas GregorImprove parser recovery in "for" statements, from Richa...
2011-02-17 Douglas GregorI will not hold on to temporary StringRefs.
2011-02-17 Douglas GregorWhen Parser::ParseExpressionList isn't given a complete...
next