llvm-project/clang/lib
Justin Lebar 7bf779859a [CUDA] Reject values for --cuda-gpu-arch that are not of the form /sm_\d+/.
Reviewers: tra

Subscribers: cfe-commits, jhen, echristo

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

llvm-svn: 257413
2016-01-11 23:27:13 +00:00
..
ARCMigrate Fix funciton->function typo. 2015-12-16 23:10:46 +00:00
AST [OpenCL] Pipe type support 2016-01-09 12:53:17 +00:00
ASTMatchers [ASTMatchers] Add booleanType() matcher. 2015-12-22 20:06:40 +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 [vfs] Normalize working directory if requested. 2016-01-09 16:33:16 +00:00
CodeGen Fix -Wmicrosoft-enum-value warning 2016-01-11 20:55:16 +00:00
Driver [CUDA] Reject values for --cuda-gpu-arch that are not of the form /sm_\d+/. 2016-01-11 23:27:13 +00:00
Edit Replace double negation of !FileID.isInvalid() with FileID.isValid(). 2015-10-03 10:46:20 +00:00
Format clang-format: [JS] Teach clang-format about "export interface". 2016-01-11 22:57:40 +00:00
Frontend Accidentally removed part of the file header. Restoring it back. 2016-01-10 16:18:09 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers [PPC] Add long long/double support for vec_cts, vec_ctu and vec_ctf 2016-01-08 02:00:48 +00:00
Index Roll-back r250822. 2015-10-20 13:23:58 +00:00
Lex Properly track that a character literal is UTF-8, and pretty print the prefix properly. 2016-01-07 20:59:26 +00:00
Parse [OpenCL] Pipe type support 2016-01-09 12:53:17 +00:00
Rewrite Roll-back r250822. 2015-10-20 13:23:58 +00:00
Sema When a tag is declared in prototype scope in C, if we've decided that it 2016-01-11 22:41:53 +00:00
Serialization [OpenCL] Pipe type support 2016-01-09 12:53:17 +00:00
StaticAnalyzer AnalysisConsumer: use canonical decl for both lookup and store of 2016-01-11 09:38:48 +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