Historial de Commits

Autor SHA1 Mensaje Fecha
  Anna Zaks 85570ac22c [analyzer] Add LocationContext as a parameter to checkRegionChanges hace 8 años
  Devin Coughlin e584e48e4c [analyzer] Restore behavior change introduced by r247657. hace 10 años
  NAKAMURA Takumi fdb4d1e271 ExprEngineObjC.cpp: Fix warnings. [-Wunused-variable] hace 10 años
  Devin Coughlin 0e7d51e976 [analyzer] Skip Pre/Post handlers for ObjC calls when receiver is nil. hace 10 años
  Gabor Horvath 0bec6fbaab [Static Analyzer] Relaxing a caching out related assert. hace 10 años
  Ted Kremenek 99bb39afb4 [analyzer] Apply whitespace cleanups by Honggyu Kim. hace 10 años
  Craig Topper 1843a2095a [C++11] Use 'nullptr'. StaticAnalyzer edition. hace 11 años
  Benjamin Kramer ba9fd9e97e [C++11] Replace llvm::tie with std::tie. hace 11 años
  David Blaikie dc84cd5efd Include llvm::Optional in clang/Basic/LLVM.h hace 12 años
  David Blaikie 5251abea41 Replace SVal llvm::cast support to be well-defined. hace 12 años
  Jordan Rose 9428723d67 [analyzer] Remove unused fields from ExprEngine. hace 12 años
  Jordan Rose e606e3d224 [analyzer] Allow ObjC ivar lvalues where the base is nil. hace 13 años
  Jordan Rose 991bcb4370 [analyzer] Check that an ObjCIvarRefExpr's base is non-null even as an lvalue. hace 13 años
  Ted Kremenek 4ef19205b6 Refactor logic in ExprEngine for detecting 'noreturn' methods hace 13 años
  Jordan Rose 82f2ad456a [analyzer] ObjCSelfInitChecker should always clean up in postCall checks. hace 13 años
  Jordan Rose 5601c9aac3 [analyzer] Don't crash if we cache out while evaluating an ObjC message. hace 13 años
  Ted Kremenek 66c486f275 Rename 'currentX' to 'currX' throughout analyzer and libAnalysis. hace 13 años
  Ted Kremenek 3b1df8bb94 Rename 'getConjuredSymbol*' to 'conjureSymbol*'. hace 13 años
  Jordan Rose fa06f0464a [analyzer] Replace boolean IsSink parameters with 'generateSink' methods. hace 13 años
  Jordan Rose d563d3fb73 [analyzer] Only allow CallEvents to be created by CallEventManager. hace 13 años
  Jordan Rose f540c54701 [analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change. hace 13 años
  Anna Zaks 9dc5167e40 [analyzer] Inline ObjC class methods. hace 13 años
  Anna Zaks e81ce256b6 [analyzer] Refactor VisitObjCMessage and VisitCallExpr to rely on the hace 13 años
  Jordan Rose 96479da6ad [analyzer] Add generic preCall and postCall checks. hace 13 años
  Jordan Rose de507eaf3c [analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends. hace 13 años
  Jordan Rose cde8cdbd6a [analyzer] Begin replacing ObjCMessage with ObjCMethodCall and friends. hace 13 años
  Jordan Rose 740d490593 [analyzer] Add a new abstraction over all types of calls: CallEvent hace 13 años
  Jordan Rose 6c234b1fd1 [analyzer] Check for +raise:format: on subclasses of NSException as well. hace 13 años
  Jordan Rose 1895a0a693 [analyzer] Add ObjCLoopChecker: objects from NSArray et al are non-nil. hace 13 años
  Ted Kremenek bd61313749 Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that when we generate a new ExplodedNode hace 13 años