1. 06bfa84 Propagate new-style exception spec information to ExtProtoInfo. by Sebastian Redl · 13 years ago
  2. 6784304 Fixed LabelDecl source range and cleaned creation code. by Abramo Bagnara · 13 years ago
  3. 203548b Fixed source range for LabelDecl. by Abramo Bagnara · 14 years ago
  4. f8291a1 From Vassil Vassilev: by Axel Naumann · 14 years ago
  5. aef05d7 Use PointerUnion::getAddrOf instead of messing with PointerUnion & reinterpret_cast. by Argyrios Kyrtzidis · 14 years ago
  6. febb5b8 fix rdar://9024687, a crash on invalid that we used to silently ignore. by Chris Lattner · 14 years ago
  7. 4ae493c implement basic support for __label__. I wouldn't be shocked if there are by Chris Lattner · 14 years ago
  8. 337e550 Switch labels over to using normal name lookup, instead of their by Chris Lattner · 14 years ago
  9. d98abd8 When searching for visible declarations (e.g., for code completion), by Douglas Gregor · 14 years ago
  10. dfbb02a Fix whitespace. by NAKAMURA Takumi · 14 years ago
  11. 0099530 7bit-ize. by NAKAMURA Takumi · 14 years ago
  12. a7fc901 Replace the representation of template template argument pack by Douglas Gregor · 14 years ago
  13. 6b9109e When we attempt to create a built-in that involves a library type we by Douglas Gregor · 14 years ago
  14. 8595a0c Remove obsolete comments. by Francois Pichet · 14 years ago
  15. e23cf43 Restore r121752 without modification. by John McCall · 14 years ago
  16. 5bfe232 Pull out r121752 in case it's causing the selfhost breakage. by John McCall · 14 years ago
  17. 0e88aa7 Factor out most of the extra state in a FunctionProtoType into a separate by John McCall · 14 years ago
  18. 70c2335 Don't walk the translation unit context to produce protocol names when by Douglas Gregor · 14 years ago
  19. fce5656 Do not change the size of LookupResult::Filter based on the NDEBUG by Douglas Gregor · 14 years ago
  20. 67aba81 Such function decls,as objc's objc_msgSend, builtins in by Fariborz Jahanian · 14 years ago
  21. ba8bda0 Restore patch reversed in r118475. Fixes // rdar://8632525 by Fariborz Jahanian · 14 years ago
  22. 7a054b1 Fix memory leak of IdentifierIterator object. by Ted Kremenek · 14 years ago
  23. ca45da0 Teach code completion to provide property results when the property by Douglas Gregor · 14 years ago
  24. 78f5911 When doing name lookup for members don't look into global/namespace scope. by Argyrios Kyrtzidis · 14 years ago
  25. 157a3ff Remove redundant test by Douglas Gregor · 14 years ago
  26. 53e4b55 Teach typo correction not to return the same keyword that matches a by Douglas Gregor · 14 years ago
  27. 77a1a88 C++ [basic.scope.hiding] allows an ordinary name to hide a non-tag by Douglas Gregor · 14 years ago
  28. f17b58c In the presence of using declarations, we can find the same class by Douglas Gregor · 14 years ago
  29. 9a632ea Fix handling of property and ivar lookup in typo correction; the two by Douglas Gregor · 14 years ago
  30. 3eedbb0 Introduce a simple cache for unqualified typo corrections, so that we by Douglas Gregor · 14 years ago
  31. f98402d Eliminate another ordering dependency in typo correction. Re-enable typo.m, which seems to be working properly. by Douglas Gregor · 14 years ago
  32. a119477 Provide an upper bound to the edit-distance algorithm when performing by Douglas Gregor · 14 years ago
  33. 362a8f2 Improve the performance of typo correction, by using a simple by Douglas Gregor · 14 years ago
  34. 6eaac8b When performing typo correction, keep track of whether the last lookup by Douglas Gregor · 14 years ago
  35. 7b824e8 When we're in the context of an Objective-C message send's receiver, by Douglas Gregor · 14 years ago
  36. 95f4292 When performing typo correction, look through the set of known by Douglas Gregor · 14 years ago
  37. e24b575 Tweak the typo-correction implementation to determine corrections by Douglas Gregor · 14 years ago
  38. 24dce6e zap more dead code. by Chris Lattner · 14 years ago
  39. 53b9441 Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtocols and AllReferencedProtocols. ReferencedProtocols by Ted Kremenek · 14 years ago
  40. 410c4f2 Make inline namespace not be transparent after all. The concept simply doesn't fit. Instead, special-case the few places where transparent contexts have the desired behavior for inline namespaces. Fixes a redeclaration issue in inline namespaces. by Sebastian Redl · 14 years ago
  41. 2d88708 Split out a header to hold APIs meant for the Sema implementation from Sema.h. by John McCall · 14 years ago
  42. 2de56d1 GCC didn't care for my attempt at API compatibility, so brute-force everything by John McCall · 14 years ago
  43. 781472f Split FunctionScopeInfo and BlockScopeInfo into their own header. by John McCall · 14 years ago
  44. 50df6ae Remove the DenseSet dependency from Sema.h. by John McCall · 14 years ago
  45. 2a7fb27 Move more stuff out of Sema.h. by John McCall · 14 years ago
  46. 5f1e094 More header elimination. The goal of all this is to allow Parser to by John McCall · 14 years ago
  47. d226f65 DeclPtrTy -> Decl * by John McCall · 14 years ago
  48. 1951085 Another step in the process of making the parser depend on Sema: by John McCall · 14 years ago
  49. 8071e42 Extend the code-completion caching infrastructure to include global by Douglas Gregor · 14 years ago
  50. e737f50 Move Sema's headers into include/clang/Sema, renaming a few along the way. by Douglas Gregor · 14 years ago
  51. b3b50a8 Don't try to implicitly declare special members of an invalid class. by John McCall · 14 years ago
  52. 2577743 Added locations and type source info for DeclarationName. by Abramo Bagnara · 14 years ago
  53. 7f1c547 If name lookup finds different type declarations in different scopes by Douglas Gregor · 14 years ago
  54. a0068fc Introduce -f{no-}spell-checking options to enable/disable by Douglas Gregor · 14 years ago
  55. 1827403 Lazily declare default constructors. We now delay the construction of by Douglas Gregor · 14 years ago
  56. 2258431 Lazily declare implicit copy constructors. by Douglas Gregor · 14 years ago
  57. e5eee5a Introduce a new routine, LookupConstructors(), and use it for all by Douglas Gregor · 14 years ago
  58. a376d10 Lazily declare copy-assignment operators. by Douglas Gregor · 14 years ago
  59. 4923aa2 Lazily declare the implicitly-declared destructor in a C++ class. by Douglas Gregor · 14 years ago
  60. db89f28 Add a new routine Sema::LookupDestructor and make all destructor-lookup calls use that routine by Douglas Gregor · 14 years ago
  61. 025291b Be a bit more careful with undefined CXXRecordDecls. Fixes by Douglas Gregor · 14 years ago
  62. c7e04da A more minimal fix for PR6762. by John McCall · 14 years ago
  63. 2b7baf0 Roll back r104941. by John McCall · 14 years ago
  64. 1d0a585 Add a new attribute on records, __attribute__((adl_invisible)), and define by John McCall · 14 years ago
  65. fa4edcf Optimize and complete associated-class-and-namespace collection from a type. by John McCall · 14 years ago
  66. d2235f6 Reinstate r104117, Chandler Carruth's change that "[provides] a naming by Douglas Gregor · 14 years ago
  67. 4e58c25 Remove accidental commit by Douglas Gregor · 14 years ago
  68. 68dd3ee Various small fixes for construction/destruction of Objective-C++ by Douglas Gregor · 14 years ago
  69. bf1cbaf Revert r104117, "Provide a naming class for UnresolvedLookupExprs, even when by Daniel Dunbar · 14 years ago
  70. c3f984f Provide a naming class for UnresolvedLookupExprs, even when occuring on by Chandler Carruth · 14 years ago
  71. d0785ea Give a slight edge to the context-sensitive keyword 'super' over by Douglas Gregor · 14 years ago
  72. 91f7ac7 Tweak typo-correction logic a bit regarding "super", so that we by Douglas Gregor · 14 years ago
  73. 00b4b03 Make sure to search semantic scopes and appropriate template-parameter by Douglas Gregor · 14 years ago
  74. 77bb1aa It turns out that basically every caller to RequireCompleteDeclContext by John McCall · 14 years ago
  75. 5402295 Fix ADL for types declared in transparent decls, from Alp Toker! by Douglas Gregor · 14 years ago
  76. 2b147f0 When name lookup finds a single declaration that was imported via a by Douglas Gregor · 14 years ago
  77. 6bf356f When performing name lookup for an operator name, be sure to look by Douglas Gregor · 14 years ago
  78. 76d3264 Recommit r102215, this time being more careful to only set the "principal by John McCall · 14 years ago
  79. f0bf4d5 Revert r102215. This causes clang crash while compiling a test case from gdb testsuite. by Devang Patel · 14 years ago
  80. f88b0d6 Transition the last acceptable-result filter kind in LookupResult over to use by John McCall · 14 years ago
  81. 0d6b164 Recommit my change to how C++ does elaborated type lookups, now with by John McCall · 14 years ago
  82. 00b40d3 Revert "C++ doesn't really use "namespaces" for different kinds of names the same", which seems to break most C++ nightly test apps. by Daniel Dunbar · 14 years ago
  83. d04efc9 C++ doesn't really use "namespaces" for different kinds of names the same by John McCall · 14 years ago
  84. bd4187b Kill off IDNS_ObjCImplementation and IDNS_ObjCCategoryName; they by Douglas Gregor · 14 years ago
  85. c220a18 When searching for code-completion and typo-correction candidates, by Douglas Gregor · 14 years ago
  86. c83c687 Feed proper source-location information into Sema::LookupSingleResult, by Douglas Gregor · 14 years ago
  87. aaf8716 Teach typo correction about various language keywords. We can't by Douglas Gregor · 14 years ago
  88. 931f98a Return the corrected DeclarationName from Sema::CorrectTypo rather by Douglas Gregor · 14 years ago
  89. 9ab1454 Make CXXScopeSpec invalid when incomplete, and propagate that into any by Jeffrey Yasskin · 14 years ago
  90. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 14 years ago
  91. b5b2ccb When performing name lookup for the allocation or deallocation by Douglas Gregor · 14 years ago
  92. 7aceaf8 When elevating access along an inheritance path, initialize the computed by John McCall · 14 years ago
  93. dbdf5e7 During C++ name lookup, use DeclContext::Equals() rather than by Douglas Gregor · 14 years ago
  94. 711be1e Implement C++ [temp.local]p8, which specifies that a template by Douglas Gregor · 14 years ago
  95. ce056bc Eliminate the default arguments to ASTContext::getFunctionType(), by Douglas Gregor · 15 years ago
  96. 36262b8 Implement C++ name lookup for instance variables of Objective-C classes by Douglas Gregor · 15 years ago
  97. 8591098 In C++, allow builtins to be referred to via qualified name lookup, e.g., by Douglas Gregor · 15 years ago
  98. 6b2accb Improve access control diagnostics. Perform access control on member-pointer by John McCall · 15 years ago
  99. 5769d61 Thread a source location into the template-argument deduction routines. There by John McCall · 15 years ago
  100. 1df0ee9 Teach C++ name lookup that it's okay to look in a scope without a by Douglas Gregor · 15 years ago