llvm-project/clang/lib
Daniel Dunbar 473f8a6f88 Driver: Reject -fasm-blocks except on X86 (where we just ignore it, since
passing it is very prevalent in some circles).

llvm-svn: 116761
2010-10-18 22:49:46 +00:00
..
AST Treat __extension__ like ParenExpr. 2010-10-15 07:51:18 +00:00
Analysis Death to blocks, or at least the word "block" in one particular obnoxiously 2010-10-15 04:57:14 +00:00
Basic CodeGen: Fix long double on Windows using MSVC runtime. 2010-10-18 07:11:10 +00:00
Checker Tweak retain/release checker diagnostics to specify a leak occurs because an object is not referenced later in the path, 2010-10-15 22:50:23 +00:00
CodeGen Fix some bugs in local class mangling brought up in PR8355. 2010-10-18 21:28:44 +00:00
Driver Driver: Reject -fasm-blocks except on X86 (where we just ignore it, since 2010-10-18 22:49:46 +00:00
Frontend Add declarations nested in a linkage specification to the output of 2010-10-18 14:35:28 +00:00
FrontendTool Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
Headers support for AltiVec extensions from the Cell architecture 2010-10-14 14:37:46 +00:00
Index Fix CMake clangIndex library dependencies, from Logan Chien 2010-09-20 18:32:29 +00:00
Lex allow I128 suffixes in msextensions mode just like i128 suffixes, patch 2010-10-14 00:24:10 +00:00
Parse Provide code completion for types after the '^' that starts a block 2010-10-18 21:34:55 +00:00
Rewrite Fix a rewriting bug of rewriting properties declared in 2010-10-16 00:29:27 +00:00
Sema Fix the translation of the PCC_ForInit code-completion context for 2010-10-18 22:01:46 +00:00
Serialization Read/write declaration attributes from/to PCH properly. Embed them in the declaration block instead of trying to create another block. 2010-10-18 19:20:11 +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