1. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  2. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  3. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  4. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  5. 89735b9 Suffixing #pragma comment(lib) library names with .lib if necessary. This matches MSVC behavior, as well as allows us to properly link libraries such as the ones provided by the MSDN examples. by Aaron Ballman · 11 years ago
  6. 3190ca9 Forward #pragma comment(lib/linker) through as flags metadata by Reid Kleckner · 11 years ago
  7. f491013 [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. by Daniel Dunbar · 11 years ago
  8. 953a61f Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency. by Douglas Gregor · 11 years ago
  9. 6987e8d Add a comment for Daniel by Douglas Gregor · 11 years ago
  10. f9d03c1 [IRgen] Update modules autolink metadata to use module flags (as now specified by Daniel Dunbar · 11 years ago
  11. f43b721 Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that by Douglas Gregor · 11 years ago
  12. 858afb3 Topologically sort the link options generated for modules based on by Douglas Gregor · 11 years ago
  13. 3baad29 When forming the link options for an imported module, also include the by Douglas Gregor · 11 years ago
  14. 5d75ea7 Switch autolinking metadata format over to actual linker options, e.g., by Douglas Gregor · 11 years ago
  15. 8767dc2 Infer "link" lines for top-level frameworks. Essentially, a framework by Douglas Gregor · 11 years ago
  16. b6cbe51 Implement parsing, AST, (de-)serialization, and placeholder global by Douglas Gregor · 11 years ago