]> granicus.if.org Git - clang/shortlog
clang
2009-04-04 Daniel DunbarDriver: Handle -dumpversion, this is used by some confi...
2009-04-04 Daniel DunbarDriver: Handle properly calling dsymutil when source...
2009-04-04 Daniel DunbarDriver: Automatically suppress warnings for duplicate...
2009-04-04 Anton KorobeynikovTestcase for regparm codegen
2009-04-04 Anton KorobeynikovBasic support for regparm codegen
2009-04-03 Anton KorobeynikovProvide sema proper values of maximal number of argumen...
2009-04-03 Anders CarlssonAdd support for calling C++ member functions.
2009-04-03 Anders CarlssonAdd a getFunctionInfo that takes a CXXMethodDecl.
2009-04-03 Daniel DunbarDriver: Add -Qunused-arguments option to suppress drive...
2009-04-03 Fariborz JahanianReal corener case of a method declared in a protocol
2009-04-03 Chris Lattnerimprove the string literal comparison warning to not...
2009-04-03 Ted KremenekSentence-case bug type.
2009-04-03 Daniel DunbarDriver: Explicitly ignore -fpch-preprocess when using...
2009-04-03 Daniel DunbarReduce Driver verbosity by suppressing unused warning...
2009-04-03 Ted Kremenekretain/release checker: don't track NSPanel until we...
2009-04-03 Chris Lattneradd fixit advice to an archiac ObjC issue.
2009-04-03 Chris LattnerFix Clang on VC++, patch by Bixia Zheng!
2009-04-03 Chris Lattnerfix some warnings on VC++, patch by John Thompson!
2009-04-03 Chris Lattnerinitialize an ivar.
2009-04-03 Steve NaroffAdd a comment/FIXME so Eli can sleep better:-))
2009-04-03 Zhongxing XuThis is the first step to gradually remove the use...
2009-04-03 Daniel DunbarDo we have fixit advice for comments yet?
2009-04-03 Anders CarlssonIgnore plus operands when looking up the operand number...
2009-04-03 Daniel DunbarFix comment.
2009-04-03 Fariborz JahanianImplement -fvisibility.
2009-04-03 Ted KremenekConvert region-design document to HTML.
2009-04-03 Daniel DunbarDriver: Add missed translation for darwin::Preprocess...
2009-04-03 Steve NaroffTweak test (now that http://lists.cs.uiuc.edu/pipermail...
2009-04-03 Daniel DunbarAdd target hook for setting symbol prefix and section...
2009-04-03 Douglas GregorFix a little typo that was killing de-serialization
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...
next