1. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  2. b2969b1 Adds Microsoft compatiable C++ record layout code to clang. by Warren Hunt · 11 years ago
  3. 4ed0122 When merging class definitions across modules in C++, merge together fields. by Richard Smith · 11 years ago
  4. fad9e13 Implement a rudimentary form of generic lambdas. by Faisal Vali · 11 years ago
  5. 1eef852 Certain multi-platform languages, such as OpenCL, have the concept of by David Tweed · 11 years ago
  6. 942f9fe [ms-cxxabi] Implement guard variables for static initialization by Reid Kleckner · 11 years ago
  7. 7b7bef1 Add new methods for TargetInfo: by Stepan Dyatkovskiy · 11 years ago
  8. cd03f86 Be lazier when loading KeyFunctions from PCH/modules. We don't need to load by Richard Smith · 11 years ago
  9. ef07203 Delete CC_Default and use the target default CC everywhere by Reid Kleckner · 11 years ago
  10. 152b4e4 Revert "Implement a rudimentary form of generic lambdas." by Manuel Klimek · 11 years ago
  11. ecb5819 Implement a rudimentary form of generic lambdas. by Faisal Vali · 11 years ago
  12. 1c56c9d Fix alignof computation of large arrays on x86_64. by Rafael Espindola · 11 years ago
  13. ef4579c Started implementing variable templates. Top level declarations should be fully supported, up to some limitations documented as FIXMEs or TODO. Static data member templates work very partially. Static data member templates of class templates need particular attention... by Larisse Voufo · 11 years ago
  14. ad4aaf1 ObjC migrator: finding conforming protocol candidates for each class. wip. by Fariborz Jahanian · 11 years ago
  15. 5e867c8 More local mangling fixes. by Eli Friedman · 11 years ago
  16. 07369dd Fix mangling for block literals. by Eli Friedman · 11 years ago
  17. 0a598fd Delete dead code. by Eli Friedman · 11 years ago
  18. cd06f26 Rewrite record layout for ms_struct structs. by Eli Friedman · 11 years ago
  19. 12df246 [AST] Introduce a new DecayedType sugar node by Reid Kleckner · 11 years ago
  20. cac18ad Lazily provide a __float128 dummy type in -std=gnu++11 mode. by Nico Weber · 11 years ago
  21. 6b96742 Try to fix the bots with a forward decl. by Reid Kleckner · 11 years ago
  22. cff1512 [AST] Don't include RecursiveASTVisitor.h in ASTContext.h by Reid Kleckner · 11 years ago
  23. 605c59a Make ASTContext::Allocate use size_t for the size argument. by Eli Friedman · 11 years ago
  24. c910d4c Revert "[Sema] Make FunctionType's TSI use unadjusted argument types" by Reid Kleckner · 11 years ago
  25. 63c9a92 [Sema] Make FunctionType's TSI use unadjusted argument types by Reid Kleckner · 11 years ago
  26. 211c8dd Model temporary lifetime-extension explicitly in the AST. Use this model to by Richard Smith · 11 years ago
  27. f0f353b Fix memory leak for APValues that do memory allocation. by Manuel Klimek · 11 years ago
  28. 42b7861 Remove unused field. by Rafael Espindola · 11 years ago
  29. 538bbe5 Patch to issue error when target of MacOS and iOS by Fariborz Jahanian · 11 years ago
  30. 0a74a4c In -ast-dump, only dump comments when dumping the actual Decl to which they by Richard Smith · 11 years ago
  31. 15f92ba Add support for __wchar_t in -fms-extensions mode. by Hans Wennborg · 11 years ago
  32. 6b20351 by Ulrich Weigand · 11 years ago
  33. 60e141e Implement most of N3638 (return type deduction for normal functions). by Richard Smith · 11 years ago
  34. a3ae52b [documenting declaration]: Remove arc liftime qualifiers by Fariborz Jahanian · 11 years ago
  35. dc7a4f5 Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there by Richard Smith · 11 years ago
  36. a2c3646 Implement C++1y decltype(auto). by Richard Smith · 11 years ago
  37. 77670f1 Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()." by Argyrios Kyrtzidis · 11 years ago
  38. 175c8e2 Speed-up ObjCMethodDecl::getOverriddenMethods(). by Argyrios Kyrtzidis · 11 years ago
  39. bea522f ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. by Jordan Rose · 11 years ago
  40. ff9a010 First step towards adding a parent map to the ASTContext. by Manuel Klimek · 11 years ago
  41. f512ace Replace some typically large vectors with SmallVector. by Benjamin Kramer · 11 years ago
  42. dc84cd5 Include llvm::Optional in clang/Basic/LLVM.h by David Blaikie · 11 years ago
  43. 0076ea6 Remove unused forward declarations by Dmitri Gribenko · 11 years ago
  44. 17c1a2e objective-C: Fixes a compiler crash when encoding by Fariborz Jahanian · 11 years ago
  45. 21f18c4 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 11 years ago
  46. b35cc2d Constify ASTContext::getObjContainingInterface by Dmitri Gribenko · 11 years ago
  47. 9677eb8 Added ASTContext methods getIntPtrType and getUIntPtrType. by Enea Zaffanella · 11 years ago
  48. d5617ee The standard ARM C++ ABI dictates that inline functions are by John McCall · 11 years ago
  49. e6b9d80 Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 11 years ago
  50. f799213 Fix up various builtin declaration of objc_msgSend families by Fariborz Jahanian · 11 years ago
  51. b13621d Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 11 years ago
  52. 7f92f2d Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 11 years ago
  53. 736104a Add OpenCL images as clang builtin types. by Guy Benyei · 11 years ago
  54. 30a2e16 Sort #include lines for all files under include/... by Chandler Carruth · 12 years ago
  55. 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
  56. b15c898 objective-C blocks: Make sure that identical logic is used by Fariborz Jahanian · 12 years ago
  57. 6902e41 Fix the definition of the vfork() builtin on Haiku. PR14378. by Eli Friedman · 12 years ago
  58. 3ca23d7 objective-C blocks: Provide layout map for byref by Fariborz Jahanian · 12 years ago
  59. 66cff72 Provide the correct mangling and linkage for certain unnamed nested classes. by David Blaikie · 12 years ago
  60. 1e905da Remove a const_cast by propagating constness to the member function. by Dmitri Gribenko · 12 years ago
  61. 749ace6 search for overridden methods with comment when overriding method by Fariborz Jahanian · 12 years ago
  62. 21c3607 Move the logic that searches for overridden methods from libclang to by Argyrios Kyrtzidis · 12 years ago
  63. 1952354 Move the 'find macro by spelling' infrastructure to the Preprocessor class and by Dmitri Gribenko · 12 years ago
  64. 023bd7d Pass PrintingPolicy by reference, copying it isn't cheap. by Benjamin Kramer · 12 years ago
  65. f3477c1 Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164766 by Sylvestre Ledru · 12 years ago
  66. 94ff8e1 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 12 years ago
  67. f56faa0 Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. by Dmitri Gribenko · 12 years ago
  68. 1824d54 Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is by Dmitri Gribenko · 12 years ago
  69. 127ff2e Conditionally parse documentation comments in system headers by by Ted Kremenek · 12 years ago
  70. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  71. 762f159 Added missing const. by Abramo Bagnara · 12 years ago
  72. ca0d10e Documentation cleanup: Add \file comment for ASTContest.h, add \brief to many by James Dennett · 12 years ago
  73. a6c66ce Change the representation of builtin functions in the AST by Eli Friedman · 12 years ago
  74. 9617130 objective-C: clang must implicitly convert by Fariborz Jahanian · 12 years ago
  75. 70517ca Fix a bunch of -Wdocumentation warnings. by Dmitri Gribenko · 12 years ago
  76. 929bbfb When performing a trivial copy of a C++ type, we must be careful not by John McCall · 12 years ago
  77. 1599eac Attaching comments to declarations: parse the comment in context of the by Dmitri Gribenko · 12 years ago
  78. c41ace9 Attaching comments to redeclarations: fix wrong assumptions by Dmitri Gribenko · 12 years ago
  79. f50555e Attaching comments to declarations: find comment attached to any redeclaration by Dmitri Gribenko · 12 years ago
  80. 1abee64 ASTContext.h: replace include by a forward declaration. by Dmitri Gribenko · 12 years ago
  81. 8f88a1d [Windows] Use thiscall as the default calling convention for class methods. PR12785 by Timur Iskhodzhanov · 12 years ago
  82. a5ef44f Enable comment parsing and semantic analysis to emit diagnostics. A few by Dmitri Gribenko · 12 years ago
  83. 811c820 Don't store pointers into a std::vector (RawCommentList::Comments). Although by Dmitri Gribenko · 12 years ago
  84. 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
  85. fb40e3f PR13189: va_list broken with precompiled headers by Meador Inge · 12 years ago
  86. 7e0f1ee Fix comment: refer to documentation comments in general, not just Doxygen comments. by Dmitri Gribenko · 12 years ago
  87. 59c30cd Remove unused ASTContext& arg in RawCommentList::addComment, as pointed out by Chandler in commit message for r158807. by Dmitri Gribenko · 12 years ago
  88. f95d412 Fix a big layering violation introduced by r158771. by Chandler Carruth · 12 years ago
  89. aa0cd85 Structured comment parsing, first step. by Dmitri Gribenko · 12 years ago
  90. 75996d2 Documentation cleanup: escape "::" to eliminate a Doxygen warning by James Dennett · 12 years ago
  91. c5613b2 Explicitly build __builtin_va_list. by Meador Inge · 12 years ago
  92. 0982205 Ongoing documentation cleanup: fixed Doxygen markup errors, added \brief by James Dennett · 12 years ago
  93. 809d1be More doxygen/documentation cleanups. by James Dennett · 12 years ago
  94. 49fdccb Convert comments to proper Doxygen comments. by Dmitri Gribenko · 12 years ago
  95. 93a8534 Simplify code, add an assertion. by Benjamin Kramer · 12 years ago
  96. ad9689f Added two missing const qualifiers. by Abramo Bagnara · 12 years ago
  97. 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
  98. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  99. 8788b22 Revert r152430 "[AST] Mark ASTContext::getTypeInfo and some friends as by Daniel Dunbar · 12 years ago
  100. 29c6c6e [AST] Mark ASTContext::getTypeInfo and some friends as LLVM_READONLY. by Daniel Dunbar · 12 years ago