]> granicus.if.org Git - clang/shortlog
clang
2009-04-02 Mike StumpMove the rest of the fixit tests to the FixIt area.
2009-04-02 Douglas GregorRename GeneratePCH action to GeneratePTH
2009-04-02 Mike StumpUpdate wording.
2009-04-02 Douglas GregorResynchronize Decl/VarDecl serialization code with...
2009-04-02 Ted KremenekSentence-type bug type and category.
2009-04-02 Ed SchoutenAdd some whitespace to test my commit privileges.
2009-04-02 Douglas GregorAdd a new command-line option "-fixit-at=file:line...
2009-04-02 Fariborz JahanianFix up lookup rules for properties declared in
2009-04-02 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=3907.
2009-04-02 Daniel DunbarDriver: Tweak search paths for FreeBSD.
2009-04-02 Ted KremenekFix grammar.
2009-04-02 Mike StumpRemove -ftrapu.
2009-04-02 Sanjiv GuptaDon't use static globals for params as it confuses...
2009-04-02 Ted KremenekAdd a few more analyzer test cases.
2009-04-02 Douglas GregorMove the fix-it tests into their own subdirectory
2009-04-02 Douglas GregorProvide FIX-IT notes to describe what fix-it is doing...
2009-04-02 Douglas GregorSome cleanups to the fix-it rewriter. Thanks, Chris
2009-04-02 Anders CarlssonImplement mangling of declarations inside functions.
2009-04-02 Anders CarlssonMangle VarDecls correctly.
2009-04-02 Anders CarlssonMove the function decl mangling code out into its own...
2009-04-02 Douglas GregorWhen calling a function without a prototype for which...
2009-04-02 Daniel DunbarWire --version to normal -v version text.
2009-04-02 Ted KremenekUpdate checker build.
2009-04-02 Chris Lattneradd TemplateName.cpp/h to the xcode project, minor...
2009-04-02 Anders CarlssonEmit code for linkage specifications.
2009-04-02 Ted KremenekAlso "flatten" PathLocations fed to the HTMLDiagnosticC...
2009-04-02 Ted KremenekHack: Add 'PathDiagnostic::flattenLocations()'. Because...
2009-04-02 Douglas GregorMake darned sure that the -fixit tests are testing...
2009-04-02 Chris Lattnerfix a FIXME, providing accurate source range info for...
2009-04-02 Ted KremenekAdd another null pointer check. Simplify condition.
2009-04-02 Ted KremenekFix grammar.
2009-04-02 Ted KremenekAdd null pointer check.
2009-04-02 Anders CarlssonWhen compiling C++ code, always mangle the names of...
2009-04-02 Douglas GregorUpdate comments in fixit tests
2009-04-02 Douglas GregorClean up -fixit output slightly
2009-04-02 Ted KremenekUpdate expected warning in test case.
2009-04-02 Ted KremenekMore title-casing of bug type names.
2009-04-02 Ted KremenekTitle-case the names of bug types.
2009-04-02 Ted KremenekTitle-case the names of bug types.
2009-04-02 Mike StumpA code modification hint for files that don't end in...
2009-04-02 Zhongxing Xuupdate docs. Replace 'lattice' with 'tree'.
2009-04-02 Mike StumpOops, almost forgot the testcases.
2009-04-02 Douglas GregorIntroduce a "-fixit" mode to clang-cc that applies...
2009-04-02 Mike StumpFixup -ftrapv to be more gcc compatible. -ftrapu ...
2009-04-02 Ted KremenekFor plist diagnostics, use the extensive PathDiagnostic...
2009-04-02 Mike StumpWe no longer expect an warning as this is now valid.
2009-04-01 Douglas GregorAdd some more code modification hints
2009-04-01 Daniel DunbarDriver: Allow -ccc-gcc-name to specify the name/path...
2009-04-01 Fariborz JahanianFix a bug in declaration of property in continuation
2009-04-01 Douglas GregorAdd code modification hints to various parsing-related...
2009-04-01 Douglas GregorMake parsing a semantic analysis a little more robust...
2009-04-01 Steve NaroffUpdate test case and comment.
2009-04-01 Steve NaroffCodeGenModule::GetAddrOfConstantCFString():
2009-04-01 Ted KremenekBugReporter, extensive path-diagnostics: add an extra...
2009-04-01 Daniel DunbarQuick and dirty (!) fix to make sure we use powerpc...
2009-04-01 Mike StumpAdd -ftrapv support, patch from David Chisnall; well...
2009-04-01 Fariborz JahanianFixes a problem where the compiler is reporting the...
2009-04-01 Ted KremenekFix comment.
2009-04-01 Daniel DunbarAllow CCC_ADD_ARGS to add empty arguments
2009-04-01 Fariborz JahanianNonfragile ivar synthesis with property is in a continu...
2009-04-01 Daniel DunbarDriver: Add freebsd::Link
2009-04-01 Ted KremenekUpdate CMake file. Patch by Brian Diekelman!
2009-04-01 Daniel DunbarSupport CCC_ADD_ARGS in new driver.
2009-04-01 Douglas GregorRevert r68221, -ftrapv support, which causes several...
2009-04-01 Ted KremenekBugReporter: for extensive path diagnostics:
2009-04-01 Daniel DunbarSplit PTH tests from carbon.c into separate test.
2009-04-01 Mike StumpAdd -ftrapv support, patch from David Chisnall; well...
2009-04-01 Daniel DunbarForgot to remove trailing &&
2009-04-01 Ted KremenekBugReporter: for extensive PathDiagnostic generation...
2009-04-01 Ted KremenekBugReporter: For the "extensive" PathDiagnostic generat...
2009-04-01 Daniel DunbarTed & I crossed paths here, these tests are in cocoa...
2009-04-01 Fariborz JahanianRemoved the test case, as Chris did have a test case...
2009-04-01 Fariborz JahanianTest case for Chris's patch:
2009-04-01 Douglas GregorAdd testcase for -Wmissing-prototypes
2009-04-01 Douglas GregorAdd some examples of Fix-it hints to our documentation
2009-04-01 Steve NaroffAdd ConvertUTF module from http://www.unicode.org/Publi...
2009-04-01 Douglas GregorGive Type::getDesugaredType a "for-display" mode that...
2009-04-01 Daniel DunbarAdd cocoa-pth.c test case, this got lost in shuffling...
2009-04-01 Ted KremenekRe-enable PTH testing for cocoa.h and carbon.h. This...
2009-04-01 Steve NaroffMore "prep" work for handling UTF16 CFString.
2009-04-01 Steve NaroffProcessUCNEscape(): Incorportate some feedback from...
2009-04-01 Daniel Dunbarx86-32 Darwin ABI: Handle small structures correctly.
2009-04-01 Daniel Dunbarx86-32 Darwin ABI: Single element arrays can be part...
2009-04-01 Ted KremenekFix: <rdar://problem/6740387>. Sending nil to an object...
2009-04-01 Chris Lattnerremove ASTContext::buildObjCInterfaceType, which breaks...
2009-04-01 Ted Kremenek- Changed PathDiagnosticPiece::getLocation() to return...
2009-04-01 Daniel Dunbarx86-32 Darwin ABI: Handle direct return of vectors.
2009-04-01 Zhongxing XuUpdate docs.
2009-04-01 Zhongxing XuAdjust doc format.
2009-04-01 Daniel DunbarPull clang-cc code for generating PTH files based on...
2009-04-01 Zhongxing Xuupdate docs.
2009-04-01 Daniel DunbarFix a subtle bug where the cleanup scope entries had...
2009-04-01 Ted KremenekCFG: For 'if(...) {}' (empty body) construct an empty...
2009-04-01 Daniel DunbarRemove a FIXME, use -emit-pth to drive PTH generation.
2009-04-01 Zhongxing XuUpdate docs.
2009-04-01 Daniel DunbarTweak/cleanup darwin::Link a bit, add several FIXMES...
2009-04-01 Eli FriedmanFix pascal string support; testcase from mailing list...
2009-04-01 Eli FriedmanFollow gcc's example and warn by default on unknown...
2009-04-01 Eli FriedmanFix test failure on Linux by forcing the triple to...
2009-04-01 Eli FriedmanFlip diagnostic from Warning to ExtWarn so that it...
next