llvm-project/clang/lib
Martin Storsjo ceb71e887b [Windows] Separate elements in -print-search-dirs with semicolons
Path lists on windows should always be separated by semicolons, not
colons. Reuse llvm::sys::EnvPathSeparator for this purpose (as that's
also a path list that is separated in the same way).

Alternatively, this could just be a local ifdef _WIN32 in this function,
or generalizing the existing EnvPathSeparator to e.g. a
llvm::sys::path::PathListSeparator?

Differential Revision: https://reviews.llvm.org/D61121

llvm-svn: 359233
2019-04-25 20:03:20 +00:00
..
ARCMigrate Range-style std::find{,_if} -> llvm::find{,_if}. NFC 2019-03-31 08:48:19 +00:00
AST Use llvm::stable_sort 2019-04-24 14:43:05 +00:00
ASTMatchers [ASTMatchers] Introduce Objective-C matchers `isClassMessage`, `isClassMethod`, and `isInstanceMethod` 2019-04-22 17:54:11 +00:00
Analysis Use llvm::stable_sort 2019-04-24 14:43:05 +00:00
Basic [Builtins] Implement __builtin_is_constant_evaluated for use in C++2a 2019-04-24 02:23:30 +00:00
CodeGen [PGO] Enable InstrProf lowering for Clang PGO instrumentation in the new pass manager 2019-04-25 17:52:43 +00:00
CrossTU [analyzer][CrossTU] Extend CTU to VarDecls with initializer 2019-04-23 11:04:41 +00:00
Driver [Windows] Separate elements in -print-search-dirs with semicolons 2019-04-25 20:03:20 +00:00
Edit Range-style std::find{,_if} -> llvm::find{,_if}. NFC 2019-03-31 08:48:19 +00:00
Format Use llvm::stable_sort 2019-04-24 14:43:05 +00:00
Frontend [analyzer][NFC] Reimplement checker options 2019-04-19 12:32:10 +00:00
FrontendTool [analyzer][NFC] Supply CheckerRegistry with AnalyzerOptions 2019-01-26 15:59:21 +00:00
Headers [PowerPC][NFC]Update licence to Apache 2 2019-04-25 02:40:06 +00:00
Index Use llvm::stable_sort 2019-04-24 14:43:05 +00:00
Lex [clang][HeaderSuggestion] Handle the case of dotdot with an absolute path 2019-04-24 09:23:31 +00:00
Parse [c++2a] Implement semantic restrictions for 'export' declarations. 2019-04-22 22:50:11 +00:00
Rewrite Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Sema [OPENMP] Improved check for the linear dependency in the non-rectangular 2019-04-25 16:21:13 +00:00
Serialization [Serialization] Stable serialization order for OpenCLTypeExtMap and OpenCLDeclExtMap 2019-04-18 15:13:27 +00:00
StaticAnalyzer [analyzer][UninitializedObjectChecker] PR41590: Regard _Atomic types as primitive 2019-04-25 20:00:51 +00:00
Tooling [LibTooling] Fix build breakage from commit 7b7ce6683ee. 2019-04-18 19:19:01 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00