aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Driver/Multilib.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-18[NFC] Header cleanupMehdi Amini1-2/+0
2015-10-12[Driver] Remove `else` after `return`Simon Atanasyan1-3/+2
2015-03-22[multilib] Turn virtual functor into functin_refBenjamin Kramer1-81/+42
2015-03-18Remove many superfluous SmallString::str() calls.Yaron Keren1-1/+1
2014-08-03Driver: Simplify a use of the path APIJustin Bogner1-1/+1
2014-05-08[Driver] Range-based loop simplification.Simon Atanasyan1-35/+18
2014-03-05Revert "[C++11] Replace trivial lambda with std::cref."Benjamin Kramer1-1/+3
2014-03-05[C++11] Replace trivial lambda with std::cref.Benjamin Kramer1-3/+1
2014-03-04[cleanup] Re-sort includes with llvm/utils/sort_includes.py and fixChandler Carruth1-1/+1
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper1-2/+2
2014-03-01[C++11] Replace verbose functors with succinct lambdasBenjamin Kramer1-12/+3
2014-02-12clang/lib/Driver/Multilib.cpp: Rewrite normalizePathSegment() to be tolerant ...NAKAMURA Takumi1-5/+20
2014-02-12Fix r201205's use-after-free bug caught by sanitizer botJonathan Roelofs1-8/+6
2014-02-12Add Multilib selection machineryJonathan Roelofs1-0/+347
2014-02-12Revert 201202Jonathan Roelofs1-347/+0
2014-02-12Add Multilib selection machineryJonathan Roelofs1-0/+347