llvm-project/clang/lib
Argyrios Kyrtzidis 7dd3133433 [objcmt] Revert r191796, it's not needed anymore.
rdar://16223810

llvm-svn: 207391
2014-04-28 02:38:51 +00:00
..
ARCMigrate [objcmt] Revert r191796, it's not needed anymore. 2014-04-28 02:38:51 +00:00
AST [Index/DocComments] When cloning a full comment, pick the template parameters from the original FullComment, 2014-04-27 22:53:03 +00:00
ASTMatchers Add support for named values in the parser. 2014-04-14 13:51:21 +00:00
Analysis Replacing a naked pointer with a unique_ptr. No functional changes intended. 2014-04-23 14:26:59 +00:00
Basic [mips] Support 128-bit int in N32 ABI by overriding TargetInfo::hasInt128Type() 2014-04-24 16:05:26 +00:00
CodeGen CodeGen: remove an unused variable 2014-04-28 02:29:11 +00:00
Driver clang-cl: /fallback only applies to C or C++ files 2014-04-25 16:44:17 +00:00
Edit [objcmt] Revert r191796, it's not needed anymore. 2014-04-28 02:38:51 +00:00
Format clang-format: Fix bug when aligning trailing /**/-comments in macros. 2014-04-27 10:03:19 +00:00
Frontend Push unique_ptr ownership of ASTUnits further back into their factories. 2014-04-25 17:01:33 +00:00
FrontendTool Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
Headers Intrin.h: remove __rdtsc and __rdtscp declarations 2014-04-24 18:40:06 +00:00
Index CommentToXMLConverter: Don't use "default" to method(s). It is unavailable in msc17. 2014-04-24 12:44:34 +00:00
Lex Do not print inferred submodules explicitly in __inferred_module.map 2014-04-23 21:10:46 +00:00
Parse Fix another leak in ParseMicrosoftAsmStatement(), found by LSan. 2014-04-23 22:07:21 +00:00
Rewrite Make RewriteRope less confusing for me. No intended behavior change. 2014-04-23 21:42:27 +00:00
Sema [SemaCXX] Silence -Wconstant-logical-operand if the operand is a 0/1 from a macro. 2014-04-28 00:20:16 +00:00
Serialization Fix leak of GlobalModuleIndex::IdentifierIndex, found by LSan. 2014-04-25 19:45:23 +00:00
StaticAnalyzer [analyzer] Fix a leak found by LSan. 2014-04-23 16:54:52 +00:00
Tooling Push unique_ptr ownership of ASTUnits further back into their factories. 2014-04-25 17:01:33 +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