1. 1e05421 Consider nested-names as part of the declarator when resolving an ambiguous statement. by Argyrios Kyrtzidis · 15 years ago
  2. c19f959 Diagnose when a destructor uses a unrelated class type as its name. by Fariborz Jahanian · 15 years ago
  3. f37006b Fix a crash that occurs in this C++ case: by Argyrios Kyrtzidis · 15 years ago
  4. 22cd658 Wire up CFG improvements for __builtin_choose_expr. by Mike Stump · 15 years ago
  5. 8f9893a Wire up CFG improvements for do { } while () when the condition is known. by Mike Stump · 15 years ago
  6. fefb9f7 Wire up for statement CFG improvements for conditionals that are known. by Mike Stump · 15 years ago
  7. 5f20363 Wire up CFG improvements for while when the condition is known. by Mike Stump · 15 years ago
  8. 6133c12 Remove a file from the test directory that was added by mistake. by Argyrios Kyrtzidis · 15 years ago
  9. f7cf15c Change the semantics for Entity. by Argyrios Kyrtzidis · 15 years ago
  10. 3e8efd9 Use temporary output to avoid running index-test with the same commands multiple times. by Argyrios Kyrtzidis · 15 years ago
  11. 8701877 Remove Sema::LookupObjCImplementation and replace it with just calling ObjCInterfaceDecl::getImplementation(). by Argyrios Kyrtzidis · 15 years ago
  12. 8a1d722 - Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplementation() which use a DenseMap to associate by Argyrios Kyrtzidis · 15 years ago
  13. e5af3ce Add yet more analysis for CFGs involving conditionals that are actually constant. by Mike Stump · 15 years ago
  14. 25c5457 Enhanced IsReinterpreted() (RegionStore.cpp) to reason about higher-order by Ted Kremenek · 15 years ago
  15. 76ed9cb Improve message for bad destructor decl. Per Doug's comment. by Fariborz Jahanian · 15 years ago
  16. ba02486 This test now passes with RegionStore. by Ted Kremenek · 15 years ago
  17. 293769a Add XFAILED test. by Ted Kremenek · 15 years ago
  18. ec8b59f Improve GCC compatibility by allowing static tentative definitions of by Douglas Gregor · 15 years ago
  19. d33c868 Issue a more descriptive diagnostics when mis-declaring a destructor. by Fariborz Jahanian · 15 years ago
  20. be6d259 enhance the goto checker to reject jumps across __block variable definitions. by Chris Lattner · 15 years ago
  21. cd5e60e Detect when the current generation point is unreachable after emitting by Daniel Dunbar · 15 years ago
  22. d286f05 Avoid generation of dead code in a few more situations. by Daniel Dunbar · 15 years ago
  23. 74cbe22 Handle layout of non-virtual base classes. by Anders Carlsson · 15 years ago
  24. e7f3840 Re-enable 'test/SemaTemplate/temp_class_spec_neg.cpp', after commenting out the cause of the crash. by Argyrios Kyrtzidis · 15 years ago
  25. fb8e7a6 Disable this test for now, it has been crashing on linux for weeks. by Daniel Dunbar · 15 years ago
  26. fb89cf0 Fix RUN line to not litter the test directory. by Sebastian Redl · 15 years ago
  27. 726212f Enhance testing of overriding exception specs for inaccessible base exceptions. by Sebastian Redl · 15 years ago
  28. 63b9cfe Fix crash in StoreManager::NewCastRegion() when handling casts from 'id' (or whatever) to a BlockPointerType. by Ted Kremenek · 15 years ago
  29. 386af0a Add test case for bug fix in r76262. by Ted Kremenek · 15 years ago
  30. 5abd1b0 This takes a long time to crash, just disable it for now. by Chris Lattner · 15 years ago
  31. cd7bf23 Make noreturn functions alter the CFG. by Mike Stump · 15 years ago
  32. 71ef5d6 Update test case to use '__has_feature' macro. by Ted Kremenek · 15 years ago
  33. 8cbd38c Some more ?: for Obj-C tests. by Daniel Dunbar · 15 years ago
  34. 62a11a7 ir-gen for --/++ operators of objc object pointers in 32bit abi. by Fariborz Jahanian · 15 years ago
  35. 1cdad9e Add more testing of ?: for Obj-C object types. by Daniel Dunbar · 15 years ago
  36. e3d6023 [llvm up] Add support for '#' component of QA_OVERRIDE_GCC3_OPTIONS. by Daniel Dunbar · 15 years ago
  37. 9f8a04f Diagnose ++/-- op on objc pointers in nonfragile abi, instead of crashing. by Fariborz Jahanian · 15 years ago
  38. 95b851e codegen string literals using private linkage now like llvm-gcc, eliminating by Chris Lattner · 15 years ago
  39. 4653739 Move RegionStoreManager over to using new by Ted Kremenek · 15 years ago
  40. f23ecd9 Generate error on declaration containing 'static' and '__attribute__((weak))' by Fariborz Jahanian · 15 years ago
  41. 9396945 Enable. Now the LLVM dwarfwriter does not print extra '1' prefix in symbol names (rev. 75875) by Devang Patel · 15 years ago
  42. c70e8d9 Avoid crashing for the enclosed test case. by Steve Naroff · 15 years ago
  43. dbfe99e Handle some more fallout with the conversion of using PointerType for by Ted Kremenek · 15 years ago
  44. fde2efe Fix <rdar://problem/7062158> by having BasicStoreManager model values for 'static' global variables. by Ted Kremenek · 15 years ago
  45. 0cdad6c Remove cast from test case (cast was incorrectly added as part of http://llvm.org/viewvc/llvm-project?view=rev&revision=75314). by Steve Naroff · 15 years ago
  46. 5d51ae2 Add comments to indicate why RUN lines are below the source code. by Argyrios Kyrtzidis · 15 years ago
  47. de2e22d Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseudo built-in types, since Sema still injects a typedef for recognition (i.e. they aren't truly built-ins from a parser perspective). by Steve Naroff · 15 years ago
  48. a6275a5 More test cases revealed that the logic in StoreManager::InvalidateRegion() needs more finesse when handling the invalidation of pointers. Pointers that were invalidated as integers could later cause problems for clients using them as pointers. It is easier for us to model a symbolic value as a pointer rather than modeling a non-symbolic value as a pointer. by Ted Kremenek · 15 years ago
  49. 0c10699 Split out 'test2' into an i386 and x86_64 file, illustrating how the by Ted Kremenek · 15 years ago
  50. b4aa484 This test currently only passes for 32-bit archs. by Ted Kremenek · 15 years ago
  51. 6dba432 Revert 75648 for now. It is causing test failures. by Devang Patel · 15 years ago
  52. 60fbe8f Enhance RegionStoreManager to handle 'Retrieve's from SymbolicRegions. We do this by silently wrapping the region with an ElementRegion. This fixes the failures in misc-ps-region-store.m. by Ted Kremenek · 15 years ago
  53. 58f6eaf Move the RUN lines on the same file but below the code, as suggested by Sebastian. by Argyrios Kyrtzidis · 15 years ago
  54. c737763 Handle redeclarations properly at the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  55. ba4b8bd Add a C++ indexing test case, where we show the references of overloaded '+' plus signs. by Argyrios Kyrtzidis · 15 years ago
  56. 9bedef6 Fixes for a couple of things: by Argyrios Kyrtzidis · 15 years ago
  57. 1258554 Handle struct fields through the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  58. c34a7ef Move the test input source code to a separate file. by Argyrios Kyrtzidis · 15 years ago
  59. 61b5f3e Use LLVM mangler to get mangled name for debug info entry. by Devang Patel · 15 years ago
  60. 9df4bb3 Update debug info generation for ObjCObjectPointer changes. by Daniel Dunbar · 15 years ago
  61. 66ad201 I just revertd llvm patch. by Devang Patel · 15 years ago
  62. 79b4f7d Add basic checking for passing NULL to CFRetain/CFRelease, since those functions by Ted Kremenek · 15 years ago
  63. 54ca9b1 Enhance SimpleSValuator::EvalBinOpNN to recognize the trivial case by Ted Kremenek · 15 years ago
  64. d79b1bc New testcase for rev 75503. by Devang Patel · 15 years ago
  65. fe09eab Update debug info type cache after fwd decl is replaced by real decl. by Devang Patel · 15 years ago
  66. 04ae2df add push/pop semantics for diagnostics. Patch by Louis Gerbarg! by Chris Lattner · 15 years ago
  67. 0126e5e Revert to using shell to find files instead of 'find', that wasn't portable. by Daniel Dunbar · 15 years ago
  68. 060cad5 Stop looking for tests in the Output/ directory. by Daniel Dunbar · 15 years ago
  69. 839fbc5 The -disable-free hack didn't work... by Daniel Dunbar · 15 years ago
  70. c966cf1 Force NeXT runtime for this test. by Daniel Dunbar · 15 years ago
  71. 9685aee Remove excessive use of Carbon.h / Cocoa.h in clang tests. by Daniel Dunbar · 15 years ago
  72. 70b8742 Fix comment, and reduce computational expense of this test. by Daniel Dunbar · 15 years ago
  73. e2a3e9a Add -disable-free to this test in the hopes if having it pass on Linux for now. by Daniel Dunbar · 15 years ago
  74. 28e4780 Fix type conversion of ObjCObjectPointerType. by Daniel Dunbar · 15 years ago
  75. c1ab900 Generate correct prototype for objc_enumerationMutation. by Daniel Dunbar · 15 years ago
  76. 5dfb823 Fix test case to match intent. by Daniel Dunbar · 15 years ago
  77. a7afc45 restore proper valgrind support. by Nuno Lopes · 15 years ago
  78. 43d74a5 Handle insidious corner case exposed by RegionStoreManager when handling void* values that are bound by Ted Kremenek · 15 years ago
  79. e07c579 remove duplicated test cast. by Zhongxing Xu · 15 years ago
  80. 3591b1a Fix a test. by Anders Carlsson · 15 years ago
  81. a0f71de Add another test. by Anders Carlsson · 15 years ago
  82. 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
  83. 7d7c439 This test passes with RegionStoreManager. by Ted Kremenek · 15 years ago
  84. 6f0b2ef This test now passes with RegionStoreManager. by Ted Kremenek · 15 years ago
  85. 14108da This patch includes a conceptually simple, but very intrusive/pervasive change. by Steve Naroff · 15 years ago
  86. 88bd340 Fix silly mistake I made applying patch to fix test. by Eli Friedman · 15 years ago
  87. cad9fef Rename test file. by Ted Kremenek · 15 years ago
  88. 2f08991 RegionStoreManager also passes this test file. by Ted Kremenek · 15 years ago
  89. 988dc7e RegionStoreManager now correctly passes this test file. by Ted Kremenek · 15 years ago
  90. 31ef2b6 Test case in test/Analysis/xfail_regionstore_wine_crash.c no longer fails, so by Ted Kremenek · 15 years ago
  91. 4e57992 Fix type of 'this' and add a decltype test. by Anders Carlsson · 15 years ago
  92. 8d344ae Revert r75281 and simply remove the assertion in NewCastRegion that by Ted Kremenek · 15 years ago
  93. 3f9811b Fix crash in StoreManager::NewCastRegion regarding handling casts to void*, by Ted Kremenek · 15 years ago
  94. 40c072f Patch to build list of inherited virtual base classes by Fariborz Jahanian · 15 years ago
  95. cb52d28 Misc fixes to fix tests on OpenBSD, per email to cfe-commits. Patches by Eli Friedman · 15 years ago
  96. c037eac Switch BasicStoreManager to use the new CastRegion implementation by default, by Ted Kremenek · 15 years ago
  97. fdee089 don't crash if class is using itself as its super class. by Fariborz Jahanian · 15 years ago
  98. d5940ce Fix another decltype crash. by Anders Carlsson · 15 years ago
  99. eb96e12 Sema check on out of order object initialization of by Fariborz Jahanian · 15 years ago
  100. 5e09d4c Use getDeclName in DefineImplicitOverloadedAssign as well. by Anders Carlsson · 15 years ago