1. c264e16 Add support for AArch64 target. by Tim Northover · 12 years ago
  2. d1e5c0d Comment parsing: attach any tag type's documentation to its typedef if latter by Dmitri Gribenko · 12 years ago
  3. 06b5ea6 Revert r173586 (and r173587) , "Attach any tag type's documentation to its typedef if" by NAKAMURA Takumi · 12 years ago
  4. e3fac33 Fix comment. by Fariborz Jahanian · 12 years ago
  5. 87611cd Attach any tag type's documentation to its typedef if by Fariborz Jahanian · 12 years ago
  6. 9677eb8 Added ASTContext methods getIntPtrType and getUIntPtrType. by Enea Zaffanella · 12 years ago
  7. 23799e3 simplify code by removing excessive bracing. by Fariborz Jahanian · 12 years ago
  8. 41170b5 Attach enum's documentation to its typedef if by Fariborz Jahanian · 12 years ago
  9. d5617ee The standard ARM C++ ABI dictates that inline functions are by John McCall · 12 years ago
  10. b8b2c9d First pass at abstracting out a class for the target C++ ABI. by John McCall · 12 years ago
  11. 19dbb20 Add a new LangOpt NativeHalfType. This option allows for native half/fp16 by Joey Gouly · 12 years ago
  12. e6b9d80 Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 12 years ago
  13. 02dd798 In Objective-C ARC, completely ignore ownership qualifiers on the by Douglas Gregor · 12 years ago
  14. d329724 Rework the traversal of Objective-C categories and extensions to by Douglas Gregor · 12 years ago
  15. 838dc59 Disable caching of visibility. by Rafael Espindola · 12 years ago
  16. c328d9c comment parsing: when property accessors don't have comment by Fariborz Jahanian · 12 years ago
  17. 719e53f Suppress GCC -Wreturn warning. by David Blaikie · 12 years ago
  18. ef3c694 Clear the LV cache when setting the instantiated from link. Fixes pr14835. by Rafael Espindola · 12 years ago
  19. f799213 Fix up various builtin declaration of objc_msgSend families by Fariborz Jahanian · 12 years ago
  20. 62a833e Convert an if that never happens to an assert. by Rafael Espindola · 12 years ago
  21. 3624e9e Robustify the @encode code and add support for _Atomic. by John McCall · 12 years ago
  22. b13621d Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 12 years ago
  23. 7f92f2d Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 12 years ago
  24. 736104a Add OpenCL images as clang builtin types. by Guy Benyei · 12 years ago
  25. 34db84f objective-C blocks: Check for record type when deciding if by Fariborz Jahanian · 12 years ago
  26. d5e8394 Don't use dyn_cast on a Type* which might not be canonical. Fixes an extremely obscure record layout bug. by Richard Smith · 12 years ago
  27. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  28. 2fa67ef Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code. by Benjamin Kramer · 12 years ago
  29. 8b8a09e Merge function types in C. by Rafael Espindola · 12 years ago
  30. b15c898 objective-C blocks: Make sure that identical logic is used by Fariborz Jahanian · 12 years ago
  31. 6902e41 Fix the definition of the vfork() builtin on Haiku. PR14378. by Eli Friedman · 12 years ago
  32. 3d145f6 block extended signatur option. Change previous option by Fariborz Jahanian · 12 years ago
  33. 5b64e77 Fix a trivial bool-related bug I spotted while skimming David Fang's by Eli Friedman · 12 years ago
  34. 06cffc0 objective-C blocks: under cc1 flag -encode-extended-block-signature, by Fariborz Jahanian · 12 years ago
  35. 3ca23d7 objective-C blocks: Provide layout map for byref by Fariborz Jahanian · 12 years ago
  36. 66cff72 Provide the correct mangling and linkage for certain unnamed nested classes. by David Blaikie · 12 years ago
  37. 5f9a7e3 Remove abuse of hasTrivial*, and fix miscompile wherein global arrays with by Richard Smith · 12 years ago
  38. 1e905da Remove a const_cast by propagating constness to the member function. by Dmitri Gribenko · 12 years ago
  39. 749ace6 search for overridden methods with comment when overriding method by Fariborz Jahanian · 12 years ago
  40. bf967be [Doc parsing] This patch searches overridden objc/c++ by Fariborz Jahanian · 12 years ago
  41. eae5a820 Fix PR 11709: Change the definition of va_list to meet AAPCS requirement by Logan Chien · 12 years ago
  42. bc0a2bb Simplify the code using SmallVector::append(), as suggested by Benjamin Kramer. by Argyrios Kyrtzidis · 12 years ago
  43. 740ae67 Move the functionality that looks for ObjC overridden methods from by Argyrios Kyrtzidis · 12 years ago
  44. 21c3607 Move the logic that searches for overridden methods from libclang to by Argyrios Kyrtzidis · 12 years ago
  45. 38eb1e1 When storing the C++ overridden methods, store them once for the by Argyrios Kyrtzidis · 12 years ago
  46. 1952354 Move the 'find macro by spelling' infrastructure to the Preprocessor class and by Dmitri Gribenko · 12 years ago
  47. d7a6b16 Fix the AST representation for non-type template arguments to encode by Eli Friedman · 12 years ago
  48. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  49. 762f159 Added missing const. by Abramo Bagnara · 12 years ago
  50. e75bb61 Fixed support for disabled wchar_t and added an appropriate test. by Abramo Bagnara · 12 years ago
  51. a6c66ce Change the representation of builtin functions in the AST by Eli Friedman · 12 years ago
  52. 9617130 objective-C: clang must implicitly convert by Fariborz Jahanian · 12 years ago
  53. c586d5d Fix a crash in type merging with enum types. by Eli Friedman · 12 years ago
  54. 4c3b8a3 Fix a -Wdocumentation warning. by Dmitri Gribenko · 12 years ago
  55. 7dd8860 Attaching comments to decls: since it was decided that Decl::isImplicit should by Dmitri Gribenko · 12 years ago
  56. 4b41c65 ASTContext::getCommentForDecl: add comment. by Dmitri Gribenko · 12 years ago
  57. 2125c90 Attaching comments to declarations: when documentation is requested for an by Dmitri Gribenko · 12 years ago
  58. 929bbfb When performing a trivial copy of a C++ type, we must be careful not by John McCall · 12 years ago
  59. dce750b Attaching comments to declarations: ignore implicit decls. Decl::isImplicit() by Dmitri Gribenko · 12 years ago
  60. 1599eac Attaching comments to declarations: parse the comment in context of the by Dmitri Gribenko · 12 years ago
  61. 2f47cab Fix misaligned allocation of QualifiedTempateName and DependentTemplateName. by Richard Smith · 12 years ago
  62. c41ace9 Attaching comments to redeclarations: fix wrong assumptions by Dmitri Gribenko · 12 years ago
  63. 0d72910 Factor out computation of whether a typeid's expression is potentially by Richard Smith · 12 years ago
  64. cd81df2 When looking for the comment associated with a declaration, adjust the by Douglas Gregor · 12 years ago
  65. f50555e Attaching comments to declarations: find comment attached to any redeclaration by Dmitri Gribenko · 12 years ago
  66. aa58081 Comment parsing: extract TableGen'able pieces into new CommandTraits class. by Dmitri Gribenko · 12 years ago
  67. c27bc80 Attaching comments to declarations: handle using-declaration. by Dmitri Gribenko · 12 years ago
  68. 1abee64 ASTContext.h: replace include by a forward declaration. by Dmitri Gribenko · 12 years ago
  69. 96b0986 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 12 years ago
  70. 477a9f5 Implement resolving of HTML character references (named: &, decimal: *, by Dmitri Gribenko · 12 years ago
  71. b9d0b76 Final piece of core issue 1330: delay computing the exception specification of by Richard Smith · 12 years ago
  72. a444f18 Implement an optimization for finding the comment that occurs just after a by Dmitri Gribenko · 12 years ago
  73. d8672ef Related to PR11848 and core-21989: switch ContainsUnexpandedParameterPack from by Richard Smith · 12 years ago
  74. f9e9af7 Add a per target max vector alignment field (e.g., 32-byte alignment for x86 due to by Chad Rosier · 12 years ago
  75. abd56c8 Attaching comments to declarations during parsing: handle more Objective-C declarations. by Dmitri Gribenko · 12 years ago
  76. 8f88a1d [Windows] Use thiscall as the default calling convention for class methods. PR12785 by Timur Iskhodzhanov · 12 years ago
  77. a5ef44f Enable comment parsing and semantic analysis to emit diagnostics. A few by Dmitri Gribenko · 12 years ago
  78. 9c00676 Restrict the set of declaration kinds for which we allow trailing comments. by Dmitri Gribenko · 12 years ago
  79. 811c820 Don't store pointers into a std::vector (RawCommentList::Comments). Although by Dmitri Gribenko · 12 years ago
  80. 9bf997e Use C++ cast. by Dmitri Gribenko · 12 years ago
  81. bfdb506 ASTContext.cpp: Appease msvc to cast NULL to typed pointer, or msvc mistakes NULL as int. by NAKAMURA Takumi · 12 years ago
  82. 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
  83. d4f5198 Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used instead. by Benjamin Kramer · 12 years ago
  84. fb40e3f PR13189: va_list broken with precompiled headers by Meador Inge · 12 years ago
  85. 075a543 blocks: fixes a crash when encoding block type by Fariborz Jahanian · 12 years ago
  86. 7e68ba5 objective-c IRGen: fixes a crash when method type is being mangled by Fariborz Jahanian · 12 years ago
  87. 8376f59 Remove redundant check. by Dmitri Gribenko · 12 years ago
  88. c3fee35 Attaching comments to declarations: don't attach comments to implicit declarations. by Dmitri Gribenko · 12 years ago
  89. 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
  90. 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 12 years ago
  91. 9530a8b VC9 does not like heterogenous compare function objects. by Dmitri Gribenko · 12 years ago
  92. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  93. aa0cd85 Structured comment parsing, first step. by Dmitri Gribenko · 12 years ago
  94. c5613b2 Explicitly build __builtin_va_list. by Meador Inge · 12 years ago
  95. 0ef03ff Documentation cleanup: eliminated Doxygen warnings by deleting a doc comment by James Dennett · 12 years ago
  96. ca52330 PR13064: Store whether an in-class initializer uses direct or copy by Richard Smith · 12 years ago
  97. b4bc99b Add ext_vector type code for builtins, from John Garvin! by Douglas Gregor · 12 years ago
  98. 8552437 Plug a long standing memory leak in TemplateArgument. by Benjamin Kramer · 12 years ago
  99. 581deb3 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 12 years ago
  100. 4dc34eb CUDA: add CodeGen support for global variable address spaces. by Peter Collingbourne · 12 years ago