hanchenye-llvm-project/clang/lib
John McCall 56f57589af A constant initializer never matches the type of the variable it's
initializing;  it at best matches the element type of the variable
it's initializing.  Fixes PR8073.

llvm-svn: 112992
2010-09-03 18:58:50 +00:00
..
AST Add symantic support for the Pascal calling convention via 2010-09-03 01:29:35 +00:00
Analysis Improve CFG printing support for CXXOperatorCallExpr and CXXBindTemporaryExpr. 2010-08-31 18:47:37 +00:00
Basic Add symantic support for the Pascal calling convention via 2010-09-03 01:29:35 +00:00
Checker "I see dead code". IdempotentOperationChecker::isTruncationExtensionAssignment 2010-09-03 04:34:38 +00:00
CodeGen A constant initializer never matches the type of the variable it's 2010-09-03 18:58:50 +00:00
Driver Add missing #include 2010-09-03 17:16:03 +00:00
Frontend fix lookup of bits/c++config.h on mingw, patch by Ismail Donmez! 2010-09-03 16:45:53 +00:00
FrontendTool Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Headers fix incorrect MM_HINT_ definitions, PR8011 2010-08-27 20:10:06 +00:00
Index De-memberify the VarDecl and FunctionDecl StorageClass enums. 2010-08-26 03:08:43 +00:00
Lex Use getSpelling to get original text of the 2010-09-03 17:33:04 +00:00
Parse Use std::string instead of llvm::StringRef to avoid dangling ref. 2010-09-03 18:01:09 +00:00
Rewrite "I see dead code". IdempotentOperationChecker::isTruncationExtensionAssignment 2010-09-03 04:34:38 +00:00
Sema Simplify code-completion result sorting a bit 2010-09-03 16:23:44 +00:00
Serialization Eliminate CXXBindReferenceExpr, which was used in a ton of 2010-09-02 21:50:02 +00:00
CMakeLists.txt Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Makefile Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00