]> granicus.if.org Git - clang/shortlog
clang
2008-06-17 Ted KremenekConvert <h2> -> <h3>. <h1> -> <h2> (more consistent...
2008-06-17 Eli FriedmanMake this test actually pass, in addition to the previo...
2008-06-17 Ted KremenekFix more strict-aliasing warnings.
2008-06-17 Ted KremenekOnly use colored output when the environment variable...
2008-06-17 Ted KremenekThis patch is motivated by numerous strict-aliasing...
2008-06-16 Ted KremenekSilence uninitialized value warning in Release build.
2008-06-16 Ted KremenekSilence uninitialized value warning during Release...
2008-06-16 Ted KremenekRemove debugging message in ccc-analyzer.
2008-06-16 Ted KremenekLatest release is checker-37.
2008-06-16 Ted KremenekRe-enable the analyzer.
2008-06-16 Ted KremenekRemove Analysis-Apple.
2008-06-16 Ted KremenekMove test case "uninit-msg-expr.m" from Analysis-Apple...
2008-06-16 Ted KremenekMoved test case NoReturn.m from Analysis-Apple to Analy...
2008-06-16 Ted KremenekMove NSString.m test case from Analysis-Apple to Analys...
2008-06-16 Ted KremenekUpdate test case to use -pedantic (makes the test case...
2008-06-16 Ted KremenekFix misspelling of "svelte".
2008-06-16 Ted KremenekMove Analysis-Apple/CFString.c to Analysis (the test...
2008-06-16 Ted KremenekMove CFDateGC.m test case from Analysis-Apple to Analys...
2008-06-16 Ted KremenekMoved CFDate.m from test/Analysis-Apple to test/Analysi...
2008-06-16 Ted KremenekAdd test case for NSString format-string checking.
2008-06-16 Ted KremenekIntroduce preliminary support for NSString format-strin...
2008-06-16 Chris Lattnerforce size of alloca to i32, which is currently require...
2008-06-13 Eli FriedmanBasic support for volatile loads and stores. Stores...
2008-06-13 Ted KremenekTweak h1 line-height to avoid text overlay issues in...
2008-06-13 Ted KremenekCSS tweaks with the menu to help resolve some menu...
2008-06-13 Argyrios KyrtzidisAllow -parse-noop -verify options to be used together.
2008-06-12 Ted KremenekGrammo.
2008-06-12 Ted KremenekAdded an "important notes" section. Tweaked formatting.
2008-06-12 Argyrios KyrtzidisFix broken test.
2008-06-12 Argyrios KyrtzidisMultiple tests in a single test file must be linked...
2008-06-11 Argyrios KyrtzidisFix "copy & paste" error.
2008-06-11 Ted KremenekAdded direct link to latest analyzer build on Mac OS X.
2008-06-11 Ted KremenekAdded a disclaimer about running time, and provided...
2008-06-11 Ted KremenekUse relative links that start with "/" so the menu...
2008-06-11 Eli FriedmanDon't crash if we can't find FileEntry info for a typed...
2008-06-11 Ted KremenekUse same CSS as the rest of the clang website.
2008-06-11 Ted KremenekFix menu/content overlap.
2008-06-11 Ted KremenekMore padding adjustments.
2008-06-11 Ted KremenekShorten menu item name.
2008-06-11 Ted KremenekAdd some padding to the right of "content" to balance...
2008-06-11 Ted KremenekLess padding... (difficult to preview without commits)
2008-06-11 Ted KremenekMore padding...
2008-06-11 Ted KremenekExpand padding of content.
2008-06-11 Ted KremenekAdded static analysis link.
2008-06-11 Ted KremenekMake default text a little darker. Shorten title in...
2008-06-11 Ted KremenekMore CSS refinements.
2008-06-11 Ted KremenekUse Arial as default font.
2008-06-11 Ted KremenekUse sans-serif font.
2008-06-11 Ted KremenekIncluded page-specific formatting for tables.
2008-06-11 Ted KremenekInclude side-menu.
2008-06-11 Ted KremenekMinor tweaks/grammar/formatting.
2008-06-10 Ted KremenekSkip a few more files and linker options.
2008-06-10 Argyrios KyrtzidisFix the setup of CodeGen/bitfield.c test.
2008-06-10 Eli FriedmanFix the run line for this test.
2008-06-10 Eli FriedmanMake this test C instead of C++; making it C++ causes...
2008-06-10 Eli FriedmanDon't include complex.h or tgmath.h for this test;...
2008-06-10 Eli FriedmanFix getTrueExpr for ConditionalOperator to actually...
2008-06-10 Argyrios Kyrtzidis-Add DeclChain member to DeclContext.
2008-06-09 Argyrios KyrtzidisMake CodeGenFunction::EmitDecl() recognise CXXClass...
2008-06-09 Argyrios KyrtzidisDump the name of CXXStruct/CXXUnion/CXXClass Decl subcl...
2008-06-09 Argyrios Kyrtzidis-Changes to TagDecl:
2008-06-09 Argyrios KyrtzidisAdded new C++ AST Decl subclasses.
2008-06-09 Eli FriedmanGet -serialize working again, plus a bit of minor cleanup.
2008-06-09 Ted KremenekAdded link to Mac OS X builds. Provide instructions...
2008-06-09 Matthijs KooijmanSprinkle some "-o -" clang options to make the examples...
2008-06-09 Ted KremenekAdd redirection page.
2008-06-09 Sanjiv GuptaGenerate debug descriptors for array types while genera...
2008-06-09 Eli FriedmanAdd code to make test/CodeGen/struct-init.c work correc...
2008-06-09 Eli FriedmanFor struct initialization, check compatibility with...
2008-06-08 Chris LattnerSince this isn't linked from anywhere yet, I'm taking...
2008-06-08 Nuno Lopesimplement the alias attirbute (in both Sema and Codegen)
2008-06-08 Nuno Lopesfix compiler warnings
2008-06-08 Eli FriedmanDon't crash emitting an initializer for a static local...
2008-06-07 Eli FriedmanEnable the rewriter tests on all platforms; there don...
2008-06-07 Eli FriedmanDon't include objc.h, so the rewriter tests work on...
2008-06-07 Chris Lattnercapture whether a CharacterLiteral was wide or not...
2008-06-07 Chris LattnerFix ast dumping to work with long double literals,...
2008-06-07 Chris LattnerMark the right ctor explicit, patch by Cédric Venet
2008-06-07 Eli FriedmanFix crash with conversion to an address-space-qualified...
2008-06-07 Eli FriedmanFix the line endings in the newly added DeclBase.cpp.
2008-06-07 Eli FriedmanFix Visual Studio project files; patch by Cédric Venet.
2008-06-07 Sanjiv GuptaCreate debug type descriptors for aggregate/enum types.
2008-06-06 Ted KremenekUse a common SourceManager when processing multiple...
2008-06-06 Ted KremenekUpdated Xcode project.
2008-06-06 Ted KremenekReclaim memory owned by ObjCForwardProtocolDecls.
2008-06-06 Eli FriedmanReorganize this loop a bit so it doesn't crash for...
2008-06-06 Ted KremenekImplement "Destroy" and destructor for ObjCClassDecl...
2008-06-06 Ted KremenekImplement "Destroy" and destructor for ObjCProtocolDecl...
2008-06-06 Eli FriedmanClean up dead code from SemaInit landing.
2008-06-06 Ted KremenekBecause of a lack of a clear ownership role between...
2008-06-06 Ted KremenekInitial work on additional memory collection for ObjC...
2008-06-06 Nuno Lopesimplement constant expr. sub ptr ptr
2008-06-06 Devang PatelDuring interface layout, don't forget super class.
2008-06-06 Devang PatelUndo previous check-in.
2008-06-06 Devang PatelDuring interface layout, don't forget super class.
2008-06-06 Ted KremenekFix crash when running with multiple source files....
2008-06-05 Steve NaroffOops...remove weird printf:-)
2008-06-05 Steve NaroffSecond half of "fix" for <rdar://problem/5986085> clang...
2008-06-05 Ted KremenekIgnore a few more linker arguments.
2008-06-05 Steve Naroffsuper fix submitted by David Chisnall.
next