summaryrefslogtreecommitdiffstats
path: root/lib/Driver/Multilib.cpp
Commit message (Expand)AuthorAgeFilesLines
* Multilib: add dump methodsJonathan Roelofs2017-05-051-0/+8
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-1/+1
* [NFC] Header cleanupMehdi Amini2016-07-181-2/+0
* [Driver] Remove `else` after `return`Simon Atanasyan2015-10-121-3/+2
* [multilib] Turn virtual functor into functin_refBenjamin Kramer2015-03-221-81/+42
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-1/+1
* Driver: Simplify a use of the path APIJustin Bogner2014-08-031-1/+1
* [Driver] Range-based loop simplification.Simon Atanasyan2014-05-081-35/+18
* Revert "[C++11] Replace trivial lambda with std::cref."Benjamin Kramer2014-03-051-1/+3
* [C++11] Replace trivial lambda with std::cref.Benjamin Kramer2014-03-051-3/+1
* [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fixChandler Carruth2014-03-041-1/+1
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-2/+2
* [C++11] Replace verbose functors with succinct lambdasBenjamin Kramer2014-03-011-12/+3
* clang/lib/Driver/Multilib.cpp: Rewrite normalizePathSegment() to be tolerant ...NAKAMURA Takumi2014-02-121-5/+20
* Fix r201205's use-after-free bug caught by sanitizer botJonathan Roelofs2014-02-121-8/+6
* Add Multilib selection machineryJonathan Roelofs2014-02-121-0/+347
* Revert 201202Jonathan Roelofs2014-02-121-347/+0
* Add Multilib selection machineryJonathan Roelofs2014-02-121-0/+347