提交历史

作者 SHA1 备注 提交日期
  Eli Friedman 42f74f21ec clang support for Bitrig (an OpenBSD fork); patch by David Hill. 13 年之前
  Hans Wennborg 9d82a038f0 Correct AddDefaultCIncludePaths for OpenBSD to not include /usr/local/include 13 年之前
  Richard Smith f122a138e3 Add -isystem-prefix and -ino-system-prefix arguments, which can be used to 13 年之前
  Aaron Ballman b3dcbbda59 Since this change is generating a considerable amount of discussion (and possibly even a regression for known bad versions), I'm reverting it. 13 年之前
  Aaron Ballman b3656d312d No longer hard coding paths to the MinGW include directories; using a regular expression instead. 13 年之前
  Aaron Ballman e87e851fce Adding in newer MinGW header paths. 13 年之前
  David Chisnall b4f0bd6864 Add the Solaris support directory to the header search when using libc++. 13 年之前
  David Chisnall 165329c1d1 Some more Solaris fixes. Now successfully building libc++ on Solaris with clang (and linking clang against it). 13 年之前
  David Chisnall b622959527 Add some Solaris include paths and fix a -lgcc_eh that apparently should be -lgcc_s. 13 年之前
  Dylan Noblesmith cc8a94565e include clang's config.h unconditionally (v2) 13 年之前
  Dylan Noblesmith f7ccbad5d9 Basic: import SmallString<> into clang namespace 13 年之前
  Rafael Espindola 353300c4af Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain 13 年之前
  Douglas Gregor 2f04f1843c Back out my heinous hack that tricked the module generation mechanism 13 年之前
  Dylan Noblesmith f2462be34a back out r149504 13 年之前
  Dylan Noblesmith 69d3b4f7c9 include clang's config.h unconditionally 13 年之前
  NAKAMURA Takumi f3c1ca6bce lib/Frontend/InitHeaderSearch.cpp: [Cygwin] Add 4.5.3. 13 年之前
  NAKAMURA Takumi b4f90c28fa [Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7. 13 年之前
  Eli Friedman a74ec5c314 Add a couple more GCC versions to C++ search paths for MinGW. Patch by Ruben Van Boxem. 13 年之前
  Chandler Carruth 7d7e9f963a Move the Linux header searching from the Frontend to the Driver. This is 13 年之前
  Chandler Carruth ac2bc4d220 Add two flags to the CC1 layer that I was hoping to avoid. We need to 13 年之前
  Chandler Carruth ca23419b82 Begin the migration of header search logic to the driver, starting with 13 年之前
  Chandler Carruth 27e66ad42e Add the newest Gentoo GCC version based on the reported installed 14 年之前
  Chandler Carruth ef0faeadec Add "just one more" include path to the monstrosity that is our header 14 年之前
  Daniel Dunbar a268fc0f22 Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include 14 年之前
  Chad Rosier e305e81f65 When an included non-system directory duplicates a system directory the clang 14 年之前
  Justin Holewinski ef48e053f9 Fix include path detection on Fedora 15 with GCC 4.6.1. Patch by Arthur Haas. 14 年之前
  Benjamin Kramer c535d9730e Reenable -cxx-isystem for Objective C++, until I come up with a better solution 14 年之前
  Benjamin Kramer 47adebef0d Add support for CPATH and friends. 14 年之前
  Douglas Gregor 6e975c4517 For modules, use a hash of the compiler version, language options, and 14 年之前
  Douglas Gregor 9a6da69306 Introduce a cc1-level option to provide the path to the module cache, 14 年之前