clang-1/lib
Reid Kleckner edd2cb381e [sema] Remove unused variable from r178283
Wouldn't it be cool if we had a compiler for Windows that could warn
about these things?

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178289 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-28 20:54:13 +00:00
..
ARCMigrate Add a hasExternalLinkage helper. No functionality change. 2013-03-07 02:00:27 +00:00
AST [ms-cxxabi] Correctly compute the size of member pointers 2013-03-28 20:02:56 +00:00
ASTMatchers Implements memoization for ancestor matching. 2013-03-14 16:33:21 +00:00
Analysis Add CFG logic to create a conditional branch for modeling static initializers. 2013-03-28 18:43:15 +00:00
Basic Add support for gcc-compatible -mpopcntd -mno-popcntd PPC options 2013-03-28 13:51:36 +00:00
CodeGen UBSan: Don't diagnose inf/nan conversions between floating-point types. It's far from clear whether these have undefined behavior, and these checks are helping no-one. Keep the double->float overflow warnings, though, since those are useful in practice, even though it's unclear whether such operations have defined behavior. 2013-03-27 23:20:25 +00:00
Driver Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools. 2013-03-28 19:04:25 +00:00
Edit Include llvm::Optional in clang/Basic/LLVM.h 2013-02-20 22:23:23 +00:00
Format Fixed handling of comments before preprocessor directives. 2013-03-28 18:40:55 +00:00
Frontend Define __SIZE_MAX__ preprocessor macro. 2013-03-28 08:36:54 +00:00
FrontendTool <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. 2013-03-27 16:47:18 +00:00
Headers Revert "[lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__." 2013-03-27 21:22:45 +00:00
Lex [Preprocessor] Remove PPMutationListener. 2013-03-27 01:25:24 +00:00
Parse Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier. 2013-03-28 01:55:44 +00:00
Rewrite Add some assertions to appease the static analyzer. 2013-03-15 21:41:35 +00:00
Sema [sema] Remove unused variable from r178283 2013-03-28 20:54:13 +00:00
Serialization Objective-C: Provide fixit suggestions when class object 2013-03-28 19:50:55 +00:00
StaticAnalyzer Use early return in printing logic. Minor cleanup. 2013-03-28 18:43:18 +00:00
Tooling ClangTool output cleanup 2013-03-15 20:14:01 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00