llvm-project/clang/lib
Fariborz Jahanian 287e79a263 Objective-C modern translator. Fix declaration of
__NSConstantStringImpl's length field to accomodate
window's 64bit LLP64 mode. // rdar://16489050

llvm-svn: 205353
2014-04-01 19:32:35 +00:00
..
ARCMigrate remove a bunch of unused private methods 2014-03-23 17:12:37 +00:00
AST Simplify FunctionDecl::getMinRequiredArguments(). 2014-04-01 19:18:16 +00:00
ASTMatchers Remove unused typedef as pointed out by a GCC warning. 2014-03-14 10:15:44 +00:00
Analysis [analyzer] Fix a CFG printing bug. 2014-04-01 16:39:33 +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 Debug info: fix a crash when emitting IndirectFieldDecls, which were 2014-04-01 17:52:06 +00:00
Driver Add support for dynamic ASan runtime (on Linux) to Clang driver. 2014-04-01 13:31:10 +00:00
Edit Avoid a local Twine variable. 2014-03-29 16:54:24 +00:00
Format clang-format: Support configurable list of foreach-macros. 2014-04-01 12:55:11 +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 Unify __declspec attribute argument parsing with the common attribute argument parsing code. 2014-03-31 18:18:43 +00:00
Rewrite Objective-C modern translator. Fix declaration of 2014-04-01 19:32:35 +00:00
Sema Fix self-referential comment. 2014-04-01 18:33:50 +00:00
Serialization [OPENMP] Implemented 'copyin' clause 2014-03-31 03:36:38 +00:00
StaticAnalyzer [analyzer] Extract a helper for finding the target region for a C++ constructor. 2014-04-01 16:40:06 +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