llvm-project/clang/lib
David Majnemer 4b293ebbaa MS ABI: mangleStringLiteral shouldn't rely on the host's endianness
No test case is needed, the one in-tree is sufficient.  The build-bot
never emailed me because something else had upset it.

llvm-svn: 205225
2014-03-31 17:18:53 +00:00
..
ARCMigrate remove a bunch of unused private methods 2014-03-23 17:12:37 +00:00
AST MS ABI: mangleStringLiteral shouldn't rely on the host's endianness 2014-03-31 17:18:53 +00:00
ASTMatchers Remove unused typedef as pointed out by a GCC warning. 2014-03-14 10:15:44 +00:00
Analysis [-Wunreachable-code] Expand paren-suppression heuristic to C++/ObjC bools. 2014-03-29 04:49:20 +00:00
Basic Post-commit review coding style change: renaming HasAttribute to hasAttribute. No functional changes. 2014-03-31 15:26:40 +00:00
CodeGen MS ABI: Use the proper type for inalloca args 2014-03-31 16:12:47 +00:00
Driver ARM64: initial clang support commit. 2014-03-29 15:09:45 +00:00
Edit Avoid a local Twine variable. 2014-03-29 16:54:24 +00:00
Format clang-format: Solve issues found and fixed by clang-tidy. 2014-03-31 14:23:49 +00:00
Frontend ARM64: initial clang support commit. 2014-03-29 15:09:45 +00:00
FrontendTool Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
Headers Added _rdtsc intrinsics by Robert Khasanov 2014-03-31 08:08:46 +00:00
Index libclang/libIndex: USR generation: mangle source location into USRs for macros, 2014-03-28 22:21:26 +00:00
Lex Post-commit review coding style change: renaming HasAttribute to hasAttribute. No functional changes. 2014-03-31 15:26:40 +00:00
Parse [OPENMP] Implemented 'copyin' clause 2014-03-31 03:36:38 +00:00
Rewrite [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_type_end() with iterator_range param_types(). Updating all of the usages of the iterators with range-based for loops. 2014-03-17 15:23:01 +00:00
Sema Sema: Require external linkage for dll attributes 2014-03-31 14:56:58 +00:00
Serialization [OPENMP] Implemented 'copyin' clause 2014-03-31 03:36:38 +00:00
StaticAnalyzer [analyzer] Handle the M_ZERO and __GFP_ZERO flags in kernel mallocs. 2014-03-26 17:05:46 +00:00
Tooling Tooling: Move heavyweight vectors around instead of copying. 2014-03-20 12:48:36 +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