llvm/clang
Yaxun (Sam) Liu 22b6e8173c Fix test failure in openmp-offload.c
Update active offload kind of actions for OpenMP programs.

The change is expected as of e5eb365069.
2022-03-04 16:32:30 -05:00
..
bindings
cmake [CMake] Update cache file for Win to ARM cross tooolchain. NFC. 2022-03-03 14:32:16 -08:00
docs [tooling] Explain how to create a compilation database on Windows [NFC] 2022-03-04 13:06:08 -07:00
examples clang-analyzer plugins require LLVM_ENABLE_PLUGINS also 2022-02-16 11:59:09 -05:00
include [CUDA][HIP] Fix offloading kind for linking C++ programs 2022-03-04 15:56:54 -05:00
INPUTS
lib [CUDA][HIP] Fix offloading kind for linking C++ programs 2022-03-04 15:56:54 -05:00
runtime
test Fix test failure in openmp-offload.c 2022-03-04 16:32:30 -05:00
tools [OpenMP] Handle sysroot option in offloading linker wrapper 2022-03-02 13:02:41 -05:00
unittests [RGT] DistroTest: Separate environment-specific test functions 2022-03-04 12:28:38 -08:00
utils [hmaptool] Fix string decoding for Python 3 2022-03-03 15:18:21 -08:00
www [c++2b] Implement P0849R8 auto(x) 2022-02-28 19:21:08 -06:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Revert "[Driver] Default CLANG_DEFAULT_PIE_ON_LINUX to ON" 2022-02-26 15:32:49 +01:00
CODE_OWNERS.TXT
INSTALL.txt
LICENSE.TXT
ModuleInfo.txt
NOTES.txt
README.txt

//===----------------------------------------------------------------------===//
// C Language Family Front-end
//===----------------------------------------------------------------------===//

Welcome to Clang.  This is a compiler front-end for the C family of languages
(C, C++, Objective-C, and Objective-C++) which is built as part of the LLVM
compiler infrastructure project.

Unlike many other compiler frontends, Clang is useful for a number of things
beyond just compiling code: we intend for Clang to be host to a number of
different source-level tools.  One example of this is the Clang Static Analyzer.

If you're interested in more (including how to build Clang) it is best to read
the relevant web sites.  Here are some pointers:

Information on Clang:             http://clang.llvm.org/
Building and using Clang:         http://clang.llvm.org/get_started.html
Clang Static Analyzer:            http://clang-analyzer.llvm.org/
Information on the LLVM project:  http://llvm.org/

If you have questions or comments about Clang, a great place to discuss them is
on the Clang development mailing list:
  http://lists.llvm.org/mailman/listinfo/cfe-dev

If you find a bug in Clang, please file it in the LLVM bug tracker:
  http://llvm.org/bugs/