1. 98be494 remove the source location arguments to various target query methods. by Chris Lattner · 16 years ago
  2. 631bf6c add analysis source files to project. by Chris Lattner · 16 years ago
  3. 48b3244 Add the various pathsensitive headers to the project. by Chris Lattner · 16 years ago
  4. 1b65343 ProgramEdge.h doesn't exist anymore. by Chris Lattner · 16 years ago
  5. ea45bb2 Reverted patch 47926 for ProgramPoint.h because it is currently buggy. May add back (fixed) later. by Ted Kremenek · 16 years ago
  6. 42e6737 Remove the first layer of support for "portability" warnings. This is by Chris Lattner · 16 years ago
  7. 424f671 Added support for ProgramPoints to represent ExplodedNodes in another by Ted Kremenek · 16 years ago
  8. 544f043 move this into the right file. by Chris Lattner · 16 years ago
  9. 330dddd Plug-in transfer function "EvalCall" now takes as an argument the current by Ted Kremenek · 16 years ago
  10. e5f4dcb Cleaned up typedefs involving StateTy so that we always use "StateTy*" instead of StateTy. by Ted Kremenek · 16 years ago
  11. f116bd6 Make GRStmtNodeBuilder only depend on StateTy, and not the type definition by Ted Kremenek · 16 years ago
  12. 5c684c4 Moved implementation of GRExprEngine::Nodify into GRStmtNodeBuilder. This will by Ted Kremenek · 16 years ago
  13. f6f5ef4 Moved GRExprEngine::NodeSet out of GRExprEngine and made it a standalone class: ExplodedNodeSet. by Ted Kremenek · 16 years ago
  14. 243ee47 CallExprs are now no longer block-level expressions in the CFG by construction. by Ted Kremenek · 16 years ago
  15. 65cfb73 Added preliminary transfer function support for references. by Ted Kremenek · 16 years ago
  16. d753f3c For the transfer function for CallExpr, invalidate all arguments by Ted Kremenek · 16 years ago
  17. 365db3b Make intrinsics always_inline. by Anders Carlsson · 16 years ago
  18. fcb092b For the transfer function of DeclStmt, for now initialize the values of by Ted Kremenek · 16 years ago
  19. 7fa6a40 Fixed another obscure node-caching bug. by Ted Kremenek · 16 years ago
  20. 59894f9 Implemented "print" method for ValueState. by Ted Kremenek · 16 years ago
  21. 7b937ae The operand to the visibility attribute is required to be a quoted string, not a bare identifier. by Chris Lattner · 16 years ago
  22. fb79f7c TargetInfo objects now own the TargetInfoImpl objects they refer to. by Ted Kremenek · 16 years ago
  23. 16d8156 Add transfer function support for the default initialization of static by Ted Kremenek · 16 years ago
  24. ed2d2ed Fixed insidious state propagation bug that would sometimes cause the state by Ted Kremenek · 16 years ago
  25. 1e80aa4 Enhanced pretty-printing of undefined-argument errors. by Ted Kremenek · 16 years ago
  26. 69153db move deprecated -> attributes.c by Chris Lattner · 16 years ago
  27. 29d5c3b Temporarily rename mmintrin.h so that it won't clash with the system header. It will be renamed back once the few remaining methods have been implemented. by Anders Carlsson · 16 years ago
  28. 5226755 Fixed subtle caching bug in ExplodedGraph that would cause some nodes to by Ted Kremenek · 16 years ago
  29. 37958ee Add mmintrin.h header by Anders Carlsson · 16 years ago
  30. 3465fb3 Only allow a "noreturn" attribute to be affixed to a FunctionDecl. by Ted Kremenek · 16 years ago
  31. 6d43959 Added TODO. by Ted Kremenek · 16 years ago
  32. a1354a5 Added FIXME. by Ted Kremenek · 16 years ago
  33. 15f3622 The attribute nothrow maps to llvm attribute nounwind. Fix testcase. by Gabor Greif · 16 years ago
  34. 7a03452 Chris added this testcase with r47837. The mail only shows one todo-warning but I see 3. Strangeness. Correcting lines 16 and 24. by Gabor Greif · 16 years ago
  35. 985e182 avoid a warning. by Chris Lattner · 16 years ago
  36. f89e88d fix codegen support for functions that are nothrow and noreturn. by Chris Lattner · 16 years ago
  37. ddee423 Add a bunch of attributes, patch by Nuno Lopes. by Chris Lattner · 16 years ago
  38. dcaa096 Find clang headers in the clang headers dir, search it before by Chris Lattner · 16 years ago
  39. 4a308e0 Build the clang headers. by Chris Lattner · 16 years ago
  40. aba5122 Add a makefile to build and install headers. by Chris Lattner · 16 years ago
  41. a38f56e ignore .ll files by Gabor Greif · 16 years ago
  42. 0f98426 Add codegen support for ObjC message expressions with the GNU runtime. by Chris Lattner · 16 years ago
  43. 2b94fe3 Add codegen support for ObjC message expressions with the GNU runtime. by Chris Lattner · 16 years ago
  44. 72fc3b3 newline at end of file, by David Chisnall by Chris Lattner · 16 years ago
  45. fc62bfd character literals have char type in C++ and int type in C. Patch by Chris Lattner · 16 years ago
  46. 5f9eae5 Add support for the CPATH, C_INCLUDE_PATH, CPLUS_INCLUDE_PATH, by Chris Lattner · 16 years ago
  47. 2ded35a Added extra check for calls to functions where we pass undefined values by Ted Kremenek · 16 years ago
  48. bcb2b61 Fix http://llvm.org/bugs/show_bug.cgi?id=2103. by Steve Naroff · 16 years ago
  49. 5e03fcb Add checks for function calls via a function pointer that is NULL, Undefined, by Ted Kremenek · 16 years ago
  50. ae2a98c Minor CFG optimization: don't create separate block-level expressions for DeclStmt initializers when the initializer is a literal. by Ted Kremenek · 16 years ago
  51. b3d914b When AST-dumping ObjCMessageExpr, output the selector. by Ted Kremenek · 16 years ago
  52. da323ad Fix http://llvm.org/bugs/show_bug.cgi?id=2106. by Steve Naroff · 16 years ago
  53. 3003753 Fix a crash where PI.TypeInfo has not been filled in case of missing ObjCInterfaceDecl. by Gabor Greif · 16 years ago
  54. 6a6719a "Refinement" of hack to bound loop-traversals: visit any block at a maximum of 3 times along a given path. by Ted Kremenek · 16 years ago
  55. fce90e3 testcase for attr deprecated, by Nuno Lopes. by Chris Lattner · 16 years ago
  56. ef52a2f make include guards more unique. by Chris Lattner · 16 years ago
  57. 7e669b2 Add support for attribute(deprecated), patch by Nuno Lopes! by Chris Lattner · 16 years ago
  58. 5c61e7a Added simple hack to reduce redundant warnings from the checker: by Ted Kremenek · 16 years ago
  59. 8cc13ea Added checking for undefined results of '<<' and '>>' (shifting by too many bits, etc.) by Ted Kremenek · 16 years ago
  60. f9ce5b0 Implementation of the first clang-native header, stdbool.h. Comments welcome. by Eli Friedman · 16 years ago
  61. 9c63ed5 Updated clang webpage to hint at "make update". Also by Gabor Greif · 17 years ago
  62. aed9b6a Merged ValueState and ValueStateImpl into just ValueState, with GRExprEngine::StateTy just becoming ValueState*. by Ted Kremenek · 17 years ago
  63. 4a4e524 Renamed "Uninitialized" -> "Undefined" in path-sensitive value tracking engine. by Ted Kremenek · 17 years ago
  64. f5c93c1 Added parsing of attributes for functions. by Ted Kremenek · 17 years ago
  65. 2bebc40 Fixed use of an uninitialized variable. by Ted Kremenek · 17 years ago
  66. affb215 End paths when calling a function marked "noreturn." by Ted Kremenek · 17 years ago
  67. aecb383 Added support for attribute "noreturn." by Ted Kremenek · 17 years ago
  68. b0ab212 Small tweaks to the transfer function for DeclStmt: do not mark external global by Ted Kremenek · 17 years ago
  69. de808ca Disable internalize. Unfortunately, the configure scripts are not ready for some link time optimizations. by Lauro Ramos Venancio · 17 years ago
  70. 2e5f54a Removed VarDecl::hasStaticStorage() (redundant with hasGlobalStorage()) by Ted Kremenek · 17 years ago
  71. 5c06121 Added string "[CHECKER]" to the output diagnostics produced by the GRSimpleVals analysis. by Ted Kremenek · 17 years ago
  72. 0d99ecf Fixed edge-case in CFG construction where goto jumps would not always get by Ted Kremenek · 17 years ago
  73. 411219b A, q and Z are valid LLVM inline asm constraints. by Lauro Ramos Venancio · 17 years ago
  74. 5482713 Bug fix in CFG construction: Properly register the loop head as the implicit by Ted Kremenek · 17 years ago
  75. 2ad8868 Small fix to VisitLVal: this method can be called on Block-Level expressions. by Ted Kremenek · 17 years ago
  76. 0793263 When analyzing a function, eagerly create symbolic values for all by Ted Kremenek · 17 years ago
  77. 0f5f059 Header file cleanups: reduce number of includes; move ValueState.h into include directory tree. by Ted Kremenek · 17 years ago
  78. 3ef1512 Similar bug fix to r47650; when processing CallExprs if we did not generate an by Ted Kremenek · 17 years ago
  79. a6fbe80 Fixed bug in the core transfer function logic for CallExprs where we would by Ted Kremenek · 17 years ago
  80. a9d996d Fixed CFG construction bug that occurred when a condition for a loop spanned by Ted Kremenek · 17 years ago
  81. 4df85f5 fix an interaction between -isystem . and isysroot. by Chris Lattner · 17 years ago
  82. 5a7b382 Fix bug when processing '?' operator: invalidate the old "Uninitialized" value of the block-level expression for ?. by Ted Kremenek · 17 years ago
  83. 0674769 Added boilerplate for plug-in transfer function support for CallExprs. by Ted Kremenek · 17 years ago
  84. 0015541 Don't emit divide-by-zero errors when we divide by an unknown (not by Ted Kremenek · 17 years ago
  85. 9cae51a Changed VarDecl::hasGlobalStorage() to be the negation of hasLocalStorage(). by Ted Kremenek · 17 years ago
  86. 8137335 Implement codegen for the following static var init. by Lauro Ramos Venancio · 17 years ago
  87. d87a321 Removed static analysis-specific diagnostics from DiagnosticKinds.def. by Ted Kremenek · 17 years ago
  88. ebd6610 Removed hack with toggling the signedness flag of the APSInt stored by Ted Kremenek · 17 years ago
  89. 58b3321 Small fixes to shore up overhauling of transfer function logic for '&&' and '||. by Ted Kremenek · 17 years ago
  90. 7695f70 Fix a bug in ConvertAsmString function. by Lauro Ramos Venancio · 17 years ago
  91. 189c305 optimization: no longer create ExplodedNodes for IntegerLiteral and by Ted Kremenek · 17 years ago
  92. 05a2378 Major cleanup of the transfer function logic for '&&', '||', and '?'. We by Ted Kremenek · 17 years ago
  93. a5694b8 Convert x86 target specific inline asm constraints to LLVM. by Lauro Ramos Venancio · 17 years ago
  94. 018c15f Fixed inverted condition. by Ted Kremenek · 17 years ago
  95. f4e15fc Do include ParenExpr in the CFG; only include their subexpression. by Ted Kremenek · 17 years ago
  96. d763eb9 Added lazy "symbolication" of parameter variables and global variables. by Ted Kremenek · 17 years ago
  97. 50dd289 add parsing, ast building and pretty printing support for C++ throw expressions. by Chris Lattner · 17 years ago
  98. a73349d Fix PR2092 by making sure the sign of the enum value follows the by Chris Lattner · 17 years ago
  99. b22ef6f fix const correctness. by Chris Lattner · 17 years ago
  100. d34066c Fixed bug in CFG construction when a CompoundStmt ended with a NullStmt. by Ted Kremenek · 17 years ago