llvm-project/clang/lib
Benjamin Kramer 469214426a Localize variable, remove unused assignment.
Found by the clang static analyzer.

llvm-svn: 148544
2012-01-20 14:57:34 +00:00
..
ARCMigrate For Lexer's isAt[Start/End]OfMacroExpansion add an out parameter for the macro 2012-01-19 15:59:08 +00:00
AST Move narrowing conversion detection code from SemaInit to SemaOverload, ready 2012-01-18 05:21:49 +00:00
Analysis scanf: parse the 'm' length modifier, and check that the right arguments 2012-01-12 17:11:12 +00:00
Basic fix for PR11655 2012-01-17 22:40:00 +00:00
CodeGen test svn commit access 2012-01-18 12:11:32 +00:00
Driver Reenable DeadStoresChecker under --analyze, and move the IdempotentOperationsChecker to the 'experimental' category. Fixes <rdar://problem/10146347>. 2012-01-20 06:00:17 +00:00
Frontend Refactor: Pull getImmediateMacroName() out of DiagnosticRenderer and 2012-01-18 20:17:16 +00:00
FrontendTool Remove unnecessary default cases in switches over enums. 2012-01-17 02:30:50 +00:00
Headers Extend unwind.h with the ARM unwinder interface. 2012-01-19 11:39:05 +00:00
Index Remove unnecessary default cases in switches over enums. 2012-01-17 02:30:50 +00:00
Lex Introduce Lexer::getSourceText() that returns a string for the source 2012-01-19 15:59:19 +00:00
Parse Remove PotentiallyPotentiallyEvaluated, and replace it with a much simpler and less error-prone way of handling the relevant cases. Towards marking of whether a declaration is used more accurately. 2012-01-20 01:26:23 +00:00
Rewrite Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) 2012-01-17 06:56:22 +00:00
Sema Localize variable, remove unused assignment. 2012-01-20 14:57:34 +00:00
Serialization Optimize unqualified/global name lookup in modules by introducing a 2012-01-18 20:56:22 +00:00
StaticAnalyzer Reenable DeadStoresChecker under --analyze, and move the IdempotentOperationsChecker to the 'experimental' category. Fixes <rdar://problem/10146347>. 2012-01-20 06:00:17 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00