hanchenye-llvm-project/clang/lib
Douglas Gregor 7372248a98 When checking a call to a builtin atomic operation, be sure to
consider the _<width> variants as well, which we'll see if we're
performing the type checking in a template instantiation where the
call expression itself was originally not type-dependent. Fixes
PR11411.

llvm-svn: 145248
2011-11-28 16:30:08 +00:00
..
ARCMigrate [arcmt] Integrate GC __weak into property attributes even when we don't have 2011-11-28 02:04:36 +00:00
AST In Sema::MaybeBindToTemporary, create a CXXBindTemporaryExpr for an 2011-11-27 22:09:28 +00:00
Analysis Teach the CFG builder how to properly destroy temporaries who 2011-11-15 15:29:30 +00:00
Basic Make our handling of MMX x SSE closer to what gcc does: 2011-11-27 20:00:43 +00:00
CodeGen Another silly workaround for MSVC. 2011-11-28 04:29:10 +00:00
Driver Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same 2011-11-21 19:36:32 +00:00
Frontend [libclang] Indexing API: If the client requested to get a CXTranslationUnit after 2011-11-28 04:56:00 +00:00
FrontendTool Add support for building a module from a module map to the -cc1 2011-11-16 00:09:06 +00:00
Headers Error on non x86 architectures. 2011-11-27 15:21:33 +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 Remove an assertion that is not valid if we cancel parsing. 2011-11-23 20:27:29 +00:00
Parse Enable delayed template parsing for friend functions declared at template class scope. 2011-11-18 23:47:17 +00:00
Rewrite Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue 2011-11-18 00:26:59 +00:00
Sema When checking a call to a builtin atomic operation, be sure to 2011-11-28 16:30:08 +00:00
Serialization [PCH] Check for isTopLevelDeclInObjCContainer when picking abbreviations. 2011-11-23 21:11:23 +00:00
StaticAnalyzer [analyzer] Warn when non pointer arguments are passed to scanf (only when running taint checker). 2011-11-18 02:26:36 +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