DirectXShaderCompiler/tools/clang
Ehsan 96c5c0ad17 [spirv] Execution modes for GS primitive types. (#734) 2017-10-25 16:02:23 -04:00
..
bindings fixes #37 - License cleanup. 2017-01-27 16:48:08 -08:00
cmake/modules first commit 2016-12-28 11:52:27 -08:00
docs first commit 2016-12-28 11:52:27 -08:00
examples Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
include [spirv] Add support for [[vk::counter_binding(X)]] (#730) 2017-10-24 10:51:50 -04:00
lib [spirv] Execution modes for GS primitive types. (#734) 2017-10-25 16:02:23 -04:00
runtime Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
test [spirv] Execution modes for GS primitive types. (#734) 2017-10-25 16:02:23 -04:00
tools Merge pull request #726 from adam-yang/test 2017-10-23 11:26:39 -07:00
unittests [spirv] Execution modes for GS primitive types. (#734) 2017-10-25 16:02:23 -04:00
utils [spirv] Turn on C++11 attributes and support [[vk::location(X)]] (#568) 2017-08-15 16:54:23 -07:00
.arcconfig first commit 2016-12-28 11:52:27 -08:00
.clang-format first commit 2016-12-28 11:52:27 -08:00
.clang-tidy first commit 2016-12-28 11:52:27 -08:00
.gitignore first commit 2016-12-28 11:52:27 -08:00
CMakeLists.txt Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
ModuleInfo.txt first commit 2016-12-28 11:52:27 -08:00
NOTES.txt Clean up mistakes made when fixing copyright banners. 2017-01-25 14:36:50 -08:00
README.txt Clean up mistakes made when fixing copyright banners. 2017-01-25 14:36:50 -08:00

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 development mailing list:
  http://lists.llvm.org/mailman/listinfo/cfe-dev

If you find a bug in Clang, please file it in the LLVM bug tracker:
  http://llvm.org/bugs/