llvm/clang
Johannes Doerfert b52d33e6de [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests
I used a script to reuse existing check lines rather than creating new
ones. There are more opportunities to reduce the line count but the
"check generated functions" logic makes that somewhat tricky.

FWIW, we really should redo the update script with all these use cases
in mind...

Differential Revision: https://reviews.llvm.org/D128686
2022-07-01 21:34:11 -05:00
..
bindings
cmake [CMake][Fuchsia] Use libunwind as the default unwinder 2022-07-01 17:24:00 +00:00
docs [clang-format] Run dump_format_style.py for LK_Verilog 2022-07-01 19:01:09 -07:00
examples
include Generate the capture for the field when the field is used in openmp 2022-07-01 17:09:01 -07:00
lib Generate the capture for the field when the field is used in openmp 2022-07-01 17:09:01 -07:00
runtime
test [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
tools [OpenMP] Initial parsing and semantic support for 'parallel masked taskloop simd' construct 2022-07-01 08:57:15 -07:00
unittests Adds AST matcher for ObjCStringLiteral 2022-06-30 15:20:10 -07:00
utils [clang] Don't use Optional::hasValue (NFC) 2022-06-25 22:26:24 -07:00
www Test a few more C99 DRs 2022-07-01 13:54:11 -04:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
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 forums:
  https://discourse.llvm.org/c/clang/

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