]> granicus.if.org Git - clang/shortlog
clang
2008-07-02 Ted Kremenekccc-analyzer now dispatches the options "-checker-cfref...
2008-07-02 Ted KremenekRefactored some of the BugReporter interface so that...
2008-07-02 Ted KremenekGRExprEngine now expects the LiveVariables information...
2008-07-02 Ted KremenekAdded version of CheckDeadStores that accepts a client...
2008-07-02 Ted KremenekAdded method "HandleTranslationUnit" to ASTConsumer...
2008-07-02 Ted KremenekMoved logic for -dump-cfg and -view-cfg into AnalysisCo...
2008-07-02 Ted KremenekMove -dump-live-variables logic to AnalysisConsumer.
2008-07-02 Ted KremenekMigrate CheckerConsumer diagnostics to the new Analysis...
2008-07-02 Ted KremenekMove logic for "-checker-simple" to the new AnalysisCon...
2008-07-02 Chris Lattneradd a description of what sema and parser mean, add...
2008-07-02 Ted KremenekFix typo in test case.
2008-07-02 Argyrios KyrtzidisAdd note that most of C++ is not supported.
2008-07-02 Argyrios KyrtzidisSet CSS defaults for tables.
2008-07-02 Argyrios KyrtzidisDrop 'C++' from the features; suggestion by Holger...
2008-07-02 Argyrios KyrtzidisFix the page title.
2008-07-02 Gabor Greifminor tweaks, escape < and >
2008-07-02 Gabor Greifadd two popular c++ features
2008-07-02 Gabor Greifadd c++ status link
2008-07-02 Argyrios KyrtzidisAdd a C++ status report page.
2008-07-02 Ted KremenekAdd DeclCXX.[h.cpp] to clangAST.vcproj
2008-07-02 Ted KremenekMigrated driver logic for running the CF retain/release...
2008-07-02 Ted KremenekAdded AnalysisConsumer.[cpp,h] to clangDriver.vcproj.
2008-07-02 Ted KremenekUpdated Xcode project with new files in the Driver...
2008-07-02 Ted KremenekAdded AnalysisConsumer, a meta-level ASTConsumer class...
2008-07-01 Ted KremenekAdded reference count checker test case.
2008-07-01 Ted KremenekUpdated latest checker build.
2008-07-01 Ted KremenekUnlike NSWindow objects, NSPanel objects initially...
2008-07-01 Argyrios KyrtzidisUpdate some comments.
2008-07-01 Argyrios KyrtzidisAdd Sema support for C++ classes.
2008-07-01 Ted KremenekUpdated checker build to checker-51
2008-07-01 Ted KremenekTemporarily treat "Autorelease" as "StopTracking"....
2008-06-30 Chris LattnerMake a few related changes:
2008-06-30 Ted KremenekWhen inspecting the build command, strip off the preced...
2008-06-30 Ted KremenekAdded "Autorelease" ArgEffect to better simulate "autor...
2008-06-30 Ted KremenekUpdated checker build to checker-48
2008-06-30 Ted KremenekBug fix: when copying prefix files using 'cp', don...
2008-06-30 Chris LattnerFix a bug reported by Kelly Wilson, where we incorrectly
2008-06-30 Chris Lattnerrefactor some code out into a new method.
2008-06-29 Chris Lattnermake type attribute processing static instead of method...
2008-06-29 Chris Lattnermake the rest of the decl attribute processing methods be
2008-06-29 Chris Lattnermake most of Sema public. Sema is a class private...
2008-06-29 Chris Lattnermove a few methods, no other change.
2008-06-29 Chris Lattnerhandle type attributes when converting types, not when...
2008-06-29 Chris LattnerMake ProcessDeclAttributes walk the declarator structur...
2008-06-29 Chris Lattnermove some code from all callers of ProcessDeclAttribute...
2008-06-28 Chris Lattnermore attribute refactoring/renaming, no functionality...
2008-06-28 Chris Lattnermore minor tidiness.
2008-06-28 Chris Lattnermore cleanups, refactor HandleVectorTypeAttribute
2008-06-28 Chris Lattneradjust the prototypes of a bunch of decl processing...
2008-06-28 Argyrios KyrtzidisHandle unnamed bitfields when parsing C++ classes.
2008-06-28 Eli FriedmanFix for PR2501; this patch makes usual arithmetic conve...
2008-06-28 Argyrios KyrtzidisReplace CurFunctionDecl and CurMethodDecl with methods...
2008-06-28 Ted KremenekUpdated checker build to checker-47.
2008-06-27 Chris LattnerFix a bug where we didn't promote 'const float' (or...
2008-06-27 Chris Lattnerthe 'mode' attribute is a decl attribute, not a type...
2008-06-27 Chris LattnerNuno points out that my numbers were out of date
2008-06-27 Chris Lattnermaking progress!
2008-06-27 Cedric VenetAdd missing include file (due to a file splitting in...
2008-06-26 Ted KremenekAdded a simple static analysis check to look for improp...
2008-06-26 Chris Lattnermove decl attribute processing to a new SemaDeclAttr...
2008-06-26 Ted KremenekUpdate Xcode project so that the clang target depends...
2008-06-26 Chris Lattnerclang uses the llvm backend, so define __llvm__ like...
2008-06-26 Cedric VenetAnother class -> struct in declaration to match definition.
2008-06-26 Matthijs KooijmanMake clang work on 32 bit powerpc linux.
2008-06-26 Matthijs KooijmanLink in LLVMAnalysis after LLVMCodeGen, since the latte...
2008-06-26 Chris LattnerMake Declarator::getDeclSpec() return a const reference...
2008-06-26 Chris Lattneradd a comment about something that was surprising,...
2008-06-26 Chris Lattnerrename some attr tests for consistency.
2008-06-26 Chris Lattnerfix a bug handling type attributes in the declspec...
2008-06-26 Chris Lattneranother const correctness bug with declspec.
2008-06-26 Chris Lattnerfix const correctness of accessor.
2008-06-26 Chris Lattnerrefactor more objc codegen interfaces to pass around...
2008-06-26 Chris Lattnerindenting and other minor things.
2008-06-26 Chris Lattnerrefactor interface to GenerateClassStructure to avoid...
2008-06-26 Chris Lattnerremove the old getSelector implementation, which remove...
2008-06-26 Chris Lattneravoid a lot of unneeded selector processing work by...
2008-06-26 Chris Lattneruse cheaper/simpler getselector call for @selector...
2008-06-26 Chris Lattnerstart avoid doing lots of unneeded work handling selectors
2008-06-26 Chris Lattnerimprove indentation, avoid thrashing on maps and recalc...
2008-06-26 Chris Lattnergive CreateObjCRuntime a full CGM so it can get whateve...
2008-06-26 Chris LattnerFix 80 col violations, assert on assumptions.
2008-06-26 Chris Lattnerfix this testcase after Mon Ping's intrinsic rename.
2008-06-26 Chris Lattnera temporary minimal hack to get clang building after...
2008-06-26 Ted KremenekUpdated latest checker build to checker-45.
2008-06-25 Ted KremenekCF ref checker:
2008-06-25 Ted KremenekAdd Profile method to QualType.
2008-06-25 Ted KremenekUpdate VS project files.
2008-06-25 Ted KremenekUpdate Xcode project.
2008-06-25 Argyrios KyrtzidisThe assert at Sema::ObjCActOnStartOfMethodDef should...
2008-06-25 Argyrios KyrtzidisSet CXXClassVar to identifier namespace IDNS_Ordinary.
2008-06-25 Mon P WangUpdated atomic intrinsic name from llvm r52706. Fixed...
2008-06-24 Argyrios Kyrtzidis'Educate' IdentifierResolver about the declaration...
2008-06-24 Argyrios KyrtzidisSet CXXMethod to identifier namespace IDNS_Ordinary.
2008-06-24 Argyrios KyrtzidisThe only caller of this knows that the current token...
2008-06-24 Argyrios KyrtzidisAdd parsing support for C++ classes.
2008-06-24 Chris Lattner"Support for Objective-C message sends which return...
2008-06-24 Chris Lattner"This is a small fix for a bug where static object...
2008-06-24 Ted KremenekUpdate serialization for ObjCMessageExpr to handle...
2008-06-24 Ted KremenekObjCMessageExpr objects that represent messages to...
2008-06-24 Argyrios KyrtzidisMove the namespace action declarations at the "C++...
next