summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/InitHeaderSearch.cpp
Commit message (Expand)AuthorAgeFilesLines
* Since this change is generating a considerable amount of discussion (and poss...Aaron Ballman2012-03-251-56/+46
* No longer hard coding paths to the MinGW include directories; using a regular...Aaron Ballman2012-03-251-46/+56
* Adding in newer MinGW header paths.Aaron Ballman2012-03-151-0/+3
* Add the Solaris support directory to the header search when using libc++.David Chisnall2012-03-021-0/+5
* Some more Solaris fixes. Now successfully building libc++ on Solaris with cl...David Chisnall2012-02-281-7/+0
* Add some Solaris include paths and fix a -lgcc_eh that apparently should be -...David Chisnall2012-02-151-0/+9
* include clang's config.h unconditionally (v2)Dylan Noblesmith2012-02-141-4/+1
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...Rafael Espindola2012-02-031-13/+0
* Back out my heinous hack that tricked the module generation mechanismDouglas Gregor2012-02-021-0/+8
* back out r149504Dylan Noblesmith2012-02-021-1/+4
* include clang's config.h unconditionallyDylan Noblesmith2012-02-011-5/+3
* lib/Frontend/InitHeaderSearch.cpp: [Cygwin] Add 4.5.3.NAKAMURA Takumi2012-01-211-0/+1
* [Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7.NAKAMURA Takumi2012-01-211-2/+0
* Add a couple more GCC versions to C++ search paths for MinGW. Patch by Ruben...Eli Friedman2011-11-281-0/+2
* Move the Linux header searching from the Frontend to the Driver. This isChandler Carruth2011-11-051-274/+7
* Add two flags to the CC1 layer that I was hoping to avoid. We need toChandler Carruth2011-11-051-2/+2
* Begin the migration of header search logic to the driver, starting withChandler Carruth2011-11-041-244/+16
* Add the newest Gentoo GCC version based on the reported installedChandler Carruth2011-11-021-0/+8
* Add "just one more" include path to the monstrosity that is our headerChandler Carruth2011-10-311-0/+1
* Frontend: Replace -nostdinc by -nostdsysteminc (which is just system includeDaniel Dunbar2011-10-111-21/+30
* When an included non-system directory duplicates a system directory the clang Chad Rosier2011-10-101-4/+10
* Fix include path detection on Fedora 15 with GCC 4.6.1. Patch by Arthur Haas.Justin Holewinski2011-10-041-1/+6
* Reenable -cxx-isystem for Objective C++, until I come up with a better solutionBenjamin Kramer2011-09-231-1/+1
* Add support for CPATH and friends.Benjamin Kramer2011-09-221-36/+5
* For modules, use a hash of the compiler version, language options, andDouglas Gregor2011-09-131-2/+0
* Introduce a cc1-level option to provide the path to the module cache,Douglas Gregor2011-09-121-0/+2
* Some minor updates to the Linux search path handling for Slackware. Patch by...Eli Friedman2011-08-291-0/+11
* Add Gentoo gcc 4.3.4 include pathsNico Weber2011-08-171-0/+4
* On Darwin, libc++ may be installed alongside the compiler inDouglas Gregor2011-07-291-1/+17
* Introduce the "-index-header-map" option, to give special semanticsDouglas Gregor2011-07-281-3/+3
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-31/+31
* Do not modify string returned by getenv on Windows. Francois Pichet2011-07-161-4/+2
* Update header-search paths for MinGW, from Ruben Van BoxemDouglas Gregor2011-07-051-0/+2
* Make the GCC version proliferation worse by N+1 for the sake ofChandler Carruth2011-07-021-0/+4
* Add initial *-*-rtems* target, from Joel SherrillDouglas Gregor2011-07-011-1/+4
* Improve header search for MinGW(-w64), from Ruben Van Boxem!Douglas Gregor2011-06-271-27/+39
* Make InitHeaderSearch::AddPath and HeaderSearchOptions::AddPath consistentBob Wilson2011-06-211-1/+1
* Fix the default libc++ header search path to be sysrooted. Radar 9639692.Bob Wilson2011-06-211-2/+6
* Fix a regression introduced by r131955 which broke #include_next in subtle si...Chris Lattner2011-06-161-1/+4
* code cleanups, no behavior change.Chris Lattner2011-06-161-64/+64
* Be aware of (x86_64-redhat-linux6E-)g++44 on RHEL5.NAKAMURA Takumi2011-06-161-0/+3
* Separate out these paths a bit by architecture. There are likely otherEric Christopher2011-06-031-2/+3
* Add multi-arch include support for Ubuntu 11.11 with gcc 4.6.0.Eric Christopher2011-06-031-0/+23
* Make it possible for external tools to distinguish between paths that come fr...Nico Weber2011-05-241-2/+4
* Add paths used by openSuSE 12.1David Chisnall2011-05-191-0/+5
* Add some support for RHEL5 systems.Eric Christopher2011-05-171-0/+7
* Add C++ include paths for libstdc++ with Ubuntu 11.04 and Debian's libstdc++6...Axel Naumann2011-05-041-0/+10
* lib/Frontend/InitHeaderSearch.cpp: Tweak AddPath() to accept "/foo/bar" (not ...NAKAMURA Takumi2011-05-021-0/+5
* Add libstdc++ search paths for GCC 4.6.0 on Arch Linux. Patch by Jakub Wieczo...Nico Weber2011-04-251-0/+7
OpenPOWER on IntegriCloud