]> granicus.if.org Git - clang/shortlog
clang
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...
2011-02-17 Matt Beaumont-GayFix PR9025 and add a diagnostic (and sometimes a fixit...
2011-02-17 Ted KremenekBump up IdentifierInfo::ObjCOrBuiltinID to use 11 bits...
2011-02-17 Ted KremenekBegin overhaul of scan-build/ccc-analyzer's handling...
2011-02-17 Ted KremenekDisable default synthesized properties until we can...
2011-02-17 Chris Lattnerfix clang -MM output to escape spaces in filenames...
2011-02-17 Chris Lattnerupdate this test now that reassociate isn't stripping...
2011-02-17 Ken DyckConvert MaxFieldAlignment to CharUnits from bits. No...
2011-02-17 Fariborz JahanianImprove diagnostics when property names an object type of
2011-02-17 Douglas GregorImplement code completion results for the Objective...
2011-02-16 Nick LewyckyEnsure that the NRVO flag has some block to insert...
2011-02-16 Ted KremenekFix assertion failure in -Warray-bounds on template...
2011-02-16 Fariborz JahanianBlock rewriting bug. Don't take address of captured
2011-02-16 Ted KremenekPlacate Doug and change capitalization of diagnostic...
2011-02-16 Zhanyong WanMakes most methods in SVals.h conform to the naming...
2011-02-16 Chandler Carruth3000 Sema diagnostics should be enough for anyone.
2011-02-16 Douglas GregorFix a thinko with llvm::Optional, which is clearly...
2011-02-16 Douglas GregorTeach the CXCodeCompleteResults results structure,...
2011-02-16 Devang PatelIf preprocessed token introduced empty filename then...
2011-02-16 Douglas GregorImprove the invalidation logic for the cache of global...
2011-02-16 Douglas GregorTeach PPChainedCallbacks to forward the InclusionDirect...
2011-02-16 Argyrios KyrtzidisWarning -> ExtWarn
2011-02-16 John McCallRemove this FIXME; clear up an unused variable; style.
2011-02-16 John McCallSave a copy expression for non-trivial copy constructio...
2011-02-16 Zhanyong WanAdds a CMake target for the Basic lib's unit tests...
2011-02-16 Zhanyong WanImproves CMakeLists.txt for Clang's unit tests: make...
2011-02-16 Ted KremenekTweak -Warray-bounds diagnostics based on feedback...
2011-02-16 NAKAMURA TakumiCMake: Tweak for Visual Studio 10 quirk at clang-standa...
2011-02-16 NAKAMURA Takumitest/CMakeLists.txt: Don't depend on llvm toolchain...
2011-02-16 Nick LewyckyRevert r125642. This broke the build? It should be...
2011-02-16 Francois Pichettest/PCH/headersearch.cpp fails on Win32. Not trivial...
2011-02-16 Ken DyckConvert the UnpackedAlignment field to CharUnits from...
2011-02-16 Nick LewyckyDon't use "../foo" to return to the current directory.
2011-02-16 Ken DyckConvert Alignment member to CharUnits from bits. No...
2011-02-16 Ted KremenekAdd trivial buffer overflow checking in Sema.
2011-02-16 Ken DyckConvert NonVirtualSize to CharUnits from bits. No chang...
2011-02-16 Ken DyckConvert NonVirtualAlignment to CharUnits. No change...
2011-02-16 Argyrios Kyrtzidis[analyzer] AnalyzerFrontend is dependent on AnalyzerChe...
2011-02-16 Argyrios Kyrtzidis[analyzer] Use the new registration mechanism on the...
2011-02-16 Douglas GregorWhen searching for visible declarations (e.g., for...
2011-02-16 Devang PatelSimplify test to check an aggregate argument that has...
2011-02-16 Douglas GregorWhen trying to provide a code completion item for a...
2011-02-16 John McCallDon't call objc_read_weak as part of emitting a block...
2011-02-16 Fariborz JahanianCheck for deprecated implementation unconditionally.
2011-02-16 Fariborz JahanianFix typo (per Chris's comment).
2011-02-15 Argyrios KyrtzidisWarn for missing terminating " or ' instead of error...
2011-02-15 Devang PatelOnly c++ class arguments with non trivial constructor...
2011-02-15 Argyrios Kyrtzidis[analyzer] Use the new registration mechanism on some...
2011-02-15 Argyrios Kyrtzidis[analyzer] Use the new registration mechanism on the...
2011-02-15 John McCallHandle delayed access in local declarations. PR9229.
2011-02-15 Douglas GregorTeach code completion to cope with block types written...
2011-02-15 Rafael EspindolaAdd a hack to avoid adding '\01' to asm names when...
next