llvm-project/clang/lib
Ted Kremenek db70b5295e Use early return in printing logic. Minor cleanup.
llvm-svn: 178264
2013-03-28 18:43:18 +00:00
..
ARCMigrate Add a hasExternalLinkage helper. No functionality change. 2013-03-07 02:00:27 +00:00
AST Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_traits>. 2013-03-27 01:34:16 +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 Add support for gcc-compatible -mpopcntd -mno-popcntd PPC options 2013-03-28 13:51:36 +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 For -Wignored-qualifiers, don't warn on qualifiers which we acquire via a 2013-03-28 03:27:52 +00:00
Serialization [modules] Make sure enabled diagnostic pragmas inside the module don't affect the translation unit that 2013-03-27 17:17:23 +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