1. e2a3e9a Add -disable-free to this test in the hopes if having it pass on Linux for now. by Daniel Dunbar · 15 years ago
  2. 28e4780 Fix type conversion of ObjCObjectPointerType. by Daniel Dunbar · 15 years ago
  3. c1ab900 Generate correct prototype for objc_enumerationMutation. by Daniel Dunbar · 15 years ago
  4. 5dfb823 Fix test case to match intent. by Daniel Dunbar · 15 years ago
  5. a7afc45 restore proper valgrind support. by Nuno Lopes · 15 years ago
  6. 43d74a5 Handle insidious corner case exposed by RegionStoreManager when handling void* values that are bound by Ted Kremenek · 15 years ago
  7. e07c579 remove duplicated test cast. by Zhongxing Xu · 15 years ago
  8. 3591b1a Fix a test. by Anders Carlsson · 15 years ago
  9. a0f71de Add another test. by Anders Carlsson · 15 years ago
  10. 6a75cd9 Implement more of C++0x 'auto'. A variable with an auto type specifier must have an initializer. Also, move some tests around to match the C++0x draft better. by Anders Carlsson · 15 years ago
  11. 7d7c439 This test passes with RegionStoreManager. by Ted Kremenek · 15 years ago
  12. 6f0b2ef This test now passes with RegionStoreManager. by Ted Kremenek · 15 years ago
  13. 14108da This patch includes a conceptually simple, but very intrusive/pervasive change. by Steve Naroff · 15 years ago
  14. 88bd340 Fix silly mistake I made applying patch to fix test. by Eli Friedman · 15 years ago
  15. cad9fef Rename test file. by Ted Kremenek · 15 years ago
  16. 2f08991 RegionStoreManager also passes this test file. by Ted Kremenek · 15 years ago
  17. 988dc7e RegionStoreManager now correctly passes this test file. by Ted Kremenek · 15 years ago
  18. 31ef2b6 Test case in test/Analysis/xfail_regionstore_wine_crash.c no longer fails, so by Ted Kremenek · 15 years ago
  19. 4e57992 Fix type of 'this' and add a decltype test. by Anders Carlsson · 15 years ago
  20. 8d344ae Revert r75281 and simply remove the assertion in NewCastRegion that by Ted Kremenek · 15 years ago
  21. 3f9811b Fix crash in StoreManager::NewCastRegion regarding handling casts to void*, by Ted Kremenek · 15 years ago
  22. 40c072f Patch to build list of inherited virtual base classes by Fariborz Jahanian · 15 years ago
  23. cb52d28 Misc fixes to fix tests on OpenBSD, per email to cfe-commits. Patches by Eli Friedman · 15 years ago
  24. c037eac Switch BasicStoreManager to use the new CastRegion implementation by default, by Ted Kremenek · 15 years ago
  25. fdee089 don't crash if class is using itself as its super class. by Fariborz Jahanian · 15 years ago
  26. d5940ce Fix another decltype crash. by Anders Carlsson · 15 years ago
  27. eb96e12 Sema check on out of order object initialization of by Fariborz Jahanian · 15 years ago
  28. 5e09d4c Use getDeclName in DefineImplicitOverloadedAssign as well. by Anders Carlsson · 15 years ago
  29. 0d5dc8e Another little test for C++ [over.over] by Douglas Gregor · 15 years ago
  30. 5eda816 Pass the DeclName to the diagnostic builder so that member names will be quoted correctly. by Anders Carlsson · 15 years ago
  31. 72e771f Add test for C++ [over.over.]p1, the contexts in which one can take the address of an overloaded function. by Douglas Gregor · 15 years ago
  32. 9b31df4 Store the isAddressOfOperand in the UnresolvedDeclRefExpr, so that we can pass it when instantiating the expr. Fixes another member pointer bug. by Anders Carlsson · 15 years ago
  33. 00aeb52 Implement the simple form of overload resolution used when taking the by Douglas Gregor · 15 years ago
  34. 5997888 Fix: <rdar://problem/7034511> ValueManager::makeIntVal(uint64_t X, QualType T) should return a 'Loc' when 'T' is a pointer by Ted Kremenek · 15 years ago
  35. f9e48bd It's not allowed to form member pointers to members that have reference type. Add a test for this and the rest of [dcl.mptr]p3. by Anders Carlsson · 15 years ago
  36. 83314aa Implement template argument deduction when taking the address of a by Douglas Gregor · 15 years ago
  37. 643b7df Patch adds test to my previous patch for assigning to by Fariborz Jahanian · 15 years ago
  38. daa439a Fix a corner case with argument-dependent lookup and overloaded function sets. by Douglas Gregor · 15 years ago
  39. 69be8d6 Improve argument-dependent lookup to find associated classes and by Douglas Gregor · 15 years ago
  40. 9c10fcf reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp. by Chris Lattner · 15 years ago
  41. 3e15cc3 Overload resolution prefers non-templates to templates by Douglas Gregor · 15 years ago
  42. de0cb8b Improve template argument deduction from a call. In particular, by Douglas Gregor · 15 years ago
  43. 23c7d06 Implement checking of exception spec compatibility for overriding virtual functions. by Sebastian Redl · 15 years ago
  44. 3292d5c Some (most) type trait expressions require that the argument passed in is a complete type. by Anders Carlsson · 15 years ago
  45. 0337f21 Diagnose, and not crash, when taking address of property expression. by Fariborz Jahanian · 15 years ago
  46. 6bec78d Tighten up the conditions under which we build an implicit function by Douglas Gregor · 15 years ago
  47. c29f77b Make ASTContext explicitly keep track of the declaration for the C by Douglas Gregor · 15 years ago
  48. e650c8c Introduce the notion of "Relocatable" precompiled headers, which are built by Douglas Gregor · 15 years ago
  49. 169077d NewCastRegion: Handle casts *from* pointers to incomplete structs to other types. by Ted Kremenek · 15 years ago
  50. 411af40 StoreManager::NewCastRegion: by Ted Kremenek · 15 years ago
  51. e1cea75 Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line using '-analyzer-store=basic-new-cast'. by Ted Kremenek · 15 years ago
  52. f933437 Fix a problem with false diagnostics when comparing distinct NULL pointer types, from David Majnemer by Douglas Gregor · 15 years ago
  53. d89275b Fix PR 4489, a crash in PCH loading that occurs when loading the name by Douglas Gregor · 15 years ago
  54. 6d4b76d Fix <rdar://problem/7033733>. The CF_RETURNS_RETAINED attribute should work if the return type on an Objective-C method is a CF type reference, not just an Objective-C object reference. by Ted Kremenek · 15 years ago
  55. 675431d Parsing fix for out-of-line constructors, from Piotr Rak by Douglas Gregor · 15 years ago
  56. c1daae3 Fix out-of-source regression testing for makefiles by Douglas Gregor · 15 years ago
  57. 6f4a69a Fix bitfield promotion in the presence of explicit casts, from Abrama Bagnara. by Douglas Gregor · 15 years ago
  58. 921bd26 Having tests that depend on previously created files is bad idea. Fix them to be self-sufficient. by Argyrios Kyrtzidis · 15 years ago
  59. a342675 Fix for PR4502: add calculation of the integer conversion rank for wchar_t. by Eli Friedman · 15 years ago
  60. 7b332d9 Make use of the Index library through the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  61. 4994d2d Catch function redeclarations with incompatible exception specifications. by Sebastian Redl · 15 years ago
  62. c5771fd add test case for r74407. by Zhongxing Xu · 15 years ago
  63. ed47fc6 Fix a horrible CFG bug reported in <rdar://problem/7027684>. The wrong successor by Ted Kremenek · 15 years ago
  64. dc14726 Enhance RegionStore to lazily symbolicate fields and array elements for by Ted Kremenek · 15 years ago
  65. 41e8c21 Fix RUN line so this test doesn't hang. by Ted Kremenek · 15 years ago
  66. 2e22253 Add support for retrieving the Doxygen comment associated with a given by Douglas Gregor · 15 years ago
  67. ae4df62 Fix PR 4489, a PCH crash during de-serialization. by Douglas Gregor · 15 years ago
  68. dac5bd4 Temporarily disable RegionStore for stack-addr-ps.c, as a new test case reveals by Ted Kremenek · 15 years ago
  69. 921109a Add a FIXME to RegionStore, do some minor code cleanup, and get RegionStore to by Ted Kremenek · 15 years ago
  70. cca9e96 Keep track of more information within the template instantiation stack, e.g., by Douglas Gregor · 15 years ago
  71. 9617433 Patch to implement template types in ctor-initializer list. by Fariborz Jahanian · 15 years ago
  72. 16134c6 Cope with explicitly-specified function template arguments when there by Douglas Gregor · 15 years ago
  73. 6db8ed4 When explicit template arguments are provided for a function call, by Douglas Gregor · 15 years ago
  74. bcfad54 Patch to support optional nested-name-specifier in in ctor-initializer list. by Fariborz Jahanian · 15 years ago
  75. edce4dd Preliminary parsing and ASTs for template-ids that refer to function by Douglas Gregor · 15 years ago
  76. 5ac3dfc Diagnose multiple initialization of anonymous union by Fariborz Jahanian · 15 years ago
  77. 9da7201 More diagnostics related to initialization of direct bases by Fariborz Jahanian · 15 years ago
  78. b33fe2f When recursively instantiating function templates, keep track of the by Douglas Gregor · 15 years ago
  79. ed88608 Update C++ section data and directory structure to reflect N2914 by Douglas Gregor · 15 years ago
  80. 7abe019 When retrieving element region, if its super region has binding, return by Zhongxing Xu · 15 years ago
  81. 149f138 Implement PR4175, catching some questionable comparisons. Patch by by Chris Lattner · 15 years ago
  82. 8d4655d Make an error message more clear. by Anders Carlsson · 15 years ago
  83. 47deacf A more detailed diagnosis of ill-formed ctor-initializer list. by Fariborz Jahanian · 15 years ago
  84. af017e6 Improvements to decltype. We now don't crash anymore when the expr is an overloaded function decl. by Anders Carlsson · 15 years ago
  85. 1fd2dd1 Improve code generation for function template specializations: by Douglas Gregor · 15 years ago
  86. 7881a05 Diagnose multiple initialzation of data-member/base by Fariborz Jahanian · 15 years ago
  87. 127102b Keep track of function template specializations, to eliminate by Douglas Gregor · 15 years ago
  88. f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  89. a03f157 Invalidate the alloca region by setting its default value to conjured symbol. by Zhongxing Xu · 15 years ago
  90. d966a55 Move the check for vprintf* functions inside of SemaCheckStringLiteral. Fixes PR4470. by Anders Carlsson · 15 years ago
  91. ae0b243 make these tests pass with the stack canary stuff even on targets where they default to on. by Chris Lattner · 15 years ago
  92. 49e2e99 Now this test case passes. by Zhongxing Xu · 15 years ago
  93. 6bd8a52 Invalidate a field of struct type by setting its default value to conjured by Zhongxing Xu · 15 years ago
  94. 45483f7 Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 15 years ago
  95. 1bd1f6e OpenCL 1.0 support: by Nate Begeman · 15 years ago
  96. 364e021 Improve support for overloaded operator templates. by Douglas Gregor · 15 years ago
  97. 309fe0d Fix the parser error hanlding for __builtin_offsetof to actually print by Eli Friedman · 15 years ago
  98. 5d39dee Fix a bogus error overloading an operator where the only class by Eli Friedman · 15 years ago
  99. 8f031b3 Implement support for the format_arg attribute. Fixes PR4442. by Anders Carlsson · 15 years ago
  100. 0c6139d Make it possible for using decls to point to operators. Fixes PR4441. by Anders Carlsson · 15 years ago