Commit History

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