llvm-project/clang/lib
Eric Christopher 0b1aef2bb0 These functions too have no prototypes. Audited the rest of Sema for
FunctionDecl::Create calls as well.

rdar://11079003

llvm-svn: 154578
2012-04-12 02:16:49 +00:00
..
ARCMigrate [arcmt] When fixing the "unassigned init call" ARC error, make sure 2012-03-31 01:34:06 +00:00
AST Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's 2012-04-11 17:55:32 +00:00
Analysis Do not crash in the callgraph construction when encountering deleted function definitions. Fixes <rdar://problem/11178609>. 2012-04-05 04:03:23 +00:00
Basic SourceManager: Vectorize ComputeLineNumbers for SSE2. 2012-04-06 20:49:55 +00:00
CodeGen These functions too have no prototypes. Audited the rest of Sema for 2012-04-12 02:16:49 +00:00
Driver Don't link lib[std]c++ when -nostdlib is specified (Solaris driver). 2012-04-10 11:49:50 +00:00
Edit Remove unused-but-set variable. 2012-03-13 17:05:43 +00:00
Frontend [libclang] If displayDiagnostics is set (when calling clang_createIndex), make sure to 2012-04-11 02:11:16 +00:00
FrontendTool Introduce a -cc1-level option -pubnames-dump, which simply dumps the 2012-03-27 18:06:49 +00:00
Headers Correctly check argument types for some vector macros in smmintrin.h. Put parentheses around uses of vector macro arguments. 2012-03-30 07:01:17 +00:00
Index Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
Lex Add a query macro for C++11 N3276, decltype does not require complete 2012-04-10 20:00:33 +00:00
Parse Part of PR10101: after a parse error in a declaration, try harder to find the 2012-04-11 20:59:20 +00:00
Rewrite modern objective-c translator. Fixes a mis-translation when 2012-04-11 23:57:12 +00:00
Sema Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's 2012-04-11 17:55:32 +00:00
Serialization AtomicExpr: make ASTStmtReader a friend and remove setters. Also fix saving 2012-04-10 22:49:28 +00:00
StaticAnalyzer [analyzer] dynamic_cast Simplify null value generation. 2012-04-11 22:20:07 +00:00
Tooling Fixes a fix to finding the current directory: 2012-04-09 18:08:23 +00:00
CMakeLists.txt Adds a tooling library. 2012-04-04 12:07:46 +00:00
Makefile Adds a tooling library. 2012-04-04 12:07:46 +00:00