clang-1/lib
Joey Gouly a52d278f0f Fix a crash in OpenCL code by using the proper (RHS) bit-width.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173802 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-29 15:09:40 +00:00
..
ARCMigrate Re-sort all the headers. Lots of regressions have crept in here. 2013-01-19 08:09:44 +00:00
AST Fix a crash in OpenCL code by using the proper (RHS) bit-width. 2013-01-29 15:09:40 +00:00
ASTMatchers Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
Analysis -Wuninitialized: warn about uninitialized values resulting from ?: that evaluate to lvalues (in C++). 2013-01-19 00:25:06 +00:00
Basic <limits.h> includes <linux/limits.h> on Linux, no need to special-case it 2013-01-26 16:29:36 +00:00
CodeGen Since ObjCARC has been refactored into its own library with its own declaration header, we need to include the declaration header alongside Scalar.h in BackendUtil. 2013-01-28 01:36:00 +00:00
Driver Fix comment. 2013-01-28 17:39:03 +00:00
Edit Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) 2013-01-20 12:31:11 +00:00
Format Calculate the split penalty upfront. 2013-01-29 15:03:01 +00:00
Frontend Enable the global module index by default. Introduce the 2013-01-28 18:38:02 +00:00
FrontendTool
Headers Parsing support for C11's _Noreturn keyword. No semantics yet. 2013-01-17 22:16:11 +00:00
Lex PR15067 (again): Don't warn about UCNs in C90 if we're raw-lexing. 2013-01-28 17:49:02 +00:00
Parse Produce a diagnostic if alignas is applied to an expression. Neither C11 nor 2013-01-29 10:18:18 +00:00
Rewrite Rework the traversal of Objective-C categories and extensions to 2013-01-16 23:00:23 +00:00
Sema Add a diagnostic for an OpenCL kernel with a pointer pointer argument. 2013-01-29 10:54:06 +00:00
Serialization ASTReader and profiling statistics indicate that implementing a method 2013-01-28 18:29:39 +00:00
StaticAnalyzer [analyzer] C++ initializers may require cleanups; look through these. 2013-01-26 03:16:31 +00:00
Tooling Nuke SetUpBuildDumpLog. 2013-01-20 01:58:28 +00:00
CMakeLists.txt
Makefile