1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  3. 08c5a7b [clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801) by Hans Wennborg · 7 years ago
  4. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  5. 025d620c [modules] Correctly overload getModule in the MultiplexExternalSemaSource by Raphael Isemann · 8 years ago
  6. 12ab07e Fix warnings. [-Wdocumentation] by NAKAMURA Takumi · 8 years ago
  7. 1ac9c98 Modular Codegen: Support homing debug info for types in modular objects by David Blaikie · 9 years ago
  8. e6b7c28 Modular Codegen: Add/use a bit in serialized function definitions to track whether they are the subject of modular codegen by David Blaikie · 9 years ago
  9. 9ffe5a3 Prototype of modules codegen by David Blaikie · 9 years ago
  10. 28f09c5 [Sema] Use unique_ptr instead of raw pointers in the late-parsed templates map. by Justin Lebar · 9 years ago
  11. a0f31a0 Method Pool in modules: we make sure that if a module contains an entry for by Manman Ren · 10 years ago
  12. d6a04d7 Store list of undefined-but-used objects in a deterministic order to fix by Richard Smith · 10 years ago
  13. 637d1e6 Roll-back r250822. by Angel Garcia Gomez · 10 years ago
  14. b5250d3 Apply modernize-use-default to clang. by Angel Garcia Gomez · 10 years ago
  15. 3cb1572 function_ref-ize ExternalASTSource::FindExternalLexicalDecl and remove its by Richard Smith · 10 years ago
  16. e5768d1 Detect uses of mismatching forms of 'new' and 'delete' by Ismail Pazarbasi · 10 years ago
  17. c324b92 Revert "Detect uses of mismatching forms of 'new' and 'delete'" by Diego Novillo · 10 years ago
  18. 538ef53 Detect uses of mismatching forms of 'new' and 'delete' by Ismail Pazarbasi · 10 years ago
  19. 52cee4d [Modules] Preserve source order for the map of late parsed templates. by Chandler Carruth · 11 years ago
  20. c2bb818 [modules] Deserialize CXXCtorInitializer list for a constructor lazily. by Richard Smith · 11 years ago
  21. f19e127 Replace Sema's map of locally-scoped extern "C" declarations with a DeclContext by Richard Smith · 11 years ago
  22. 91c18de Rework our handling of key functions. We used to track a complete list of all by Richard Smith · 11 years ago
  23. 7288943 Add -Wunused-local-typedef, a warning that finds unused local typedefs. by Nico Weber · 11 years ago
  24. c3ec149 [C++11] Use 'nullptr'. Sema edition. by Craig Topper · 11 years ago
  25. 053f6c6 If a declaration is loaded, and then a module import adds a redeclaration, then by Richard Smith · 11 years ago
  26. 2c351bb Add hooks to ExternalSemaSource for after-the-fact diagnosis of by Kaelyn Uhrain · 12 years ago
  27. f0aabda Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko. by Kaelyn Uhrain · 12 years ago
  28. e40f2ba PR9992: Serialize and deserialize the token sequence for a function template in by Richard Smith · 12 years ago
  29. 9ce12e3 Simplify FindExternalVisibleDeclsByName by making it return a bool indicating by Richard Smith · 13 years ago
  30. 9c7eb1d Add a new -Wundefined-inline warning for inline functions which are used but not by Nick Lewycky · 13 years ago
  31. f0f5616 Remove elements from Sema.UndefinedInternals as functions are defined. Also by Nick Lewycky · 13 years ago
  32. 8334af8 Preserve Sema::UndefinedInternals across PCH boundaries. Fixes by Nick Lewycky · 13 years ago
  33. 78165b5 Truth in advertising: LocallyScopedExternalDecls actually only contains by Richard Smith · 13 years ago
  34. ff7d47a Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as per review discussion in r170365 by David Blaikie · 13 years ago
  35. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  36. dd433f0 From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources. by Axel Naumann · 13 years ago