1. b5b2ccb When performing name lookup for the allocation or deallocation by Douglas Gregor · 14 years ago
  2. 5c6c1d9 More vtable work; preparations for moving over to the new vtable layout code (finally). by Anders Carlsson · 14 years ago
  3. 05030bb Each non-local class instantiation is its own local instantiation by Douglas Gregor · 14 years ago
  4. a418147 Make sure to properly track the anonymous namespace that lives inside by Douglas Gregor · 14 years ago
  5. d63fed4 Flip the switch and use the new vtable layout code for thunks by default. Add a thunks.cpp test. by Anders Carlsson · 14 years ago
  6. 6c22c8e Remove parts of virt.cpp by Anders Carlsson · 14 years ago
  7. 7b2fc9d Implement computation of the final overriders for each virtual by Douglas Gregor · 14 years ago
  8. f075b22 revert 99311. Looks like it broke darwin bootstrap. by Rafael Espindola · 14 years ago
  9. f921a48 Improve diagnostic for @property/ivar type mismatch by including the types of the by Ted Kremenek · 14 years ago
  10. 5fb12c6 Avoid producing implicit methods when we have a explicit template instantiation by Rafael Espindola · 14 years ago
  11. 707ea28 Code gen for compound assignment of complex by Fariborz Jahanian · 14 years ago
  12. dfb1eb2 Patch to implement code gen. use of compound assignent on by Fariborz Jahanian · 14 years ago
  13. 9de672f When recovering from a qualified typedef name, don't clear out the by Douglas Gregor · 14 years ago
  14. bc52595 Ignore a more comprehensive set of gcc-special format attributes. by Duncan Sands · 14 years ago
  15. c263704 For forward-declared static inline functions, delay CFG-based warnings until we by Ted Kremenek · 14 years ago
  16. 452b84d Tweak null dereference diagnostics to give clearer diagnostics when by Ted Kremenek · 14 years ago
  17. d064fdc Only perform CFG-based warnings on 'static inline' functions that by Ted Kremenek · 14 years ago
  18. 22f757b Set the relevent attributes declared in class extension by Fariborz Jahanian · 14 years ago
  19. b0f65ca A fixed version of r99174 which also includes a test that we emit vtables when by Rafael Espindola · 14 years ago
  20. 12182a0 Improve the diagnostics for the UndefinedAssignmentChecker when an by Ted Kremenek · 14 years ago
  21. 3c98902 (re)implement PR6542, accepting and discarding the __gcc_tdiag__ by Chris Lattner · 14 years ago
  22. a87d477 merge some tests. by Chris Lattner · 14 years ago
  23. 6580d5b rename test by Chris Lattner · 14 years ago
  24. 8149a57 Diagnose miuse of property dot-syntax instead of crashing. (radar 7634653). by Fariborz Jahanian · 14 years ago
  25. b1332d7 merge two tests. by Chris Lattner · 14 years ago
  26. 61784e3 rename test. by Chris Lattner · 14 years ago
  27. 1a6154c move a test to a more appropriate directory by Chris Lattner · 14 years ago
  28. 01f1bfc Fixes access rues for ivars declared in class implementations (radar 7547942). by Fariborz Jahanian · 14 years ago
  29. f7c7008 hopefully fix this on non-sse2 hosts. Shouldn't an apple-darwin10 by Chris Lattner · 14 years ago
  30. fda0558 Test for my last patch. by Fariborz Jahanian · 14 years ago
  31. 1bddbcb fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead. by Chris Lattner · 14 years ago
  32. 053f4bd -Wshadow should only warn about parameter declarations when we're by John McCall · 14 years ago
  33. 0162070 Fix PR6618. by Rafael Espindola · 14 years ago
  34. 8682bda Fix PR6648 by not creating a temporary with the type of a by Rafael Espindola · 14 years ago
  35. e1fa096 tests: Mangle '-vg' onto the end of the triple when running under valgrind, so by Daniel Dunbar · 14 years ago
  36. 4c00fcd Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -v style) to a file. by Daniel Dunbar · 14 years ago
  37. db59bc8 Add sse4.2 support to this test. by Eric Christopher · 14 years ago
  38. cb61a7b IRgen: Wrap atomic intrinsics with memory barriers, to ensure we honor the semantics. by Daniel Dunbar · 14 years ago
  39. e0cdb4e Evaluate: Fix a subtle bug in the pointer evaluator in which we would do an by Daniel Dunbar · 14 years ago
  40. 0a80ba7 Driver: Fix a number of -fapple-kext issues: by Daniel Dunbar · 14 years ago
  41. efb0fa9 C++: Add support for -fno-use-cxa-atexit. - So much typing, so little gain... by Daniel Dunbar · 14 years ago
  42. a369a95 Implement -Wshadow for parameter declarations as well. by John McCall · 14 years ago
  43. 365b0bd Driver: Force joining of "-l" "foo", the linker doesn't eat that format. by Daniel Dunbar · 14 years ago
  44. 355c96e Add include for smmintrin.h to this test. by Eric Christopher · 14 years ago
  45. f746aa6 Change CodeGenModule to rely on the Module's symbol table instead of by John McCall · 14 years ago
  46. 1b058e8 Robustify PreprocessingRecord slightly, by only creating macro by Douglas Gregor · 14 years ago
  47. 6a5a23f Implement serialization and lazy deserialization of the preprocessing by Douglas Gregor · 14 years ago
  48. 8d52cbd More coherent diagnostics when ivar is placed n categories. by Fariborz Jahanian · 14 years ago
  49. 86d07a1 Add test case for <rdar://problem/7770737>. by Ted Kremenek · 14 years ago
  50. a2936be Promote enum types during -Wsign-compare. Fixes some spurious warnings, by John McCall · 14 years ago
  51. d4c6090 Diagnose conversion of 'Class' to/from objective-c by Fariborz Jahanian · 14 years ago
  52. 73061d0 Pretty-print anonymous types using their kind and presumed location. by John McCall · 14 years ago
  53. 5de6572 Fix a longstanding (but previously unknown) bug in the lazy by Douglas Gregor · 14 years ago
  54. 0396f46 Visit preprocessing elements (macro instantiations and macro by Douglas Gregor · 14 years ago
  55. 3178cb6 Revert 98907 since it is breaking buildbots. by Bob Wilson · 14 years ago
  56. 2507fa8 Visit preprocessing elements (macro instantiations and macro by Douglas Gregor · 14 years ago
  57. 7aceaf8 When elevating access along an inheritance path, initialize the computed by John McCall · 14 years ago
  58. 3c26684 Try to appease MSVC's standard library by Douglas Gregor · 14 years ago
  59. 1a1f85a Try to appease MSVC by Douglas Gregor · 14 years ago
  60. b03d33e Make PredefinedExpr::ComputeName() more robust to incorrect by Ted Kremenek · 14 years ago
  61. 90c7126 Some cleanup, change diagnostic when assigning to by Fariborz Jahanian · 14 years ago
  62. bf7efa2 Explicitly link macro instantiations to macro definitions in the by Douglas Gregor · 14 years ago
  63. 572feb2 Expose macro definitions as CIndex cursors. These can still only be by Douglas Gregor · 14 years ago
  64. 4ae8f29 Introduce the notion of a "preprocessing record", which keeps track of by Douglas Gregor · 14 years ago
  65. cb448d5 Defang by Douglas Gregor · 14 years ago
  66. 4807231 More token-annotation experimentation, preprocessing the annotated by Douglas Gregor · 14 years ago
  67. a49f1af Defang a test that's failing intermittently on windows by Douglas Gregor · 14 years ago
  68. 90c8c57 from code inspection, we were treating placement news with one argument as by John McCall · 14 years ago
  69. 10f2873 Redeclaration lookups for parameter names should be flagged as redeclaration lookups by John McCall · 14 years ago
  70. 8133716 Refactor argument checking in CallAndMessageChecker to be the same by Ted Kremenek · 14 years ago
  71. 9135a84 When dumping vtables, also dump the thunks. by Anders Carlsson · 14 years ago
  72. 091b588 Detect pass-by-value arguments that are structs that contain uninitialized data. by Ted Kremenek · 14 years ago
  73. ebd42f4 Tweak dead stores checker to not emit a warning when initialization by Ted Kremenek · 14 years ago
  74. 9f1e3ff Experimental stab at using relexing to identify preprocessor by Douglas Gregor · 14 years ago
  75. a742db0 Implement non-dependent friend functions and classes. by John McCall · 14 years ago
  76. 2399bed XFAIL this test on that silly Windows platform. Grrr by Douglas Gregor · 14 years ago
  77. a69fa5f Remove this test. It is causing problems has has relatively little value by Douglas Gregor · 14 years ago
  78. c48c916 Remove warning about shadowing a built-in; built-ins aren't actually by Douglas Gregor · 14 years ago
  79. dbf8ee6 Entering the main source file in the preprocessor can fail if the by Douglas Gregor · 14 years ago
  80. e39b600 Use a simple diagnostic (file modified) when we detect that a file has by Douglas Gregor · 14 years ago
  81. 88b6c71 Grant nested classes the access privileges of their enclosing classes. by John McCall · 14 years ago
  82. 9b35b25 Correctly mangle dependent TypenameType. Fixes PR6625. by Rafael Espindola · 14 years ago
  83. 4ad287e Provide a test case for PR6629. by John McCall · 14 years ago
  84. 132f2a2 objective-c patch to provide type safty when blocks are passing or by Fariborz Jahanian · 14 years ago
  85. 87bac6f Emit output of PCH consistency checking test case to a separate text file and grep that by Douglas Gregor · 14 years ago
  86. 8596bbe Issue error when a byref array is accessed in a block by Fariborz Jahanian · 14 years ago
  87. c815108 Teach SourceManager's content cache to keep track of whether its by Douglas Gregor · 14 years ago
  88. 453091c Audit all Preprocessor::getSpelling() callers, improving failure by Douglas Gregor · 14 years ago
  89. 9a8cb8d Forgot the testcases. by John McCall · 14 years ago
  90. ef027fe Perform access control for the implicit calls to base and member destructors by John McCall · 14 years ago
  91. 12fab31 Fix header-search problems with precompiled headers, where the by Douglas Gregor · 14 years ago
  92. b020748 Access control for implicit calls to copy assignment operators and copy by John McCall · 14 years ago
  93. c3d43b7 Don't consume tokens past the end-of-file in an @interface. Fixes by Douglas Gregor · 14 years ago
  94. 6c790ea Perform access control even for the implicit destructor calls from implicit by John McCall · 14 years ago
  95. 58e6f34 Perform access control for the implicit base and member destructor calls by John McCall · 14 years ago
  96. 50f6af7 Introduce optional "Invalid" parameters to routines that invoke the by Douglas Gregor · 14 years ago
  97. b5696fe Add 'expected-note' by Ted Kremenek · 14 years ago
  98. 894ae6a Correctly determine if the @property has been previously declared. If by Ted Kremenek · 14 years ago
  99. ee9ca69 objective-c++ must take into account qualifiers when by Fariborz Jahanian · 14 years ago
  100. dbdf5e7 During C++ name lookup, use DeclContext::Equals() rather than by Douglas Gregor · 14 years ago