..
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 const in preparation for a simplify_type change in llvm.
2013-03-27 15:37:54 +00:00
Basic
Add PRFCHW intrinsic support
2013-03-26 17:52:08 +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
<rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file.
2013-03-27 16:47:18 +00:00
Edit
Include llvm::Optional in clang/Basic/LLVM.h
2013-02-20 22:23:23 +00:00
Format
Insert extra new line before access specifiers.
2013-03-27 17:08:02 +00:00
Frontend
<rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file.
2013-03-27 16:47:18 +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
[Parser] Don't code-complete twice.
2013-03-27 23:58:17 +00:00
Rewrite
Add some assertions to appease the static analyzer.
2013-03-15 21:41:35 +00:00
Sema
Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, each of which was only present in one version:
2013-03-28 00:03:10 +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
[analyzer] Use evalBind for C++ new of scalar types.
2013-03-27 18:10:35 +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