1. 32a311e One more case for Expr::isConstantInitializer; I think this covers by Eli Friedman · 15 years ago
  2. c39dc9a Enhancements to Expr::isConstantInitializer to deal with a few by Eli Friedman · 15 years ago
  3. c9e8f60 Rename Expr::isConstantExpr to Expr::isConstantInitializer; this more by Eli Friedman · 15 years ago
  4. 1ef0965 Get rid of some code that should be unnecessary. by Eli Friedman · 15 years ago
  5. 3941b18 Make the constant folder aware of by Eli Friedman · 15 years ago
  6. f011589 Fix the address of a label to be properly considered and emitted as a constant. by Eli Friedman · 15 years ago
  7. 13ca96a Fix for PR2100: merge types for variables. by Eli Friedman · 15 years ago
  8. 9804bc2 Correct test; sorry for any inconvenience. by Eli Friedman · 15 years ago
  9. f6a077e Compute instaceStart/instanceSize fields of the class_ro_t meta-data by Fariborz Jahanian · 15 years ago
  10. 8edef7c Make tentative parsing of pointer-to-member decls work, and fix other stuff pointed out by Doug. by Sebastian Redl · 15 years ago
  11. dca2b73 PR3062: statement expressions should be illegal at file scope. I don't by Eli Friedman · 15 years ago
  12. 769e411 Fix for PR2910: implement CodeGen for non-constant offsetof. by Eli Friedman · 15 years ago
  13. f2da9df Refactor sizeof handling to use constant folding logic for constant by Eli Friedman · 15 years ago
  14. af707ab add initial support for the gcc "alignof(decl) is the alignment of the decl by Chris Lattner · 15 years ago
  15. b903759 Undo accidental disabling of smart pointers. by Sebastian Redl · 15 years ago
  16. da02747 Implement C99 6.5.3.4p1, rejecting sizeof(bitfield) by Chris Lattner · 15 years ago
  17. 84394a5 Patch to build class meta-data for each implementation by Fariborz Jahanian · 15 years ago
  18. f30208a Add support for declaring pointers to members. by Sebastian Redl · 15 years ago
  19. 91daf4d remove a bunch of alignment handling code out of CGExprScalar, since by Chris Lattner · 15 years ago
  20. e9feb47 Improve handling of alignof. alignof(VLA) now works properly for example. by Chris Lattner · 15 years ago
  21. caae7b0 fix some const-correctness issues. by Chris Lattner · 15 years ago
  22. 9b6f4de remove dead code. by Chris Lattner · 15 years ago
  23. 058a1b7 This patch builds the meta-class object for each by Fariborz Jahanian · 15 years ago
  24. 31e21e0 Fix PR3386 by handling GCC's rules for alignof, which are substantially by Chris Lattner · 15 years ago
  25. 694b1e4 fix a fixme, don't leak the expr on error. by Chris Lattner · 15 years ago
  26. 0107292 minor formatting changes, no functionality change. by Chris Lattner · 15 years ago
  27. 8f826f0 Fix invalid evaluation of _Complex float (real & imaginary parts had by Daniel Dunbar · 15 years ago
  28. 79bc64c Handle the 'e' constraint. Fixes PR3385 by Anders Carlsson · 15 years ago
  29. 91b9f20 Ignore parens when determining if an expr is a string literal. Fixes PR3382. by Anders Carlsson · 15 years ago
  30. 6da02c6 Add simple make based harness for running ABI tests. by Daniel Dunbar · 15 years ago
  31. 6f3e7fa Start filling in x86_64 ABI implementation. by Daniel Dunbar · 15 years ago
  32. 00b3a85 Updated checker build. by Ted Kremenek · 15 years ago
  33. 8318304 Fix crash ElementRegion::getRValueType() when the RvalueType of the ArrayRegion is a typedef and not (directly) a pointer. by Ted Kremenek · 15 years ago
  34. 3148eb4 More hacking on static analyzer diagnostics. When emitting summary diagnostics the code paths for diagnostics involving paths or single locations are now unified. This patch also constifies many arguments/methods that are touched by this logic, leading to a nice overall code cleanup. by Ted Kremenek · 15 years ago
  35. aa23b57 Some very early work for new objc's meta-data generation. by Fariborz Jahanian · 15 years ago
  36. efe38bd Fix a small regression in warning about template type parameter redeclarations. by Douglas Gregor · 15 years ago
  37. 36a32eb Output summary diagnostic for each bug report. by Ted Kremenek · 15 years ago
  38. d6f584f More APSInt appeasement by Douglas Gregor · 15 years ago
  39. 3fd56d7 Make sure that all NamedDecls have an identifier namespace. by Douglas Gregor · 15 years ago
  40. 53d3d8e Hopefully the last of the APSInt signedness issues with initializers. Fixes PR clang/3378 by Douglas Gregor · 15 years ago
  41. 491918e Added clang option '--analyzer-display-progress' to indicate that the analyzer should output 'ANALYZE:' messages to display its progress on a source file. by Ted Kremenek · 15 years ago
  42. cabe668 Added virtual method DiagnosticClient::IncludeInDiagnosticCounts(). This is used by Diagnostics to determine if a diagnostic sent to a given DiagnosticClient should be included in the count of diagnostics. The default implementation of this method returns 'true'. by Ted Kremenek · 15 years ago
  43. d9fb972 ccc: Finish definition of long argument translations. by Daniel Dunbar · 15 years ago
  44. c472d79 When using -analyzer-output-plist always output a plist file even if it contains no error reports. by Ted Kremenek · 15 years ago
  45. d013f4a ccc: Another batch of long argument translations. by Daniel Dunbar · 15 years ago
  46. 0804888 Allow subtraction of function pointer types in C, as a GNU extension. Fixes rdar://problem/6520707 by Douglas Gregor · 15 years ago
  47. e3fa2de Make sure all of the isUnsigned flags line up when comparing initializer values, to really really fix PR clang/3377 by Douglas Gregor · 15 years ago
  48. b09fae7 Handle pointer arithmetic on function pointers. by Daniel Dunbar · 15 years ago
  49. 863c486 This is a follow-up to r62675: by Chris Lattner · 15 years ago
  50. 17d527b Preprocessor doesn't require and IdentifierInfoLookup object. by Chris Lattner · 15 years ago
  51. f31c729 Checked in an oops! by Fariborz Jahanian · 15 years ago
  52. 45c2ba0 Another missing LLVM type for objc2's new abi defined. by Fariborz Jahanian · 15 years ago
  53. f6c717c Properly manage the bit-widths of APInts/APSInts in array initialization. by Douglas Gregor · 15 years ago
  54. be109b3 Handle any undeclared parameters in a K&R-style function with a by Douglas Gregor · 15 years ago
  55. 562c4d9 Implement retrieval of the default value of element and field regions. by Zhongxing Xu · 16 years ago
  56. cbb0b47 Now this comment should be resolved. See the comments for the KillSet. by Zhongxing Xu · 16 years ago
  57. b61f49c Add a test case for init expr of array and struct type. by Zhongxing Xu · 16 years ago
  58. c496f14 When getting the element region type, we should get the rvalue type of the super by Zhongxing Xu · 16 years ago
  59. 09d5b16 ccc: Implement long options which take joined & separate forms. by Daniel Dunbar · 16 years ago
  60. f86fa32 ccc: Support long ('--...') flag arguments. by Daniel Dunbar · 16 years ago
  61. d55b6fc Define LLVM types for nonfragile abi metadata. by Fariborz Jahanian · 16 years ago
  62. 5ac00d0 ccc: Organize long options together. by Daniel Dunbar · 16 years ago
  63. 305c22e Make -ast-dump print Objective-C method declarations (and other by Douglas Gregor · 16 years ago
  64. 6fbb2fb ccc: Add support for several more aliases (--ansi, --assemble, by Daniel Dunbar · 16 years ago
  65. b644be3 ccc: Darwin/x86/link: Fix a few incompatibilities with gcc (missed by Daniel Dunbar · 16 years ago
  66. c983b86 Support arithmetic on pointer-to-function types as a GNU by Douglas Gregor · 16 years ago
  67. 990bd1e ccc: Add support for "alias" options. by Daniel Dunbar · 16 years ago
  68. fbc3338 Update comment. by Chris Lattner · 16 years ago
  69. 6849f73 Updated checker build. by Ted Kremenek · 16 years ago
  70. 2910dfa ccc: Fix typo; isn't dynamic typing fun! by Daniel Dunbar · 16 years ago
  71. 2e84257 For now, return UnknownVal() in RegionStore::getElementsSize() for AnonTypedRegions. It wasn't really doing the right thing and was crashing on rdar-6442306-1.m. This fix causes all path-sensitive test cases to pass with RegionStore. by Ted Kremenek · 16 years ago
  72. 6f78c3b remove my gross #ifdef's, using portable abstractions now that the 32-bit by Chris Lattner · 16 years ago
  73. 6fd8f91 Add RegionStore support for the implicit object region that 'self' references. This causes tests 'ObjCProperties.m' and 'refcnt_naming.m' to now pass with RegionStore. by Ted Kremenek · 16 years ago
  74. 87f55cf Reimplement the handling of the "current object" in designator by Douglas Gregor · 16 years ago
  75. 5f02d55 ccc: Bug fix, driver logic was allowing child jobs to pipe output when by Daniel Dunbar · 16 years ago
  76. 55eb68d Disable language extensions for the clang parser. by Steve Naroff · 16 years ago
  77. 30bc571 Use NonFragileABI as name of new Next abi. More comments for the new meta-data. by Fariborz Jahanian · 16 years ago
  78. 872e25c This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  79. 31c2c20 This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  80. 16aaf4c This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  81. b78284a This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  82. 19e8744 Enhance test case to test RegionStore with -checker-cfref. by Ted Kremenek · 16 years ago
  83. 2758482 This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  84. f1456aa This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  85. 04b1de1 This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  86. 62bca24 This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  87. 9945781 This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  88. a05ff45 Adjust to api change. by Chris Lattner · 16 years ago
  89. f9e9684 Test more array logic in outofbound.c by Ted Kremenek · 16 years ago
  90. a7ac944 Fix RegionStore::getLValueElement() to handle the case when the base region is not an ElementRegion (also do some cleanups of its core logic). by Ted Kremenek · 16 years ago
  91. 5ff4317 remove Read8/Read24, which are dead. Rename Read16/Read32 to be more by Chris Lattner · 16 years ago
  92. 53ebff3 inline Sema::getLangOptions, rdar://6515190. This speeds up by Chris Lattner · 16 years ago
  93. f536ca3 These test cases now pass with RegionStore. by Ted Kremenek · 16 years ago
  94. 2dabd42 The 'misc-ps.m' test case now passes with RegionStore. One case needed to be split out into 'misc-ps-basic-store.m' and 'misc-ps-region-store.m' because the behavior was different between the two store models (RegionStore flags an additional valid bug). by Ted Kremenek · 16 years ago
  95. dcb6a26 SymbolReaper::isLive(SymbolRef) now always returns true for SymbolRegionRvalues because these represent the symbolic values for parameters/globals upon entry to the function. These values are always ;live' because they represent constraints on the context of how the function was called. This will be useful for both summary generation but is also necessary to get RegionStore's lazy-binding of locations to symbols to work in practice with RemoveDeadBindings. by Ted Kremenek · 16 years ago
  96. 9ab6b9c Static analyzer: Remove a bunch of outdated SymbolData objects and by Ted Kremenek · 16 years ago
  97. 07c487e Add a switch that allows disabling the smart pointers. by Sebastian Redl · 16 years ago
  98. 21282df EXTWARNify the warning about unnamed typedefs of enums by Douglas Gregor · 16 years ago
  99. 3733831 Avoid creating .dir files in the installation area. by Mike Stump · 16 years ago
  100. 1e1d2c6 ccc/clang: Mimic llvm-gcc initialization of LLVM backend based on gcc by Daniel Dunbar · 16 years ago