llvm-project/clang/lib
Saleem Abdulrasool c4ebb129b7 Headers: conditionalise more declarations
Protect MMX specific declarations under a __MMX__ guard.  This header can be
included on non-x86 architectures (e.g. ARM) which do not support the MMX ISA.
Use the preprocessor to prevent these declarations from being processed.

llvm-svn: 212512
2014-07-08 05:46:04 +00:00
..
ARCMigrate Update for llvm api change. 2014-07-06 17:43:24 +00:00
AST ASTContext: Factor 'getObjCEncodingForPropertyType' as its own method. 2014-07-07 22:25:15 +00:00
ASTMatchers Remove llvm:: from uses of ArrayRef. 2014-06-28 23:22:23 +00:00
Analysis Fix a crash in Retain Count checker error reporting 2014-06-13 23:47:38 +00:00
Basic Fix memory leak in FileSystemStatCache. 2014-07-07 17:00:49 +00:00
CodeGen MS ABI: "Fix" passing non-POD structs by value to variadic functions 2014-07-08 02:24:27 +00:00
Driver Driver: Fix think-o in adding -ivfsoverlay flag to crashdumps 2014-07-07 17:34:40 +00:00
Edit [C++11] Use 'nullptr'. 2014-05-09 08:15:10 +00:00
Format Update for llvm api change. 2014-07-06 17:43:24 +00:00
Frontend Move ChainedIncludesSource into the implementation 2014-07-07 11:07:10 +00:00
FrontendTool [C++11] Use 'nullptr'. 2014-05-26 06:21:51 +00:00
Headers Headers: conditionalise more declarations 2014-07-08 05:46:04 +00:00
Index Track IntrusiveRefCntPtr::get() changes from LLVM r212366 2014-07-05 03:08:06 +00:00
Lex PTH: use a variable instead of a macro 2014-07-07 14:01:37 +00:00
Parse [OPENMP] Added initial support for 'omp parallel for'. 2014-07-07 13:01:15 +00:00
Rewrite Replace llvm::error_code with std::error_code. 2014-06-12 14:02:15 +00:00
Sema Rename static function to better describe its purpose 2014-07-08 00:02:05 +00:00
Serialization [OPENMP] Added initial support for 'omp parallel for'. 2014-07-07 13:01:15 +00:00
StaticAnalyzer [OPENMP] Added initial support for 'omp parallel for'. 2014-07-07 13:01:15 +00:00
Tooling Update for llvm api change. 2014-07-06 17:43:24 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00