llvm-project/clang/lib
Ted Kremenek 233c1b0c77 Add configuration plumbing to enable static initializer branching in the CFG for the analyzer.
This setting still isn't enabled yet in the analyzer.  This is
just prep work.

llvm-svn: 178317
2013-03-29 00:09:22 +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 configuration plumbing to enable static initializer branching in the CFG for the analyzer. 2013-03-29 00:09:22 +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 Objective-C: Produce precise diagnostic when 2013-03-28 23:39:11 +00:00
Serialization Objective-C: Provide fixit suggestions when class object 2013-03-28 19:50:55 +00:00
StaticAnalyzer Add configuration plumbing to enable static initializer branching in the CFG for the analyzer. 2013-03-29 00:09:22 +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