llvm-capstone/clang
Justin Bogner 4f54d71501
[HLSL][DirectX] Move handling of resource element types into the frontend
Rather than shepherding a type name all the way to the backend as a
string and attempting to parse it, get the element type out of the AST
and store that in the resource annotation metadata directly.

Pull Request: https://github.com/llvm/llvm-project/pull/75674
2023-12-18 11:43:52 -07:00
..
bindings [libclang/python] Fix some minor typos (#74292) 2023-12-14 16:25:03 -05:00
cmake [CMake] Include opt-viewer in Fuchsia toolchain (#75296) 2023-12-13 07:37:12 -08:00
docs [clang] Fix CTAD not respect default template arguments that were added after the definition. (#75569) 2023-12-18 12:37:29 +01:00
examples
include [-Wunsafe-buffer-usage] Add a subgroup -Wunsafe-buffer-usage-in-container (#75665) 2023-12-18 10:39:15 -08:00
lib [HLSL][DirectX] Move handling of resource element types into the frontend 2023-12-18 11:43:52 -07:00
runtime
test [HLSL][DirectX] Move handling of resource element types into the frontend 2023-12-18 11:43:52 -07:00
tools [LinkerWrapper] Forward more arguments to the CPU offloading linker (#75757) 2023-12-18 11:16:49 -06:00
unittests [clang][dataflow] Fix an issue with Environment::getResultObjectLocation(). (#75483) 2023-12-18 09:10:03 +01:00
utils [Clang][SME] Warn when a function doesn't have ZA state (#75805) 2023-12-18 16:14:25 +00:00
www [attributes][analyzer] Implement [[clang::suppress]] - suppress static analysis warnings. 2023-12-13 18:09:16 -08:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Include LLVM_VERSION_SUFFIX in the Clang version string. (#74469) 2023-12-05 12:20:12 -05: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/