llvm-project/clang/lib
Bill Wendling b7abb30d77 Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attribute.
This further restricts the use of the Attribute class to the Attribute family of
classes.

llvm-svn: 173099
2013-01-21 22:45:00 +00:00
..
ARCMigrate Re-sort all the headers. Lots of regressions have crept in here. 2013-01-19 08:09:44 +00:00
AST First step towards vftable generation with -cxx-abi microsoft PR13231 2013-01-21 13:02:41 +00:00
ASTMatchers Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
Analysis -Wuninitialized: warn about uninitialized values resulting from ?: that evaluate to lvalues (in C++). 2013-01-19 00:25:06 +00:00
Basic [mips] Enable inlining of atomic ops on mips32 and mips64. 2013-01-18 21:58:11 +00:00
CodeGen Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attribute. 2013-01-21 22:45:00 +00:00
Driver Port r172856: 'Include ubsan runtime even when building a shared library. We don't require executable to be linked with UBSan.' to Mac 2013-01-21 08:45:02 +00:00
Edit Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) 2013-01-20 12:31:11 +00:00
Format Formatter: Set MatchingParen for [], to match <>, (), {}. No functionality change. 2013-01-21 19:35:06 +00:00
Frontend [ASTUnit] Unlike LoadFromCommandLine, LoadFromCompilerInvocation causes a crash if Precompilepreamble 2013-01-21 18:45:42 +00:00
FrontendTool use early returns to simplify and de-nest 2013-01-06 07:49:41 +00:00
Headers Parsing support for C11's _Noreturn keyword. No semantics yet. 2013-01-17 22:16:11 +00:00
Lex [PCH/Modules] Revert r172843, it caused a module to fail building. 2013-01-19 03:14:56 +00:00
Parse objectiveC: don't warn when in -Wselector mode and 2013-01-21 22:32:29 +00:00
Rewrite Rework the traversal of Objective-C categories and extensions to 2013-01-16 23:00:23 +00:00
Sema objectiveC: don't warn when in -Wselector mode and 2013-01-21 22:32:29 +00:00
Serialization Give ModuleFiles an index, so that we can use indexed vectors rather 2013-01-21 20:07:12 +00:00
StaticAnalyzer [analyzer] Show notes inside implicit calls at the last explicit call site. 2013-01-21 18:28:30 +00:00
Tooling Nuke SetUpBuildDumpLog. 2013-01-20 01:58:28 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00