llvm-project/clang
Michał Górny d3ce133926 [clang] Do not override libclang.so's SOVERSION if CLANG_FORCE_MATCHING_LIBCLANG_SOVERSION
Instead of setting libclang.so's SOVERSION to CLANG_MAJOR_VERSION
when CLANG_FORCE_MATCHING_LIBCLANG_SOVERSION is enabled, do not override
it and let LLVM set the correct SOVERSION.  This fixes libclang.so
missing LLVM_VERSION_SUFFIX, and harmonizes the SOVERSION with other
shared libraries.

Differential Revision: https://reviews.llvm.org/D135701
2022-10-12 07:14:28 +02:00
..
bindings Add clang_CXXMethod_isDeleted function 2022-09-21 11:12:48 -04:00
cmake [CMake] Update cache file for Win to ARM Linux cross toolchain builders. NFC. 2022-10-06 19:40:33 -07:00
docs [clang-format] update --files help description 2022-10-11 10:25:04 -07:00
examples
include [clang/Sema] Follow-up for fix of non-deterministic order of `-Wunused-variable` diagnostic 2022-10-11 13:39:26 -07:00
lib Fix assert in generated `direct` property getter/setters due to removal of `_cmd` parameter. 2022-10-11 21:15:53 -07:00
runtime Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too" 2022-08-18 22:46:32 -04:00
test Fix assert in generated `direct` property getter/setters due to removal of `_cmd` parameter. 2022-10-11 21:15:53 -07:00
tools [clang] Do not override libclang.so's SOVERSION if CLANG_FORCE_MATCHING_LIBCLANG_SOVERSION 2022-10-12 07:14:28 +02:00
unittests [libclang] CIndex: Visit UsingTypeLoc as TypeRef 2022-10-11 15:01:31 +02:00
utils [AArch64][ARM] Alter most of arm_neon.h to be target-based, not preprocessor based. 2022-10-11 09:09:16 +01:00
www Update implementation status of P2468R2 2022-10-10 20:56:42 +02:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [clang] Remove CLANG_ENABLE_OPAQUE_POINTERS cmake option 2022-10-06 09:46:04 +02:00
CodeOwners.rst Update the clang and clang-tools-extra code owners files 2022-09-06 08:28:03 -04: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/