llvm-project/clang/lib
Chandler Carruth e89ca5f7d2 Don't suggest assignment in implausible situation. We still warn, as the
code is very likely to be buggy, but its going to require more
significant changes on the part of the user to correct it in this case.

llvm-svn: 137820
2011-08-17 08:38:11 +00:00
..
ARCMigrate Fix "Uninitialized" warnings on g++-4.4. 2011-08-14 00:37:22 +00:00
AST Add serialization support for ClassScopeFunctionSpecializationDecl. 2011-08-17 01:06:54 +00:00
Analysis Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer and libStaticAnalyzer[*]. It was highly inconsistent, and very ugly to look at. 2011-08-12 23:37:29 +00:00
Basic Introduce SourceManager::getMacroArgExpandedLocation function. 2011-08-17 00:31:20 +00:00
CodeGen Finalize debug info after all deferred globals are emitted. 2011-08-16 20:58:22 +00:00
Driver Make -findirect-virtual-calls and -fterminated-vtables aliases of -fapple-kext. 2011-08-15 19:13:06 +00:00
Frontend [MSVC] Fix a warning C4334 "'operator' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)". 2011-08-17 01:46:16 +00:00
FrontendTool [analyzer] Overhaul of checker registration in preparation for basic plugin support. Removes support for checker groups (we can add them back in later if we decide they are still useful), and -analyzer-checker-help output is a little worse for the time being (no packages). 2011-08-16 21:24:21 +00:00
Headers http://llvm.org/bugs/show_bug.cgi?id=10472 2011-07-25 18:09:56 +00:00
Index remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Lex Make Lexer::GetBeginningOfToken able to handle macro arg expansion locations. 2011-08-17 00:31:23 +00:00
Parse Track in the AST whether a function is constexpr. 2011-08-15 21:04:07 +00:00
Rewrite objc rewriter: Fixes a rewriting of implicit casting of an integral 2011-08-04 23:58:03 +00:00
Sema Don't suggest assignment in implausible situation. We still warn, as the 2011-08-17 08:38:11 +00:00
Serialization Add serialization support for ClassScopeFunctionSpecializationDecl. 2011-08-17 01:06:54 +00:00
StaticAnalyzer Fix typo. 2011-08-17 05:00:56 +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