1. 4a308e0 Build the clang headers. by Chris Lattner · 16 years ago
  2. aba5122 Add a makefile to build and install headers. by Chris Lattner · 16 years ago
  3. a38f56e ignore .ll files by Gabor Greif · 16 years ago
  4. 0f98426 Add codegen support for ObjC message expressions with the GNU runtime. by Chris Lattner · 16 years ago
  5. 2b94fe3 Add codegen support for ObjC message expressions with the GNU runtime. by Chris Lattner · 16 years ago
  6. 72fc3b3 newline at end of file, by David Chisnall by Chris Lattner · 16 years ago
  7. fc62bfd character literals have char type in C++ and int type in C. Patch by Chris Lattner · 16 years ago
  8. 5f9eae5 Add support for the CPATH, C_INCLUDE_PATH, CPLUS_INCLUDE_PATH, by Chris Lattner · 16 years ago
  9. 2ded35a Added extra check for calls to functions where we pass undefined values by Ted Kremenek · 16 years ago
  10. bcb2b61 Fix http://llvm.org/bugs/show_bug.cgi?id=2103. by Steve Naroff · 16 years ago
  11. 5e03fcb Add checks for function calls via a function pointer that is NULL, Undefined, by Ted Kremenek · 16 years ago
  12. 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
  13. b3d914b When AST-dumping ObjCMessageExpr, output the selector. by Ted Kremenek · 16 years ago
  14. da323ad Fix http://llvm.org/bugs/show_bug.cgi?id=2106. by Steve Naroff · 16 years ago
  15. 3003753 Fix a crash where PI.TypeInfo has not been filled in case of missing ObjCInterfaceDecl. by Gabor Greif · 16 years ago
  16. 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
  17. fce90e3 testcase for attr deprecated, by Nuno Lopes. by Chris Lattner · 16 years ago
  18. ef52a2f make include guards more unique. by Chris Lattner · 16 years ago
  19. 7e669b2 Add support for attribute(deprecated), patch by Nuno Lopes! by Chris Lattner · 16 years ago
  20. 5c61e7a Added simple hack to reduce redundant warnings from the checker: by Ted Kremenek · 16 years ago
  21. 8cc13ea Added checking for undefined results of '<<' and '>>' (shifting by too many bits, etc.) by Ted Kremenek · 16 years ago
  22. f9ce5b0 Implementation of the first clang-native header, stdbool.h. Comments welcome. by Eli Friedman · 16 years ago
  23. 9c63ed5 Updated clang webpage to hint at "make update". Also by Gabor Greif · 16 years ago
  24. aed9b6a Merged ValueState and ValueStateImpl into just ValueState, with GRExprEngine::StateTy just becoming ValueState*. by Ted Kremenek · 16 years ago
  25. 4a4e524 Renamed "Uninitialized" -> "Undefined" in path-sensitive value tracking engine. by Ted Kremenek · 16 years ago
  26. f5c93c1 Added parsing of attributes for functions. by Ted Kremenek · 16 years ago
  27. 2bebc40 Fixed use of an uninitialized variable. by Ted Kremenek · 16 years ago
  28. affb215 End paths when calling a function marked "noreturn." by Ted Kremenek · 16 years ago
  29. aecb383 Added support for attribute "noreturn." by Ted Kremenek · 16 years ago
  30. b0ab212 Small tweaks to the transfer function for DeclStmt: do not mark external global by Ted Kremenek · 16 years ago
  31. de808ca Disable internalize. Unfortunately, the configure scripts are not ready for some link time optimizations. by Lauro Ramos Venancio · 16 years ago
  32. 2e5f54a Removed VarDecl::hasStaticStorage() (redundant with hasGlobalStorage()) by Ted Kremenek · 16 years ago
  33. 5c06121 Added string "[CHECKER]" to the output diagnostics produced by the GRSimpleVals analysis. by Ted Kremenek · 16 years ago
  34. 0d99ecf Fixed edge-case in CFG construction where goto jumps would not always get by Ted Kremenek · 16 years ago
  35. 411219b A, q and Z are valid LLVM inline asm constraints. by Lauro Ramos Venancio · 16 years ago
  36. 5482713 Bug fix in CFG construction: Properly register the loop head as the implicit by Ted Kremenek · 16 years ago
  37. 2ad8868 Small fix to VisitLVal: this method can be called on Block-Level expressions. by Ted Kremenek · 16 years ago
  38. 0793263 When analyzing a function, eagerly create symbolic values for all by Ted Kremenek · 16 years ago
  39. 0f5f059 Header file cleanups: reduce number of includes; move ValueState.h into include directory tree. by Ted Kremenek · 16 years ago
  40. 3ef1512 Similar bug fix to r47650; when processing CallExprs if we did not generate an by Ted Kremenek · 16 years ago
  41. a6fbe80 Fixed bug in the core transfer function logic for CallExprs where we would by Ted Kremenek · 16 years ago
  42. a9d996d Fixed CFG construction bug that occurred when a condition for a loop spanned by Ted Kremenek · 16 years ago
  43. 4df85f5 fix an interaction between -isystem . and isysroot. by Chris Lattner · 16 years ago
  44. 5a7b382 Fix bug when processing '?' operator: invalidate the old "Uninitialized" value of the block-level expression for ?. by Ted Kremenek · 16 years ago
  45. 0674769 Added boilerplate for plug-in transfer function support for CallExprs. by Ted Kremenek · 16 years ago
  46. 0015541 Don't emit divide-by-zero errors when we divide by an unknown (not by Ted Kremenek · 16 years ago
  47. 9cae51a Changed VarDecl::hasGlobalStorage() to be the negation of hasLocalStorage(). by Ted Kremenek · 16 years ago
  48. 8137335 Implement codegen for the following static var init. by Lauro Ramos Venancio · 16 years ago
  49. d87a321 Removed static analysis-specific diagnostics from DiagnosticKinds.def. by Ted Kremenek · 16 years ago
  50. ebd6610 Removed hack with toggling the signedness flag of the APSInt stored by Ted Kremenek · 16 years ago
  51. 58b3321 Small fixes to shore up overhauling of transfer function logic for '&&' and '||. by Ted Kremenek · 16 years ago
  52. 7695f70 Fix a bug in ConvertAsmString function. by Lauro Ramos Venancio · 16 years ago
  53. 189c305 optimization: no longer create ExplodedNodes for IntegerLiteral and by Ted Kremenek · 16 years ago
  54. 05a2378 Major cleanup of the transfer function logic for '&&', '||', and '?'. We by Ted Kremenek · 16 years ago
  55. a5694b8 Convert x86 target specific inline asm constraints to LLVM. by Lauro Ramos Venancio · 16 years ago
  56. 018c15f Fixed inverted condition. by Ted Kremenek · 16 years ago
  57. f4e15fc Do include ParenExpr in the CFG; only include their subexpression. by Ted Kremenek · 16 years ago
  58. d763eb9 Added lazy "symbolication" of parameter variables and global variables. by Ted Kremenek · 16 years ago
  59. 50dd289 add parsing, ast building and pretty printing support for C++ throw expressions. by Chris Lattner · 16 years ago
  60. a73349d Fix PR2092 by making sure the sign of the enum value follows the by Chris Lattner · 16 years ago
  61. b22ef6f fix const correctness. by Chris Lattner · 16 years ago
  62. d34066c Fixed bug in CFG construction when a CompoundStmt ended with a NullStmt. by Ted Kremenek · 16 years ago
  63. 4dc3522 Added FIXME. by Ted Kremenek · 16 years ago
  64. dcc4810 Minor bug fix in LiveVariables: don't "kill" decls referenced by a DeclStmt by Ted Kremenek · 16 years ago
  65. 56cd7e3 Fix a little typo... per cfe-dev, this was apparently causing test by Eli Friedman · 16 years ago
  66. c9dde4f clarify comment, this is undefined behavior in any case, even if it only by Chris Lattner · 16 years ago
  67. 2de4a9b doxygenify some comments. by Ted Kremenek · 16 years ago
  68. 994a09b Better handling of calls to functions via function pointers. by Ted Kremenek · 16 years ago
  69. c81c814 convert tabs to spaces, patch by Mike Stump! by Chris Lattner · 16 years ago
  70. 2083a91 Revert an incorrect part of my previuos patch. by Lauro Ramos Venancio · 16 years ago
  71. 0184cc7 Fix PR2086. by Lauro Ramos Venancio · 16 years ago
  72. 29db75c Fixed bug in RemoveDeadBindings when performing the mark-and-sweep over the by Ted Kremenek · 16 years ago
  73. 3c8d0c5 Expanded transfer function support for divide-by-zero checking to include by Ted Kremenek · 16 years ago
  74. 3bca92b Added hack to transfer function logic to handle the case where a DeclRefExpr by Ted Kremenek · 16 years ago
  75. 07d83aa Added transfer function support for checking for divide-by-zero errors. by Ted Kremenek · 16 years ago
  76. 3426b9b enable digraphs for C94, thanks to Neil for pointing this out. by Chris Lattner · 16 years ago
  77. 146ccd4 Fix PR2090, a typo in digraph processing. by Chris Lattner · 16 years ago
  78. edf9c7f Update comment. by Chris Lattner · 16 years ago
  79. 69d6375 Move the initialization of SEL/objc_selector from Sema::Sema() to Sema::ActOnTranslationUnitScope() and make sure the type/struct get inserted into the translation unit scope. by Steve Naroff · 16 years ago
  80. ca63fa0 Two more Windows-related fixes: by Ted Kremenek · 16 years ago
  81. 6bb816a In FileManager: use full paths to unique files and directories on Windows, by Ted Kremenek · 16 years ago
  82. 10c5fa3 Minor code cleanup. by Eli Friedman · 16 years ago
  83. 8e748ab Change encoding of TokenKind in IdentifierTable to be of type "unsigned" by Ted Kremenek · 16 years ago
  84. 471733d Patch from Argiris Kirtzidis: by Ted Kremenek · 16 years ago
  85. d156d53 Fixed horrid bug in LiveVariables analysis where we were only merging at by Ted Kremenek · 16 years ago
  86. bfc10c9 Modified clang driver option -dump-live-variables to (optionally) use the by Ted Kremenek · 16 years ago
  87. 5f39c2d clang driver options --dump-cfg and --view-cfg now (optionally) use the by Ted Kremenek · 16 years ago
  88. 71ac9c4 When running the GRSimpleVals analysis, skip functions that do not by Ted Kremenek · 16 years ago
  89. f700df2 Punt on unifying symbolic lvalues. This won't be needed for many checkers. by Ted Kremenek · 16 years ago
  90. dc3936b Added "assumption" logic for lval::FuncVal and lval::GotoLabel, and simplified by Ted Kremenek · 16 years ago
  91. f7ca696 Bug fix: For transfer function for unary "!", compare the subexpression value by Ted Kremenek · 16 years ago
  92. 5620631 Bug fix in liveness: Only compute liveness information for VarDecls. by Ted Kremenek · 16 years ago
  93. 9c37417 Return "Unknown" when using the value of a function pointer whose value by Ted Kremenek · 16 years ago
  94. 10c1665 Regression fix: Handle binary operators where both the left and right by Ted Kremenek · 16 years ago
  95. 03da0d7 Added transfer function support for dispatching to functions we don't know by Ted Kremenek · 16 years ago
  96. 86e07b6 add a test case by Nate Begeman · 16 years ago
  97. c398f0b Handle __attribute__((annotate("string"))) by Nate Begeman · 16 years ago
  98. c3055ab RemoveDeadBindings should now check for UninitalizedVal, as it is a now by Ted Kremenek · 16 years ago
  99. 443003b Regression fix: Handle pointer arithmetic in unary ++/--. by Ted Kremenek · 16 years ago
  100. 89063af Removed bogus assertions regard LValues binding to UnknownVal; they can by Ted Kremenek · 16 years ago