hanchenye-llvm-project/clang/lib/Frontend
David Tweed 2da6438969 The OpenCL standard specifies the sizes and alignments of various types than other C-family
languages, as well as specifying errno is not set by the math functions. Make the
clang front-end set those appropriately when the OpenCL language option is set.

Patch by Erik Schnetter!

llvm-svn: 190296
2013-09-09 09:17:24 +00:00
..
ASTConsumers.cpp
ASTMerge.cpp
ASTUnit.cpp This wasn't headers, just missing namespaces. 2013-08-24 13:22:59 +00:00
CMakeLists.txt
CacheTokens.cpp Use llvm::sys::fs::UniqueID for windows and unix. 2013-08-01 21:42:11 +00:00
ChainedDiagnosticConsumer.cpp
ChainedIncludesSource.cpp Use SmallVectorImpl& for function arguments instead of SmallVector. 2013-07-05 19:34:19 +00:00
CompilerInstance.cpp SourceManager intialization tweaks. 2013-08-12 13:46:52 +00:00
CompilerInvocation.cpp The OpenCL standard specifies the sizes and alignments of various types than other C-family 2013-09-09 09:17:24 +00:00
CreateInvocationFromCommandLine.cpp
DependencyFile.cpp
DependencyGraph.cpp
DiagnosticRenderer.cpp
FrontendAction.cpp Avoid crashing if a directory has no pch files. 2013-07-28 13:23:37 +00:00
FrontendActions.cpp
FrontendOptions.cpp
HeaderIncludeGen.cpp clang-cl: Support /showIncludes 2013-08-09 00:32:23 +00:00
InitHeaderSearch.cpp InitHeaderSearch.cpp: [Cygwin] Add 4.7.3. 2013-08-18 15:03:03 +00:00
InitPreprocessor.cpp Add new methods for TargetInfo: 2013-09-05 11:23:21 +00:00
LangStandards.cpp
LayoutOverrideSource.cpp
LogDiagnosticPrinter.cpp
Makefile
MultiplexConsumer.cpp Note when a decl is used in AST files. 2013-09-05 00:02:25 +00:00
PrintPreprocessedOutput.cpp Properly escape filenames in line directives. 2013-08-29 01:42:42 +00:00
SerializedDiagnosticPrinter.cpp
TextDiagnostic.cpp Use llvm::sys::fs::UniqueID for windows and unix. 2013-08-01 21:42:11 +00:00
TextDiagnosticBuffer.cpp
TextDiagnosticPrinter.cpp
VerifyDiagnosticConsumer.cpp Split isFromMainFile into two functions. 2013-08-22 00:27:10 +00:00
Warnings.cpp