]> granicus.if.org Git - clang/shortlog
clang
2008-07-12 Chris LattnerAdd support for __builtin_type_compatible_p, enums...
2008-07-12 Chris Lattnerstart remembering diagnostics for various cases, add...
2008-07-11 Ted KremenekUpdated latest checker build. This build includes...
2008-07-11 Ted KremenekTidy up error message.
2008-07-11 Ted KremenekAdd CSS for word wrapping of long message bubbles.
2008-07-11 Chris LattnerProvide a structure for passing down 'is evaluated...
2008-07-11 Ted KremenekUpdate Xcode project.
2008-07-11 Ted KremenekRun by default: -check-objc-methodsigs
2008-07-11 Ted KremenekAdd new check: -check-objc-methodsigs. This check scans...
2008-07-11 Chris Lattnersimplify some code a bit.
2008-07-11 Chris Lattnershare code between sizeof(expr) and sizeof(type)
2008-07-11 Ted KremenekFix comment.
2008-07-11 Chris Lattnerimplement support for __extension__, make sure the...
2008-07-11 Chris Lattneradd a new getIntTypeSizeInBits method.
2008-07-11 Chris Lattnerrename "SInt" methods to "Int" in APValue.
2008-07-11 Ted Kremenekscan-build now also prints the HTML directory reports...
2008-07-11 Chris Lattnermake the new evaluator avoid conversions APValue<-...
2008-07-11 Ted KremenekRefactored auditor interface within GRExprEngine and...
2008-07-11 Chris Lattnerrearrange some code, no functionality changes.
2008-07-10 Ted KremenekPatch by Csaba Hruska and Peter Neumark:
2008-07-10 Ted KremenekUpdated Xcode project.
2008-07-10 Ted KremenekRefactored most of the "Store" piece of ValueState...
2008-07-10 Ted KremenekRemove unused class AnnotatedPath.
2008-07-10 Ted KremenekMove some environment methods from ValueState/ValueStat...
2008-07-10 Chris LattnerAdd a new distcc status page, which is currently empty...
2008-07-10 Chris LattnerAdd an accessor, patch by Csaba Hruska.
2008-07-09 Argyrios KyrtzidisSimplify the parser a bit by looking at the next token...
2008-07-09 Argyrios KyrtzidisAdd Preprocessor::LookNext method, which implements...
2008-07-09 Ted KremenekMore information on filing bug reports.
2008-07-09 Ted KremenekRemove getParentMap() from GRExprEngine.
2008-07-09 Ted KremenekUpdated checker build.
2008-07-09 Ted KremenekAdd test case.
2008-07-09 Ted KremenekFix PR2519: correctly handle CFDictionaryCreate.
2008-07-09 Ted KremenekExtend va_start checking to include __builtin_stdarg_start.
2008-07-09 Chris LattnerCodegen support for __builtin_stdarg_start
2008-07-09 Chris LattnerAdd parser support for __builtin_stdarg_start, PR2531
2008-07-08 Ted KremenekAdd Environment.cpp to the clangAnalysis Visual Studio...
2008-07-08 Ted KremenekUpdate Xcode project.
2008-07-08 Ted KremenekInitial work on splitting the ValueState into an Enviro...
2008-07-08 Ted KremenekMore info on filing static analysis bug reports.
2008-07-08 Nuno Lopesrevert my bogus attempt to fix the comment. sorry for...
2008-07-08 Anders CarlssonFix small bug. The evaluator now works well enough...
2008-07-08 Anders CarlssonMore constant expression work.
2008-07-08 Anders CarlssonMove out some methods.
2008-07-08 Anders CarlssonMore work.
2008-07-08 Seo SanghyeonCompilation fix
2008-07-08 Anders CarlssonPort more of Eli's evaluator over. This makes the int...
2008-07-08 Anders CarlssonCommit beginnings of int evaluator. Currently not used.
2008-07-08 Anders CarlssonAdd LValue setters for APValue
2008-07-07 Ted KremenekUpdated latest checker build.
2008-07-07 Ted KremenekIn a report-XXXXX.html, make the title include the...
2008-07-07 Ted KremenekMark the "Bug Type" column as being initially sorted...
2008-07-07 Ted KremenekOutput html should have 'class=' before "sorttable_nosort".
2008-07-07 Nuno Lopesfix CheckForConstantInitializer() for Compound Literals
2008-07-07 Ted KremenekUpdated clients of ImmutableMap::SlimFind to use Immuta...
2008-07-07 Nuno Lopesadd x86 EDI register alias
2008-07-07 Ted KremenekDo not emit a "missing -dealloc" warning if a class...
2008-07-06 Cedric VenetAdd new file to VS projects.
2008-07-05 Nuno Lopesmove the linux predefined macro definition to the Targe...
2008-07-05 Nuno Lopespredefine the macro linux when compiled on a linux...
2008-07-05 Nuno Lopesllvm-ld doesnt support -O1, -O2, etc options, so dont...
2008-07-05 Nuno Lopesadd gentoo stable gcc headers path so that all tests...
2008-07-05 Seo SanghyeonFix warnings
2008-07-04 Argyrios KyrtzidisRemove unused diagnostic.
2008-07-04 Sanjiv GuptaFixed bugzilla bug# 2489.
2008-07-04 Argyrios Kyrtzidis'&&' commands together so that the test status reflects...
2008-07-04 Seo SanghyeonFix warnings
2008-07-04 Ted Kremenek'&&' clang commands together so that the test status...
2008-07-03 Ted KremenekUpdate latest checker build.
2008-07-03 Ted KremenekUse conjured symbols for variables whose values are...
2008-07-03 Bill WendlingRemove removed header.
2008-07-03 Ted KremenekUpdated latest checker build.
2008-07-03 Ted KremenekFix a bug in the dead stores checker reported in the...
2008-07-03 Ted KremenekHave ccc-analyzer skip any files with an unknown (or...
2008-07-03 Chris Lattneradd c++ status to sidebar
2008-07-03 Ted KremenekUpdated latest checker build.
2008-07-03 Ted KremenekSkip the "-dealloc" check if a ObjC class contains...
2008-07-03 Ted KremenekAdded an "ivar_empty" method to ObjCInterfaceDecl.
2008-07-03 Ted KremenekFor the -dealloc checker, check the LangOptions to...
2008-07-03 Argyrios Kyrtzidis-Added bool feature.
2008-07-03 Argyrios Kyrtzidis-Change slightly the link to cxx_status.html of the...
2008-07-03 Ted KremenekUpdated latest checker build.
2008-07-03 Ted KremenekHave BugReporter::getCFG and BugReporter::getLiveVariab...
2008-07-03 Ted KremenekUpdated latest checker build.
2008-07-03 Ted KremenekUpdate Xcode project.
2008-07-03 Ted KremenekAdded static analysis check to see if a subclass of...
2008-07-03 Anders CarlssonShuffle things around in preparation for integrating...
2008-07-03 Anders CarlssonMake APValue an APSInt.
2008-07-03 Chris Lattnernew testcase
2008-07-03 Chris LattnerFix PR2252: don't warn on negating an unsigned value...
2008-07-03 Chris LattnerFix PR2020 by recovering by defining an anonymous enum...
2008-07-02 Ted KremenekUpdate test case with new clang arguments.
2008-07-02 Ted KremenekUpdate test case: simply running "clang -checker-simpl...
2008-07-02 Ted KremenekUnify the code path for the Dead Stores checker to...
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...
next