llvm-project/clang
Alexander Shaposhnikov 34ab474348 [opt][clang] Enable using -module-summary/-flto=thin with -S/-emit-llvm
Enable using -module-summary with -S
(similarly to what currently can be achieved with opt <input> -o - | llvm-dis).
This is a recommit of ef9e62469.

Test plan: ninja check-all

Differential revision: https://reviews.llvm.org/D137768
2022-11-18 05:04:07 +00:00
..
bindings Add clang_CXXMethod_isMoveAssignmentOperator to libclang 2022-11-14 15:21:36 +01:00
cmake Revert "[CMake] Drop libLTO and switch to PIE for Fuchsia toolchain" 2022-11-17 03:37:58 +00:00
docs [OpenMP][NFC] Claim thread_limit clause in target directive 2022-11-17 00:44:44 -06:00
examples
include [OpenMP] Initial parsing/sema for 'strict' modifier with 'grainsize' clause 2022-11-17 20:59:07 -08:00
lib [opt][clang] Enable using -module-summary/-flto=thin with -S/-emit-llvm 2022-11-18 05:04:07 +00:00
runtime [clang] Only use major version in resource dir 2022-11-10 15:02:03 +01:00
test [opt][clang] Enable using -module-summary/-flto=thin with -S/-emit-llvm 2022-11-18 05:04:07 +00:00
tools [OPENMP5.1] Initial support for severity clause 2022-11-17 16:05:02 -08:00
unittests Refactor StaticAnalyzer to use `clang::SarifDocumentWriter` 2022-11-17 14:47:02 -05:00
utils Fix duplicate word typos; NFC 2022-11-08 07:21:23 -05:00
www [libc++] Documents details of the pre-commit CI. 2022-11-10 20:20:17 +01:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [cmake] Fix _GNU_SOURCE being added unconditionally 2022-11-14 12:28:21 -08:00
CodeOwners.rst [code-owners] Add Vassil as a code owner for clang incremental compilation. 2022-11-15 08:56:16 +00:00
INSTALL.txt
LICENSE.TXT
ModuleInfo.txt
NOTES.txt
README.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/