1. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  2. 762f159 Added missing const. by Abramo Bagnara · 12 years ago
  3. e75bb61 Fixed support for disabled wchar_t and added an appropriate test. by Abramo Bagnara · 12 years ago
  4. a6c66ce Change the representation of builtin functions in the AST by Eli Friedman · 12 years ago
  5. 9617130 objective-C: clang must implicitly convert by Fariborz Jahanian · 12 years ago
  6. c586d5d Fix a crash in type merging with enum types. by Eli Friedman · 12 years ago
  7. 4c3b8a3 Fix a -Wdocumentation warning. by Dmitri Gribenko · 12 years ago
  8. 7dd8860 Attaching comments to decls: since it was decided that Decl::isImplicit should by Dmitri Gribenko · 12 years ago
  9. 4b41c65 ASTContext::getCommentForDecl: add comment. by Dmitri Gribenko · 12 years ago
  10. 2125c90 Attaching comments to declarations: when documentation is requested for an by Dmitri Gribenko · 12 years ago
  11. 929bbfb When performing a trivial copy of a C++ type, we must be careful not by John McCall · 12 years ago
  12. dce750b Attaching comments to declarations: ignore implicit decls. Decl::isImplicit() by Dmitri Gribenko · 12 years ago
  13. 1599eac Attaching comments to declarations: parse the comment in context of the by Dmitri Gribenko · 12 years ago
  14. 2f47cab Fix misaligned allocation of QualifiedTempateName and DependentTemplateName. by Richard Smith · 12 years ago
  15. c41ace9 Attaching comments to redeclarations: fix wrong assumptions by Dmitri Gribenko · 12 years ago
  16. 0d72910 Factor out computation of whether a typeid's expression is potentially by Richard Smith · 12 years ago
  17. cd81df2 When looking for the comment associated with a declaration, adjust the by Douglas Gregor · 12 years ago
  18. f50555e Attaching comments to declarations: find comment attached to any redeclaration by Dmitri Gribenko · 12 years ago
  19. aa58081 Comment parsing: extract TableGen'able pieces into new CommandTraits class. by Dmitri Gribenko · 12 years ago
  20. c27bc80 Attaching comments to declarations: handle using-declaration. by Dmitri Gribenko · 12 years ago
  21. 1abee64 ASTContext.h: replace include by a forward declaration. by Dmitri Gribenko · 12 years ago
  22. 96b0986 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 12 years ago
  23. 477a9f5 Implement resolving of HTML character references (named: &, decimal: *, by Dmitri Gribenko · 12 years ago
  24. b9d0b76 Final piece of core issue 1330: delay computing the exception specification of by Richard Smith · 12 years ago
  25. a444f18 Implement an optimization for finding the comment that occurs just after a by Dmitri Gribenko · 12 years ago
  26. d8672ef Related to PR11848 and core-21989: switch ContainsUnexpandedParameterPack from by Richard Smith · 12 years ago
  27. f9e9af7 Add a per target max vector alignment field (e.g., 32-byte alignment for x86 due to by Chad Rosier · 12 years ago
  28. abd56c8 Attaching comments to declarations during parsing: handle more Objective-C declarations. by Dmitri Gribenko · 12 years ago
  29. 8f88a1d [Windows] Use thiscall as the default calling convention for class methods. PR12785 by Timur Iskhodzhanov · 12 years ago
  30. a5ef44f Enable comment parsing and semantic analysis to emit diagnostics. A few by Dmitri Gribenko · 12 years ago
  31. 9c00676 Restrict the set of declaration kinds for which we allow trailing comments. by Dmitri Gribenko · 12 years ago
  32. 811c820 Don't store pointers into a std::vector (RawCommentList::Comments). Although by Dmitri Gribenko · 12 years ago
  33. 9bf997e Use C++ cast. by Dmitri Gribenko · 12 years ago
  34. bfdb506 ASTContext.cpp: Appease msvc to cast NULL to typed pointer, or msvc mistakes NULL as int. by NAKAMURA Takumi · 12 years ago
  35. 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
  36. d4f5198 Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used instead. by Benjamin Kramer · 12 years ago
  37. fb40e3f PR13189: va_list broken with precompiled headers by Meador Inge · 12 years ago
  38. 075a543 blocks: fixes a crash when encoding block type by Fariborz Jahanian · 12 years ago
  39. 7e68ba5 objective-c IRGen: fixes a crash when method type is being mangled by Fariborz Jahanian · 12 years ago
  40. 8376f59 Remove redundant check. by Dmitri Gribenko · 12 years ago
  41. c3fee35 Attaching comments to declarations: don't attach comments to implicit declarations. by Dmitri Gribenko · 12 years ago
  42. 8bdb58a Attaching documentation comments to declarations: don't attach a comment to a declaration if there is a preprocessor directive between them. by Dmitri Gribenko · 12 years ago
  43. 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 12 years ago
  44. 9530a8b VC9 does not like heterogenous compare function objects. by Dmitri Gribenko · 12 years ago
  45. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  46. aa0cd85 Structured comment parsing, first step. by Dmitri Gribenko · 12 years ago
  47. c5613b2 Explicitly build __builtin_va_list. by Meador Inge · 12 years ago
  48. 0ef03ff Documentation cleanup: eliminated Doxygen warnings by deleting a doc comment by James Dennett · 12 years ago
  49. ca52330 PR13064: Store whether an in-class initializer uses direct or copy by Richard Smith · 12 years ago
  50. b4bc99b Add ext_vector type code for builtins, from John Garvin! by Douglas Gregor · 12 years ago
  51. 8552437 Plug a long standing memory leak in TemplateArgument. by Benjamin Kramer · 12 years ago
  52. 581deb3 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 12 years ago
  53. 4dc34eb CUDA: add CodeGen support for global variable address spaces. by Peter Collingbourne · 12 years ago
  54. ad9689f Added two missing const qualifiers. by Abramo Bagnara · 12 years ago
  55. 392da48 Fix handling of wint_t - we can't assume wint_t is purely an integer promotion of wchar_t - they may differ in signedness. by James Molloy · 12 years ago
  56. 262bc18 Remove the ref/value inconsistency in filter_decl_iterator. by David Blaikie · 12 years ago
  57. 58db7a5 When @encode'ing a C++ class that has empty base classes, we can end by Douglas Gregor · 12 years ago
  58. 13bffc5 PR 12586: Fix assert while running libc++ testsuite: deal with exception by Richard Smith · 12 years ago
  59. e6975e9 Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. by Richard Smith · 12 years ago
  60. 93a4994 objective-c modern translator: buildit objc bool by Fariborz Jahanian · 12 years ago
  61. d2008e2 Implement support for null non-type template arguments for non-type by Douglas Gregor · 12 years ago
  62. 0d4cb85 Fix a comment: kPropertyType = 'T' not 't'. <rdar://problem/11095729> by Bob Wilson · 12 years ago
  63. cde7a1d Report the natural alignment of unsigned long long, not the preferred alignment. by Chad Rosier · 12 years ago
  64. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  65. bc5419a [AST] Memoize ASTContext::getTypeInfo(). by Daniel Dunbar · 12 years ago
  66. 9e9c454 Make sure we consistently canonicalize types when canonicalizing TemplateTemplateParmDecls. PR12179. by Eli Friedman · 12 years ago
  67. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 12 years ago
  68. c1b0f7f Use TinyPtrVector instead of UsuallyTinyPtrVector. by Argyrios Kyrtzidis · 12 years ago
  69. 12fc4b0 Properly handle non-canonical underlying types in by Peter Collingbourne · 12 years ago
  70. 16412ef Avoid an unnecessary recursive loop between type canonicalization and NNS canonicalization which would (rarely) lead to memory corruption. While I'm here, simplify. Fixes PR12166. Not committing a testcase because it's impossible to reduce it. by Eli Friedman · 12 years ago
  71. 9e8c92a Basic support for name mangling of C++11 lambda expressions. Because by Douglas Gregor · 12 years ago
  72. f8af982 Within the body of a lambda expression, decltype((x)) for an by Douglas Gregor · 12 years ago
  73. eefb3d5 Track whether a function type has a trailing return type as type sugar. Use this by Richard Smith · 13 years ago
  74. 200fa53 Revise the SplitQualType interface to make it its own thing instead of by John McCall · 13 years ago
  75. d7a3e2c Revert my patches which removed Diagnostic.h includes by moving some operator overloads out of line. by Benjamin Kramer · 13 years ago
  76. b918d6b objc: fixes a problem in block type comparison involving by Fariborz Jahanian · 13 years ago
  77. 55d23c9 Added location for template keyword in TemplateSpecializationTypeLoc. In the process removed some naming ambiguities. by Abramo Bagnara · 13 years ago
  78. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 13 years ago
  79. 6f42b62 Basic: import OwningPtr<> into clang namespace by Dylan Noblesmith · 13 years ago
  80. 00bd44d Move various diagnostic operator<< overloads out of line and remove includes of Diagnostic.h. by Benjamin Kramer · 13 years ago
  81. ef9b60f Move Storage and StorageAllocator out of the PartialDiagnostic class so we can forward declare them. by Benjamin Kramer · 13 years ago
  82. b70126a When a pack expansion occurs in the template argument list of an alias by Douglas Gregor · 13 years ago
  83. 8deabc1 Move isSentinelNullExpr() from Sema to ASTContext to make it more widely by Argyrios Kyrtzidis · 13 years ago
  84. 3a5aca8 r149587 reverted by Anton Yartsev · 13 years ago
  85. 13f9f2f Fix for PR10657 (http://llvm.org/bugs/show_bug.cgi?id=10657) by Anton Yartsev · 13 years ago
  86. 4196363 objc: 'id' and block pointer compare in mergeTypes is by Fariborz Jahanian · 13 years ago
  87. e7cff2c objc: allow block pointer matching 'id' type when by Fariborz Jahanian · 13 years ago
  88. 18932a0 Add ability to specifiy 'restrict' on parameters of builtins, and correct this oversight for scanf functions. by Ted Kremenek · 13 years ago
  89. a6ea10e Delay the creation of the built-in Objective-C class 'Protocol' by by Douglas Gregor · 13 years ago
  90. 7530c03 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 13 years ago
  91. 561d3ab Remove unnecessary default cases in switches over enums. by David Blaikie · 13 years ago
  92. ef96ee0 De-virtualize getPreviousDecl() and getMostRecentDecl() when we know by Douglas Gregor · 13 years ago
  93. 61cc296 Fix canonicalization of protocol-qualified types by Douglas Gregor · 13 years ago
  94. 3fc73ee Use declaresSameEntity() when comparing ObjCProtocolDecls, and by Douglas Gregor · 13 years ago
  95. 8d2dbbf If there is a definition of an ObjCInterfaceDecl, make it the Decl returned from the corresponding ObjCInterfaceType by Douglas Gregor · 13 years ago
  96. 0af5501 Fix chaining of ObjCInterfaceDecl redeclarations by Douglas Gregor · 13 years ago
  97. 60ef308 Replace all comparisons between ObjCInterfaceDecl pointers with calls by Douglas Gregor · 13 years ago
  98. fea966a Added an assertion about overflow in sizeof evaluation. This does not solve the underlying structural issue that is waiting for a proper solution. by Abramo Bagnara · 13 years ago
  99. e664977 Keep track of all of the import declarations that are parsed or by Douglas Gregor · 13 years ago
  100. dc8dab6 Add bigger method type encodings to protocol objects. <rdar://problem/10492418> by Bob Wilson · 13 years ago