llvm-capstone/clang
antangelo 7f2408fba3
Revert "[clang] Fix CTAD for aggregates for nested template classes" (#78541)
Reverts llvm/llvm-project#78387

The added tests are failing on several build bots.
2024-01-17 23:10:18 -05:00
..
bindings [libclang/python] Bump minimum compatibility to Python 3.6 (#77228) 2024-01-17 01:02:54 -08:00
cmake [CMake] Include riscv32-unknown-elf runtimes in Fuchsia toolchain (#78323) 2024-01-16 10:49:56 -08:00
docs Revert "[clang] Fix CTAD for aggregates for nested template classes" (#78541) 2024-01-17 23:10:18 -05:00
examples
include [Clang] Support MSPropertyRefExpr as placement arg to new-expression (#75883) 2024-01-17 15:09:31 -08:00
lib Revert "[clang] Fix CTAD for aggregates for nested template classes" (#78541) 2024-01-17 23:10:18 -05:00
runtime
test Revert "[clang] Fix CTAD for aggregates for nested template classes" (#78541) 2024-01-17 23:10:18 -05:00
tools [clang][tools] Silence const cast warning when building with Clang ToT 2024-01-17 07:23:57 -05:00
unittests [clang-format] TableGen multi line string support. (#78032) 2024-01-17 21:20:35 +09:00
utils [APINotes] Upstream dependencies of Sema logic to apply API Notes to decls 2024-01-17 13:13:10 +00:00
www [Clang] Implement CWG2598: Union of non-literal types (#78195) 2024-01-17 06:16:12 +01:00
.clang-format
.clang-tidy [Clang] Revert inintentional changes to cmake committed in 33e5db6e0 2024-01-12 10:59:46 +01:00
.gitignore
CMakeLists.txt [CMake] Deprecate GCC_INSTALL_PREFIX (#77537) 2024-01-10 11:01:55 -08:00
CodeOwners.rst
INSTALL.txt
LICENSE.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/