- 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
- 0d24eda Make MultiplexASTDeserializationListener part of the API [NFC] by Raphael Isemann · 7 years ago
- 891fc7f Generalize "static data member instantiated" notification to cover variable templates too. by Richard Smith · 8 years ago
- 5b34958 Support for destroying operator delete, per C++2a proposal P0722. by Richard Smith · 8 years ago
- 4b054b2 PR29097: add an update record when we instantiate the default member by Richard Smith · 9 years ago
- d69b505 [OpenMP] Parse+Sema for '#pragma omp declare target' syntax version 4.5 by Dmitry Polukhin · 9 years ago
- 0b0da29 [OPENMP] Parsing and Sema support for 'omp declare target' directive by Dmitry Polukhin · 9 years ago
- 17d7d14 For MS ABI, emit dllexport friend functions defined inline in class by Stephan Bergmann · 9 years ago
- 4084504 Revert "For MS ABI, emit dllexport friend functions defined inline in class" by Reid Kleckner · 10 years ago
- 0f6caf6 For MS ABI, emit dllexport friend functions defined inline in class by Reid Kleckner · 10 years ago
- cbbaeb1 Serialize `#pragma detect_mismatch`. by Nico Weber · 10 years ago
- 6622029 Serialize `#pragma comment`. by Nico Weber · 10 years ago
- 4c3131d [Frontend] Handle ASTConsumer::shouldSkipFunctionBody via the MultiplexConsumer. by Argyrios Kyrtzidis · 10 years ago
- 929025d [MS ABI] Allow a member pointers' converted type to change by David Majnemer · 10 years ago
- dc13453 Introduce -fsanitize-stats flag. by Peter Collingbourne · 10 years ago
- 32791cc Only instantiate a default argument once. by John McCall · 10 years ago
- acf4fd3 Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones. by Douglas Gregor · 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
- fde6495 [ObjC] Add NSValue support for objc_boxed_expressions by Alex Denisov · 10 years ago
- 5578e44 Add missing overrides to MultiplexConsumer. Test coverage will be by Adrian Prantl · 10 years ago
- 4caa449 Refactor: when exposing a definition in some module, provide listeners with the by Richard Smith · 10 years ago
- 66a8186 Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinition -> MacroDefinition. by Richard Smith · 10 years ago
- 65ebb4a [modules] If we reach a definition of a class for which we already have a by Richard Smith · 11 years ago
- f813400 [modules] Don't clobber a destructor's operator delete when adding another one; by Richard Smith · 11 years ago
- cbc368c Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago
- 8bf7af3 Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 11 years ago
- a39924a Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago
- fc360dc Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 11 years ago
- 67fbfa3 Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago
- f2b0cd9 Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 11 years ago
- 690b2f7 Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago
- b59bc1a Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 11 years ago
- a4f522f Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago
- c4091aa Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 11 years ago
- b6a5d05 Remove ASTConsumer::HandleVTable()'s bool parameter. by Nico Weber · 11 years ago
- 9772000 [OPENMP] Codegen for threadprivate variables by Alexey Bataev · 11 years ago
- 6beb6aa Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) by David Blaikie · 11 years ago
- 62a56f3 Revert "unique_ptr-ify ownership of ASTConsumers" by David Blaikie · 11 years ago
- a51666a unique_ptr-ify ownership of ASTConsumers by David Blaikie · 11 years ago
- 1326975 DebugInfo: Forward HandleTagDeclRequiredDefinition through MultiplexConsumer to fix debug info emission in the presence of plugins. by David Blaikie · 11 years ago
- a926d84 Emit used/dllexport inline method definitions in nested classes (PR19743, PR11170) by Hans Wennborg · 11 years ago
- afa7cb3 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
- b898432 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
- a798a9d Switch all uses of LLVM_OVERRIDE to just use 'override' directly. by Craig Topper · 12 years ago
- 276dd18 Note when a decl is used in AST files. by Eli Friedman · 12 years ago
- 39a1e50 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 · 12 years ago
- 1fa5d64 C++1y deduced return types: when we deduce a return type for a function which by Richard Smith · 12 years ago
- 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
- df88f6f Replace MarkVarRequired with a more generic by Rafael Espindola · 14 years ago
- 189fa74 Fix a small difference in sema and codegen views of what needs to be output. by Rafael Espindola · 14 years ago
- e5dc5b3 [libclang] Indexing API: Fully index implict template instantiations. by Argyrios Kyrtzidis · 14 years ago
- 9e0cd46 Add ArrayRef goodness in MultiplexASTMutationListener. by Argyrios Kyrtzidis · 14 years ago
- 9262278 Update MultiplexASTMutationListener with the missing methods from ASTMutationListener. by Argyrios Kyrtzidis · 14 years ago
- 275a671 ArrayRef goodness in MultiplexConsumer, no functionality change. by Argyrios Kyrtzidis · 14 years ago
- b11f5a4 [libclang] Indexing API: If the client requested to get a CXTranslationUnit after by Argyrios Kyrtzidis · 14 years ago
- 841dd88 Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue by Argyrios Kyrtzidis · 14 years ago
- 03c40c5 [PCH] Overhaul how preprocessed entities are [de]serialized. by Argyrios Kyrtzidis · 14 years ago
- 2ac2c72 Add a decl update when a static data member of a class template is instantiated in a different PCH than its containing class. Otherwise we get double definition errors. Fixes a Boost.MPL problem that affects Boost.Accumulators and probably a lot more of Boost. by Sebastian Redl · 14 years ago
- ab238a7 Synthesizing the definition of an implicit member is an AST modification, so notify any mutation listeners of it. This fixes a crasher in chained PCH, where an implicit destructor in a PCH gets a definition in a chained PCH, which is then lost. However, any further use of the destructor would cause its definition to be regenerated in the final file, hiding the bug. by Sebastian Redl · 14 years ago
- 9ab988f Chained PCH: Remember when additional specializations are added to a function template from a previous PCH. Fixes the only crasher when using massive chains on Clang's Sema component. We still have some incomplete codegen there. by Sebastian Redl · 14 years ago
- 2992efa Add -add-plugin flag, which runs plugins in addition to codegen. by Nico Weber · 15 years ago