llvm-project/clang/lib
Sumanth Gundapaneni ce7fc17970 [PS4] Fix the unit test to be compatible with clang driver. NFC
".exe" extension is inherently checked by llvm::fs::can_execute()
This patch fixes the linker extension in clang driver and updates the
unit test to accommodate the the check string on windows.

Differential Revision:http://reviews.llvm.org/D15577

llvm-svn: 255814
2015-12-16 20:18:12 +00:00
..
ARCMigrate Refactor: Simplify boolean conditional return statements in lib/ARCMigrate 2015-11-06 01:26:37 +00:00
AST Print qualified display names when emitting CodeView 2015-12-16 02:04:40 +00:00
ASTMatchers Add a narrowing AST matcher that matches on a FunctionDecl with a non-throwing exception specification. 2015-12-02 15:23:59 +00:00
Analysis Use range-based for loop to avoid the need for calculating an array size. NFC 2015-11-30 03:11:12 +00:00
Basic [OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive. 2015-12-15 08:19:24 +00:00
CodeGen [CodeGen] Use llvm::CmpInst::Predicate instead of unsigned for parameter types in EmitCompare to eliminate some later explicit casts. NFC. 2015-12-16 06:24:28 +00:00
Driver [PS4] Fix the unit test to be compatible with clang driver. NFC 2015-12-16 20:18:12 +00:00
Edit Replace double negation of !FileID.isInvalid() with FileID.isValid(). 2015-10-03 10:46:20 +00:00
Format clang-format: Extend header sort category implementation. 2015-12-16 10:10:16 +00:00
Frontend [x86] Exclusion of incorrect include headers paths for MCU target 2015-12-16 13:27:38 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers [CUDA] renamed cuda_runtime.h wrapper to __cuda_runtime.h 2015-12-16 18:51:59 +00:00
Index Roll-back r250822. 2015-10-20 13:23:58 +00:00
Lex In Objective-C, ignore attempts to redefine the ARC/GC qualifier macros. 2015-12-10 23:31:01 +00:00
Parse [Objective-c] Fix a crash that occurs when ObjCTypeParamList::back() is 2015-12-16 06:25:38 +00:00
Rewrite Roll-back r250822. 2015-10-20 13:23:58 +00:00
Sema [OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive. 2015-12-15 08:19:24 +00:00
Serialization [OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive. 2015-12-15 08:19:24 +00:00
StaticAnalyzer [PATCH] Adding checker to detect excess padding in records 2015-12-14 21:38:59 +00:00
Tooling Add fall-back mode for clang tools. 2015-12-03 10:38:53 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00