1. 35b6139 [OpenCL] Factor out language version printing by Sven van Haastregt · 7 years ago
  2. 25cae5a2 [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  3. 85a83c2 [Modules] Handle sanitizer feature mismatches when importing modules by Vedant Kumar · 8 years ago
  4. 835832d [XRay] Add -fxray-{always,never}-instrument= flags to clang by Dean Michael Berris · 8 years ago
  5. e0bde75 Do not print include_next/pragma once warnings when input is a header. by Erik Verbruggen · 9 years ago
  6. ce2da5e Use StringRef in LangOptions::isNoBuiltinFunc API (NFC) by Mehdi Amini · 9 years ago
  7. 7e82e01 [modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a single by Richard Smith · 10 years ago
  8. 7dbc9cf [Driver] Add support for -fno-builtin-foo options. by Chad Rosier · 10 years ago
  9. a511cdd Allow to specify multiple -fsanitize-blacklist= arguments. by Alexey Samsonov · 11 years ago
  10. a041610 [Sanitizer] Refactor sanitizer options in LangOptions. by Alexey Samsonov · 11 years ago
  11. edf99a9 Introduce a SanitizerKind enum to LangOptions. by Alexey Samsonov · 11 years ago
  12. 035462c Get rid of SanitizerOptions::Disabled global. NFC. by Alexey Samsonov · 11 years ago
  13. b537a3a Add stopgap option -fmodule-implementation-of <name> by Ben Langmuir · 11 years ago
  14. fc56746 Add a *San + modules FIXME. by Richard Smith · 13 years ago
  15. f54319c [ubsan] Add support for -fsanitize-blacklist by Will Dietz · 13 years ago
  16. 7d106e4 Add a -cc1-level option -fmodule-name=<name>, which will be used when by Douglas Gregor · 14 years ago
  17. 8455e76 Teach LangOptions::resetNonModularOptions to actually do what it says it does by Douglas Gregor · 14 years ago
  18. f1312a8 When building a module on-demand, clear out the "non-modular" language by Douglas Gregor · 14 years ago
  19. 79a9141 Switch LangOptions over to a .def file that describes header of the by Douglas Gregor · 14 years ago
  20. 48db39d Remove the serialization code that predates precompiled by Douglas Gregor · 16 years ago
  21. d796c18 Add -fobjc-gc and -fobjc-gc-only options to the driver. by Ted Kremenek · 17 years ago
  22. 7a51313 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 18 years ago[Renamed from clang/Basic/LangOptions.cpp]
  23. 5b12ab8 Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 18 years ago
  24. 2fe0dd0 Fix file header. by Chris Lattner · 18 years ago
  25. ae492c4 Implemented serialization of LangOptions. by Ted Kremenek · 18 years ago