llvm-project/clang/lib
Richard Smith 472d495372 Fix assertion in constant expression evaluation. The LHS of a floating-point
binary operator isn't an rvalue if it's an assignment operator.

llvm-svn: 143250
2011-10-28 23:26:52 +00:00
..
ARCMigrate Further refine the diagnostic categories for ARC diagnostics. Addresses <rdar://problem/10245086>. 2011-10-20 05:07:47 +00:00
AST Fix assertion in constant expression evaluation. The LHS of a floating-point 2011-10-28 23:26:52 +00:00
Analysis Teach format string analysis that "%zu" means size_t. 2011-10-27 08:29:09 +00:00
Basic Make the loading of information attached to an IdentifierInfo from an 2011-10-27 09:33:13 +00:00
CodeGen In case of template specialization, do not try to delay emitting debug info for concrete type in -flimit-debug-info mode. This fixes some of the failures from bs15503.exp tests in gdb testsuite. 2011-10-28 21:12:13 +00:00
Driver Allow the -fno-operator-names option to be passed down to the rest 2011-10-25 07:13:06 +00:00
Frontend Give __STDC_VERSION__ the value 201001L when we're in C1x mode. The 2011-10-28 23:02:54 +00:00
FrontendTool Parse LLVM command line arguments after plugins have been loaded 2011-10-10 01:23:06 +00:00
Headers Add _mm_comige_sd to emmintrin.h, since I apparently forgot to do this in r138769. 2011-10-06 20:31:50 +00:00
Index Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
Lex Make the loading of information attached to an IdentifierInfo from an 2011-10-27 09:33:13 +00:00
Parse Handle redundant 'typename' on base class specifications. 2011-10-25 18:46:41 +00:00
Rewrite Restore r142914 and r142915, now with missing file and apparent 2011-10-25 17:37:35 +00:00
Sema [ARC] Do not transfer ARC ownership if the cast is going to result in r-value, 2011-10-28 22:54:28 +00:00
Serialization [PCH] Keep track of file-level declarations that are contained by files. 2011-10-28 22:54:21 +00:00
StaticAnalyzer [analyzer] ObjC message sends to nil receivers that return structs are now okay (compiler zeroes out the data). Fixes <rdar://problem/9151319>. 2011-10-28 19:05:10 +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