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