1. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  2. 0d24eda Make MultiplexASTDeserializationListener part of the API [NFC] by Raphael Isemann · 7 years ago
  3. 891fc7f Generalize "static data member instantiated" notification to cover variable templates too. by Richard Smith · 8 years ago
  4. 5b34958 Support for destroying operator delete, per C++2a proposal P0722. by Richard Smith · 8 years ago
  5. 4b054b2 PR29097: add an update record when we instantiate the default member by Richard Smith · 9 years ago
  6. d69b505 [OpenMP] Parse+Sema for '#pragma omp declare target' syntax version 4.5 by Dmitry Polukhin · 9 years ago
  7. 0b0da29 [OPENMP] Parsing and Sema support for 'omp declare target' directive by Dmitry Polukhin · 9 years ago
  8. 17d7d14 For MS ABI, emit dllexport friend functions defined inline in class by Stephan Bergmann · 9 years ago
  9. 4084504 Revert "For MS ABI, emit dllexport friend functions defined inline in class" by Reid Kleckner · 10 years ago
  10. 0f6caf6 For MS ABI, emit dllexport friend functions defined inline in class by Reid Kleckner · 10 years ago
  11. cbbaeb1 Serialize `#pragma detect_mismatch`. by Nico Weber · 10 years ago
  12. 6622029 Serialize `#pragma comment`. by Nico Weber · 10 years ago
  13. 4c3131d [Frontend] Handle ASTConsumer::shouldSkipFunctionBody via the MultiplexConsumer. by Argyrios Kyrtzidis · 10 years ago
  14. 929025d [MS ABI] Allow a member pointers' converted type to change by David Majnemer · 10 years ago
  15. dc13453 Introduce -fsanitize-stats flag. by Peter Collingbourne · 10 years ago
  16. 32791cc Only instantiate a default argument once. by John McCall · 10 years ago
  17. acf4fd3 Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones. by Douglas Gregor · 10 years ago
  18. 637d1e6 Roll-back r250822. by Angel Garcia Gomez · 10 years ago
  19. b5250d3 Apply modernize-use-default to clang. by Angel Garcia Gomez · 10 years ago
  20. fde6495 [ObjC] Add NSValue support for objc_boxed_expressions by Alex Denisov · 10 years ago
  21. 5578e44 Add missing overrides to MultiplexConsumer. Test coverage will be by Adrian Prantl · 10 years ago
  22. 4caa449 Refactor: when exposing a definition in some module, provide listeners with the by Richard Smith · 10 years ago
  23. 66a8186 Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinition -> MacroDefinition. by Richard Smith · 10 years ago
  24. 65ebb4a [modules] If we reach a definition of a class for which we already have a by Richard Smith · 11 years ago
  25. f813400 [modules] Don't clobber a destructor's operator delete when adding another one; by Richard Smith · 11 years ago
  26. cbc368c Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago
  27. 8bf7af3 Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 11 years ago
  28. a39924a Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago
  29. fc360dc Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 11 years ago
  30. 67fbfa3 Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago
  31. f2b0cd9 Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 11 years ago
  32. 690b2f7 Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago
  33. b59bc1a Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 11 years ago
  34. a4f522f Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago
  35. c4091aa Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 11 years ago
  36. b6a5d05 Remove ASTConsumer::HandleVTable()'s bool parameter. by Nico Weber · 11 years ago
  37. 9772000 [OPENMP] Codegen for threadprivate variables by Alexey Bataev · 11 years ago
  38. 6beb6aa Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) by David Blaikie · 11 years ago
  39. 62a56f3 Revert "unique_ptr-ify ownership of ASTConsumers" by David Blaikie · 11 years ago
  40. a51666a unique_ptr-ify ownership of ASTConsumers by David Blaikie · 11 years ago
  41. 1326975 DebugInfo: Forward HandleTagDeclRequiredDefinition through MultiplexConsumer to fix debug info emission in the presence of plugins. by David Blaikie · 11 years ago
  42. a926d84 Emit used/dllexport inline method definitions in nested classes (PR19743, PR11170) by Hans Wennborg · 11 years ago
  43. afa7cb3 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  44. b898432 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
  45. a798a9d Switch all uses of LLVM_OVERRIDE to just use 'override' directly. by Craig Topper · 12 years ago
  46. 276dd18 Note when a decl is used in AST files. by Eli Friedman · 12 years ago
  47. 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
  48. 1fa5d64 C++1y deduced return types: when we deduce a return type for a function which by Richard Smith · 12 years ago
  49. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  50. df88f6f Replace MarkVarRequired with a more generic by Rafael Espindola · 14 years ago
  51. 189fa74 Fix a small difference in sema and codegen views of what needs to be output. by Rafael Espindola · 14 years ago
  52. e5dc5b3 [libclang] Indexing API: Fully index implict template instantiations. by Argyrios Kyrtzidis · 14 years ago
  53. 9e0cd46 Add ArrayRef goodness in MultiplexASTMutationListener. by Argyrios Kyrtzidis · 14 years ago
  54. 9262278 Update MultiplexASTMutationListener with the missing methods from ASTMutationListener. by Argyrios Kyrtzidis · 14 years ago
  55. 275a671 ArrayRef goodness in MultiplexConsumer, no functionality change. by Argyrios Kyrtzidis · 14 years ago
  56. b11f5a4 [libclang] Indexing API: If the client requested to get a CXTranslationUnit after by Argyrios Kyrtzidis · 14 years ago
  57. 841dd88 Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue by Argyrios Kyrtzidis · 14 years ago
  58. 03c40c5 [PCH] Overhaul how preprocessed entities are [de]serialized. by Argyrios Kyrtzidis · 14 years ago
  59. 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
  60. 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
  61. 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
  62. 2992efa Add -add-plugin flag, which runs plugins in addition to codegen. by Nico Weber · 15 years ago