hanchenye-llvm-project/clang/lib
Jean-Daniel Dupas fc0da1a8e0 Remove redundant checks.
llvm-svn: 149125
2012-01-27 09:14:17 +00:00
..
ARCMigrate objc-arc: introduce -no-finalize-removal which in gc mode, 2012-01-26 20:57:58 +00:00
AST constexpr: Implement the [dcl.constexpr]p5 check for whether a constexpr 2012-01-27 01:14:48 +00:00
Analysis Fix NSLog format string checking for %@. 2012-01-25 00:04:09 +00:00
Basic Due to a bug, -Wno-everything works like -Weverything. Fix the bug by having 2012-01-27 06:15:43 +00:00
CodeGen Placate gcc's -Wreturn-type 2012-01-27 00:46:27 +00:00
Driver Remove the ToolTriple logic in NetBSD, which was completely broken by 2012-01-26 22:27:52 +00:00
Frontend Due to a bug, -Wno-everything works like -Weverything. Fix the bug by having 2012-01-27 06:15:43 +00:00
FrontendTool Introduce 3 new fixit options: 2012-01-26 02:40:48 +00:00
Headers Represent 256-bit unaligned loads natively and remove the builtins. Similar change was made for 128-bit versions a while back. 2012-01-25 04:26:17 +00:00
Index More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
Lex Only mark an IdentifierInfo as having changed since deserialization 2012-01-24 15:24:38 +00:00
Parse Avoid redundant NNS qualification in constructor/destructor names. 2012-01-27 08:46:19 +00:00
Rewrite In FixItRecompile::BeginInvocation() reset the diagnostics before executing 2012-01-27 06:15:37 +00:00
Sema Remove redundant checks. 2012-01-27 09:14:17 +00:00
Serialization Reimplement (de-)serialization of Objective-C categories to eliminate 2012-01-27 01:47:08 +00:00
StaticAnalyzer Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
CMakeLists.txt
Makefile