1. 4c99f5f Add inherited attributes before parsed attributes. by Michael Kruse · 7 years ago
  2. e3c9942 Generate unique identifiers for Decl objects by George Karpenkov · 7 years ago
  3. cfd2258 Test commit by Bruno Ricci · 7 years ago
  4. ce3efe5 Fix -Wcovered-switch-default uncovered after r338630 by Reid Kleckner · 7 years ago
  5. f92f31c [AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into DeclContext by Erich Keane · 7 years ago
  6. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  7. 5254e64 Re-apply: [ASTImporter] Import the whole redecl chain of functions by Gabor Marton · 7 years ago
  8. e478817 Revert "[ASTImporter] Import the whole redecl chain of functions" by Gabor Marton · 7 years ago
  9. d0ec7bd [ASTImporter] Import the whole redecl chain of functions by Gabor Marton · 7 years ago
  10. d8c6290 Move VersionTuple from clang/Basic to llvm/Support by Pavel Labath · 7 years ago
  11. 61d862a Do not try to remove invisible Decls from DeclContext by Gabor Marton · 8 years ago
  12. 2325569 Use dotted format of version tuple for availability diagnostics by Jan Korous · 8 years ago
  13. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 8 years ago
  14. f4d4cfb [ObjC] Supress the 'implementing unavailable method' warning when by Alex Lorenz · 8 years ago
  15. a534f07 Revert rC330794 and some dependent tiny bug fixes by Faisal Vali · 8 years ago
  16. 936de9d [c++2a] [concepts] Add rudimentary parsing support for template concept declarations by Faisal Vali · 8 years ago
  17. 2a1ba94 [AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  18. 32b615c PR36181: Teach CodeGen to properly ignore requests to emit dependent entities. by Richard Smith · 8 years ago
  19. 758d7a5 Allow BlockDecl in CXXRecord scope to have no access specifier. by Richard Trieu · 8 years ago
  20. 091b1ef Ensure code complete with !LoadExternal sees all local decls. by Sam McCall · 8 years ago
  21. 0d00c89 [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  22. becb92d [Modules TS] Module ownership semantics for redeclarations. by Richard Smith · 8 years ago
  23. f01516d Revert "[Modules TS] Module ownership semantics for redeclarations." by Eric Liu · 8 years ago
  24. b87720b [Modules TS] Module ownership semantics for redeclarations. by Richard Smith · 8 years ago
  25. b8c4190 Add IDNS_Tag to C++ declarations that conflict with tag declarations. by Richard Smith · 8 years ago
  26. debbaef Always allocate room for a ModuleDecl on the TranslationUnitDecl. by Richard Smith · 8 years ago
  27. d19389a [modules ts] Improve merging of module-private declarations. by Richard Smith · 8 years ago
  28. e03a654 [modules ts] Declarations from a module interface unit are only visible outside by Richard Smith · 8 years ago
  29. 90dc525 PR33552: Distinguish between declarations that are owned by no module and by Richard Smith · 8 years ago
  30. 2e41598 D31187: Fix removal of out-of-line definitions. by Vassil Vassilev · 8 years ago
  31. 674d579 Make helper functions static. NFC. by Benjamin Kramer · 9 years ago
  32. ae50c56 [modules] When reparenting a local declaration, don't mark the declaration as by Richard Smith · 9 years ago
  33. 11d7048 [index] Fix forward declarations interfering with USR generation of external source symbols by Argyrios Kyrtzidis · 9 years ago
  34. 26342f9 [modules] When creating a declaration, cache its owning module immediately by Richard Smith · 9 years ago
  35. 89f9ad8 Revert r302965 - [modules] When creating a declaration, cache its owning by Daniel Jasper · 9 years ago
  36. 3533397 Add LangOptions method to query whether we are tracking the owning module for a local declaration. by Richard Smith · 9 years ago
  37. fc8c57c [modules] When creating a declaration, cache its owning module immediately by Richard Smith · 9 years ago
  38. a8a372d [ObjC] Disallow vector parameters and return values in Objective-C methods by Alex Lorenz · 9 years ago
  39. dcb52b1 Revert "Address http://bugs.llvm.org/pr30994 so that a non-friend can properly replace a friend, and a visible friend can properly replace an invisible friend but not vice verse, and definitions are not replaced. This fixes the two FIXME in SemaTemplate/friend-template.cpp." by Benjamin Kramer · 9 years ago
  40. 27e2ff9 Address http://bugs.llvm.org/pr30994 so that a non-friend can properly replace a friend, and a visible friend can properly replace an invisible friend but not vice verse, and definitions are not replaced. This fixes the two FIXME in SemaTemplate/friend-template.cpp. by Yaron Keren · 9 years ago
  41. bc49120 Add an explicit derived class of FunctionDecl to model deduction guides rather by Richard Smith · 9 years ago
  42. 151c456 [c++1z] P0195R2: Support pack-expansion of using-declarations. by Richard Smith · 9 years ago
  43. 9949ead Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations." by Daniel Jasper · 9 years ago
  44. 22a250c [c++1z] P0195R2: Support pack-expansion of using-declarations. by Richard Smith · 9 years ago
  45. cbd5430 When a DecompositionDecl is marked invalid, also set the child BindingDecl's to by Richard Trieu · 9 years ago
  46. 560ae56 Add a note that points to the linkage specifier for the C++ linkage errors by Alex Lorenz · 9 years ago
  47. c3f8925 Retire llvm::alignOf in favor of C++11 alignof. by Benjamin Kramer · 9 years ago
  48. 3b66056 [Modules TS] Diagnose 'export' declaration within 'export' declaration. by Richard Smith · 9 years ago
  49. 7d2f5c4 Modules: revert r280728. by Manman Ren · 9 years ago
  50. 8df390f C++ Modules TS: Add parsing and some semantic analysis support for by Richard Smith · 9 years ago
  51. c748359 Modules: Fix an assertion in DeclContext::buildLookup. by Manman Ren · 9 years ago
  52. 48c7cc9 Reapply r277058: "[ObjC] Consider availability of context when emitting availability warnings" by Erik Pilkington · 9 years ago
  53. 376789f Revert "[ObjC] Consider availability of context when emitting availability warnings" by Erik Pilkington · 9 years ago
  54. 4f2dd2d [ObjC] Consider availability of context when emitting availability warnings by Erik Pilkington · 9 years ago
  55. bdb84f3 P0217R3: Parsing support and framework for AST representation of C++1z by Richard Smith · 9 years ago
  56. 9670f84 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  57. 5179eb7 P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: by Richard Smith · 9 years ago
  58. 771721c Don't use static variables in LambdaCapture by John Brawn · 9 years ago
  59. 928c825 Reland r267691 fixing PR27535. by Vassil Vassilev · 10 years ago
  60. 3a94763 Revert r267691, it caused PR27535. by Nico Weber · 10 years ago
  61. a4d7d78 [modules] Fix Decl's Used invariant. by Vassil Vassilev · 10 years ago
  62. 7dcc97e Warn if function or variable cannot be implicitly instantiated by Serge Pavlov · 10 years ago
  63. 85eda12 [GCC] Attribute ifunc support in clang by Dmitry Polukhin · 10 years ago
  64. 71eafde [modules] Don't try to add lookup results to non-lookup contexts. by Vassil Vassilev · 10 years ago
  65. 5d6790c Sema: Treat 'strict' availability flag like unavailable by Duncan P. N. Exon Smith · 10 years ago
  66. 94a4f0c [OPENMP 4.0] Initial support for 'omp declare reduction' construct. by Alexey Bataev · 10 years ago
  67. cbbaeb1 Serialize `#pragma detect_mismatch`. by Nico Weber · 10 years ago
  68. 6622029 Serialize `#pragma comment`. by Nico Weber · 10 years ago
  69. ec599a9 SemaCXX: Support templates in availability attributes by Duncan P. N. Exon Smith · 10 years ago
  70. 4244be2 [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC. by Alexey Bataev · 10 years ago
  71. 90c228f [OPENMP 4.5] Ccapture/codegen of private non-static data members. by Alexey Bataev · 10 years ago
  72. 9f95182 PR26048, PR26050: put non-type template parameters and indirect field decls by Richard Smith · 10 years ago
  73. 26210db [modules] Follow the C++ standard's rule for linkage of enumerators: they have by Richard Smith · 10 years ago
  74. d9b1a4f [Sema] Implement __make_integer_seq by David Majnemer · 10 years ago
  75. 637d1e6 Roll-back r250822. by Angel Garcia Gomez · 10 years ago
  76. b5250d3 Apply modernize-use-default to clang. by Angel Garcia Gomez · 10 years ago
  77. 4b81fc87 No functionality change, just fix whitespace, a typo and remove an unnecessary by Nick Lewycky · 10 years ago
  78. b24a711 Changes missed from r245810 by Serge Pavlov · 10 years ago
  79. 73c6a24 Instantiate function declarations in instantiated functions. by Serge Pavlov · 10 years ago
  80. 3cb1572 function_ref-ize ExternalASTSource::FindExternalLexicalDecl and remove its by Richard Smith · 10 years ago
  81. 53c7616 Fix alignment issues in Clang. by James Y Knight · 10 years ago
  82. 85f3f95 Parsing, semantic analysis, and AST for Objective-C type parameters. by Douglas Gregor · 10 years ago
  83. 5327b89 [modules] Don't make out-of-line member specializations of an instantiated by Richard Smith · 10 years ago
  84. 87bb569 [modules] Fix some visibility issues with default template arguments. by Richard Smith · 10 years ago
  85. 4241314 [modules] Add local submodule visibility support for declarations. by Richard Smith · 11 years ago
  86. d2f887d [modules] More removal of unnecessary deserialization of lexical decls. by Richard Smith · 11 years ago
  87. 18b380b When looking for lexical decls from an external source, check all contexts by Richard Smith · 11 years ago
  88. 9e2341d [modules] Remove redundant import of lexical decls when building a lookup table by Richard Smith · 11 years ago
  89. a3ea9a4 Reverting r232793 until some new LLDB failures are discussed by Vince Harron · 11 years ago
  90. 625ccb3 [modules] Remove some redundant work when building a lookup table for a DeclContext. by Richard Smith · 11 years ago
  91. f19e127 Replace Sema's map of locally-scoped extern "C" declarations with a DeclContext by Richard Smith · 11 years ago
  92. b111ec9 Add clang support for Objective-C application extensions. by Bob Wilson · 11 years ago
  93. 8cebe37 [modules] Even if we already have a definition of a class, loading in another by Richard Smith · 11 years ago
  94. cf4bdde Cleanup: remove artificial division between lookup results and const lookup by Richard Smith · 11 years ago
  95. 40c7806 Revert r167816 and replace it with a proper fix for the issue: do not by Richard Smith · 11 years ago
  96. e8292b1 [modules] When determining whether a name from a module replaces a name we by Richard Smith · 11 years ago
  97. 2b56057 [modules] Treat friend declarations that are lexically within a dependent by Richard Smith · 11 years ago
  98. a3271c1 [modules] Don't accidentally trigger deserialization from DeclContext::noload_lookup. by Richard Smith · 11 years ago
  99. d60b82f Handle use of default member initializers before end of outermost class by Reid Kleckner · 11 years ago
  100. 2618dba Patch to wrap up '_' as separator in version numbers by Fariborz Jahanian · 11 years ago