llvm-project/clang
owenca 44a06b51b2 [clang-format] Rework removeBraces() in Format.cpp
Fixes #57373.

Differential Revision: https://reviews.llvm.org/D132719
2022-08-27 14:10:24 -07:00
..
bindings Fixed a number of typos 2022-08-01 13:13:18 -04:00
cmake Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited" 2022-08-25 11:13:46 -04:00
docs [Clang] Fix assert in Sema::LookupTemplateName so that it does not attempt an unconditional cast to TagType 2022-08-26 09:40:43 -07:00
examples
include [libTooling] Simplify code with constexpr if. NFCI. 2022-08-27 10:50:06 +02:00
lib [clang-format] Rework removeBraces() in Format.cpp 2022-08-27 14:10:24 -07:00
runtime Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too" 2022-08-18 22:46:32 -04:00
test [CodeGen] Track DeferredDecls that have been emitted 2022-08-27 22:32:47 +08:00
tools [OpenMP] Deprecate the old driver for OpenMP offloading 2022-08-26 13:47:09 -05:00
unittests [clang-format] Rework removeBraces() in Format.cpp 2022-08-27 14:10:24 -07:00
utils [HLSL] Entry functions require param annotation 2022-08-24 14:35:11 -05:00
www [Clang] Implement P0848 (Conditionally Trivial Special Member Functions) 2022-08-26 00:52:52 +03:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt SONAME introduce option CLANG_FORCE_MATCHING_LIBCLANG_SOVERSION 2022-08-25 08:36:01 +02:00
CODE_OWNERS.TXT
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/