llvm-project/clang/lib/Parse
Yaxun Liu 39cf40f6b4 [OpenCL] Add supported OpenCL extensions to target info.
Add supported OpenCL extensions to target info. It serves as default values to save the users of the burden setting each supported extensions and optional core features in command line.

Re-commit after fixing build error due to missing override attribute.

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

llvm-svn: 269670
2016-05-16 17:06:34 +00:00
..
CMakeLists.txt [CMake] Reorder libdeps by alphabetical order. 2014-07-14 04:59:27 +00:00
ParseAST.cpp Prune four superfluous ExternalSemaSource.h includes and one forward declaration in Sema.h 2016-05-13 14:53:19 +00:00
ParseCXXInlineMethods.cpp For MS ABI, emit dllexport friend functions defined inline in class 2016-03-30 06:27:31 +00:00
ParseDecl.cpp [OpenCL] Output OpenCL version in diagnostics. 2016-05-12 16:28:25 +00:00
ParseDeclCXX.cpp [Concepts] Pass requires-clause to ActOnTemplateParameterList; NFC 2016-04-29 18:05:37 +00:00
ParseExpr.cpp Enable support for __float128 in Clang and enable it on pertinent platforms 2016-05-09 08:52:33 +00:00
ParseExprCXX.cpp Enable support for __float128 in Clang and enable it on pertinent platforms 2016-05-09 08:52:33 +00:00
ParseInit.cpp OpaquePtr: Use nullptr construction for ParsedType OpaquePtr typedef 2016-01-15 23:43:34 +00:00
ParseObjc.cpp [Parser][ObjC] Make sure c++11 in-class initialization is done when the 2016-04-18 18:19:45 +00:00
ParseOpenMP.cpp [OpenMP] Parse+Sema for '#pragma omp declare target' syntax version 4.5 2016-05-09 14:59:13 +00:00
ParsePragma.cpp [OpenCL] Add supported OpenCL extensions to target info. 2016-05-16 17:06:34 +00:00
ParseStmt.cpp Recommit "[MS] Improved implementation of stack pragmas (vtordisp, *_seg)" 2016-04-29 11:27:00 +00:00
ParseStmtAsm.cpp Correctly parse GCC-style asm line following MS-style asm line. 2016-04-21 10:59:18 +00:00
ParseTemplate.cpp [Concepts] Pass requires-clause to ActOnTemplateParameterList; NFC 2016-04-29 18:05:37 +00:00
ParseTentative.cpp [MSVC] Implementation of __unaligned as a proper type qualifier 2016-05-11 18:38:21 +00:00
Parser.cpp [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive. 2016-03-30 10:43:55 +00:00
RAIIObjectsForParser.h Add a new error for unexpected semi-colon before closing delimiter. 2015-05-12 21:36:35 +00:00