1. 9aa472c Remember the "found declaration" for an overload candidate, which is the by John McCall · 15 years ago
  2. 7aceaf8 When elevating access along an inheritance path, initialize the computed by John McCall · 15 years ago
  3. 90c7126 Some cleanup, change diagnostic when assigning to by Fariborz Jahanian · 15 years ago
  4. 90c8c57 from code inspection, we were treating placement news with one argument as by John McCall · 15 years ago
  5. 10f2873 Redeclaration lookups for parameter names should be flagged as redeclaration lookups by John McCall · 15 years ago
  6. 9944c76 Simplify code (and remove 'dyn_cast') by using ObjCProperyDecl::findPropertyDecl(). by Ted Kremenek · 15 years ago
  7. a742db0 Implement non-dependent friend functions and classes. by John McCall · 15 years ago
  8. a8cab01 ActOnTagDefinitionError is supposed to 'unwind' ActOnTagStartDefinition, not by John McCall · 15 years ago
  9. c48c916 Remove warning about shadowing a built-in; built-ins aren't actually by Douglas Gregor · 15 years ago
  10. dbf8ee6 Entering the main source file in the preprocessor can fail if the by Douglas Gregor · 15 years ago
  11. 88b6c71 Grant nested classes the access privileges of their enclosing classes. by John McCall · 15 years ago
  12. db7bb4a Clean up after ourselves when there's an error parsing the base clause. by John McCall · 15 years ago
  13. 132f2a2 objective-c patch to provide type safty when blocks are passing or by Fariborz Jahanian · 15 years ago
  14. 8596bbe Issue error when a byref array is accessed in a block by Fariborz Jahanian · 15 years ago
  15. 453091c Audit all Preprocessor::getSpelling() callers, improving failure by Douglas Gregor · 15 years ago
  16. 8472af4 Implement -Wshadow. Based on a patch by Mike M.! by John McCall · 15 years ago
  17. ef027fe Perform access control for the implicit calls to base and member destructors by John McCall · 15 years ago
  18. f6ac97b Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. by Benjamin Kramer · 15 years ago
  19. b020748 Access control for implicit calls to copy assignment operators and copy by John McCall · 15 years ago
  20. 6c790ea Perform access control even for the implicit destructor calls from implicit by John McCall · 15 years ago
  21. 58e6f34 Perform access control for the implicit base and member destructor calls by John McCall · 15 years ago
  22. f715ca1 Give SourceManager a Diagnostic object with which to report errors, by Douglas Gregor · 15 years ago
  23. aea67db Introduce a new BufferResult class to act as the return type of by Douglas Gregor · 15 years ago
  24. 9f550ff Make 'findPropertyDecl()' a static method of ObjCPropertyDecl. by Ted Kremenek · 15 years ago
  25. 894ae6a Correctly determine if the @property has been previously declared. If by Ted Kremenek · 15 years ago
  26. ee9ca69 objective-c++ must take into account qualifiers when by Fariborz Jahanian · 15 years ago
  27. dbdf5e7 During C++ name lookup, use DeclContext::Equals() rather than by Douglas Gregor · 15 years ago
  28. 711be1e Implement C++ [temp.local]p8, which specifies that a template by Douglas Gregor · 15 years ago
  29. 4b7a834 Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804. by John McCall · 15 years ago
  30. b621766 Remember declaration scope qualifiers in the AST. Imposes no memory overhead by John McCall · 15 years ago
  31. 961b167 Fix PR6562. If a type is dependent, we don't know if it will have implicit by Rafael Espindola · 15 years ago
  32. 1935754 Use SmallString instead of SmallVector by Kovarththanan Rajaratnam · 15 years ago
  33. 3352406 Allow users to set CPPFLAGS and CXXFLAGS on the make command line. by Jeffrey Yasskin · 15 years ago
  34. 4c9f709 Use llvm::SmallVector instead of std::vector. by Ted Kremenek · 15 years ago
  35. cffbc78 Preserve the inherited-default-argument bit through instantiation. by John McCall · 15 years ago
  36. bf73b35 Remember whether a ParmVarDecl was spelled with a default argument or by John McCall · 15 years ago
  37. 0faede6 Improve the unused-value check to look into comma expressions and filter out by John McCall · 15 years ago
  38. e3d67bc Split Sema::ActOnProperty() into two recursive functions to clearly separate by Ted Kremenek · 15 years ago
  39. d60e22e Implement basic support for friend types and functions in non-dependent by John McCall · 15 years ago
  40. 2d2f936 Fix 80 col violations. by Ted Kremenek · 15 years ago
  41. 28685ab Move 'ActOn' methods to the beginning of the file by Ted Kremenek · 15 years ago
  42. 34836f2 Update CMake build. by Ted Kremenek · 15 years ago
  43. 9d64c15 Split Sema logic for ObjC @property and @synthesize into a separate file. by Ted Kremenek · 15 years ago
  44. 7d2aa11 For ivars created using @synthesize, set their DeclContext to be by Ted Kremenek · 15 years ago
  45. d1b47bf Warn about comparing an unsigned expression with 0 in tautological ways. by John McCall · 15 years ago
  46. 80639de Implement -Wmissing-field-initializers. Patch by mikem! by John McCall · 15 years ago
  47. 069ace5 Fix a self-host problem caused by this over-eager assertion. I'm not sure by John McCall · 15 years ago
  48. 21ef0fa Maintain type source information for functions through template by John McCall · 15 years ago
  49. 92b7f70 Split C++ friend declarations into their own header/implementation file. by John McCall · 15 years ago
  50. dd8f569 Statement expressions can be used in global- or namespace-scoped blocks by Douglas Gregor · 15 years ago
  51. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
  52. bbf58bb Delay codegen of vtables when handling implicit instantiations. by Rafael Espindola · 15 years ago
  53. c2350e5 Extend ObjCMessageExpr for class method sends with the source location by Douglas Gregor · 15 years ago
  54. 4bc1cb6 Keep track of type source information in the return type of an by Douglas Gregor · 15 years ago
  55. a48b284 Remove unused headers. by Duncan Sands · 15 years ago
  56. 5abbd60 Make a note for the C++0x future, when we'll have to revisit the jump-diagnostics handling for variables without initializers by Douglas Gregor · 15 years ago
  57. 516a6bc In C++98/03, an uninitialized variable that has POD class type will be by Douglas Gregor · 15 years ago
  58. a276291 Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 15 years ago
  59. a50ce32 Robustify callers that rebuild typename type nodes again NULL return by Douglas Gregor · 15 years ago
  60. 4ce46c2 Perform overload resolution when static_cast'ing from a by Douglas Gregor · 15 years ago
  61. a1a9f03 Reference binding via user-defined conversion can compute a binding by Douglas Gregor · 15 years ago
  62. d6a9324 Fix for PR6294: we should only delay recording nested dynamic classes if they by Eli Friedman · 15 years ago
  63. 1dcd061 Fix 80 col violation. by Tanya Lattner · 15 years ago
  64. 47f164e Fix indentation, use string directly instead of StringRef. by Tanya Lattner · 15 years ago
  65. 20df668 Fix some weird patch issue. by Tanya Lattner · 15 years ago
  66. 1e1d396 Implement missing-braces warning and add a test case. by Tanya Lattner · 15 years ago
  67. dbf217a Allow use of byref (__block attributed) arrays inside by Fariborz Jahanian · 15 years ago
  68. 6d18289 When declaring a catch block in C++, make sure that the type being by Douglas Gregor · 15 years ago
  69. a422864 Patch to build qualifier on objective-c pointer types. Fixes radar 7626768. by Fariborz Jahanian · 15 years ago
  70. 5fccd36 Reinstate r97674 with a fix for the assertion that was firing in <list> by Douglas Gregor · 15 years ago
  71. a7cb22d Revert r97674; it's causing failures by Douglas Gregor · 15 years ago
  72. b29b37d Implement disambiguation of base class members via a by Douglas Gregor · 15 years ago
  73. e97c32f Suppress implicit member redeclarations arising from explicit instantiation by John McCall · 15 years ago
  74. 7b9a5aa During codegen assert that any copy assignment, destructor or constructor that by Rafael Espindola · 15 years ago
  75. 9b9edd6 Diagnose the declaration of enum templates. Also, be a bit more by Douglas Gregor · 15 years ago
  76. 91be6f5 Use CXXTemporaryObjectExpr for explicitly-constructed temporaries. We by Douglas Gregor · 15 years ago
  77. 6b98b2e Unify initializer-instantiation code for variable declarations and by Douglas Gregor · 15 years ago
  78. ad5e738 Split out types that are non-canonical unless dependent as their own by John McCall · 15 years ago
  79. 9ea9bdb Keep an explicit stack of function and block scopes, each element of by Douglas Gregor · 15 years ago
  80. 7bf3600 Fix the lookup of names used in a friend declaration to not attempt to by Chandler Carruth · 15 years ago
  81. e679497 fix PR5933: don't warn about unused variables if a function has other errors in it. by Chris Lattner · 15 years ago
  82. 6d97e5e Implement jump checking for initialized c++ variables, implementing by Chris Lattner · 15 years ago
  83. 076ceb0 Start detangling the BlockSemaInfo/Sema mess. No functionality change. by Douglas Gregor · 15 years ago
  84. 449d0a8 When looking for a redeclaration of a static variable, only look for redeclarations. Fixes PR6449 by Douglas Gregor · 15 years ago
  85. 96084f1 When instantiating a function-scoped enum, make sure that it and its by Douglas Gregor · 15 years ago
  86. 0022554 Robustify instantiation of templates when there are errors in the by Douglas Gregor · 15 years ago
  87. aac571c Finish pushing source-location information though TreeTransform's by Douglas Gregor · 15 years ago
  88. 7c1e98f When looking for the instantiated declaration that corresponds to a by Douglas Gregor · 15 years ago
  89. f9f627d Don't warn about case-value conversions from a negative value to a by Douglas Gregor · 15 years ago
  90. a9bff30 Warn about the deprecated string literal -> char* conversion. Fixes PR6428. by Douglas Gregor · 15 years ago
  91. ddeea56 Add an overload of Preprocessor::getSpelling which takes a SmallVector and by Benjamin Kramer · 15 years ago
  92. e3fc547 Fix crasher caused by setting a bit in a possibly empty bitvector while by Ted Kremenek · 15 years ago
  93. efaff19 For printf format string checking, add support for positional format strings. by Ted Kremenek · 15 years ago
  94. 5fe8c04 Skip dependent virtual base classes; fixes PR6413. by Douglas Gregor · 15 years ago
  95. 2a0d757 At sabre's request, drop the FP bounds diagnostics down to warnings and file by John McCall · 15 years ago
  96. 7f70dc8 For printf format string checking, move the tracking of the data argument index out of by Ted Kremenek · 15 years ago
  97. dc0a11c An explicit specialization is allowed following an explicit by Douglas Gregor · 15 years ago
  98. 6d90870 Implement semantic analysis for C++ [expr.new]p18-20, which describe by Douglas Gregor · 15 years ago
  99. 692f85c Commit Eli's fix for implicit conversions to array type. Fixes PR6264. by Douglas Gregor · 15 years ago
  100. 1af7451 Make sure to mark constructors, operator new, and operator delete as by Douglas Gregor · 15 years ago