llvm-project/clang/lib
Bill Wendling 5e85be4326 Remove the Function::getFnAttributes method in favor of using the AttributeSet
directly.

This is in preparation for removing the use of the 'Attribute' class as a
collection of attributes. That will shift to the AttributeSet class instead.

llvm-svn: 171254
2012-12-30 10:32:17 +00:00
..
ARCMigrate [arcmt] When capturing ARC errors, have a sanity check to make sure 2012-12-12 22:48:28 +00:00
AST ArrayRefize CXXTryStmt. 2012-12-29 20:13:03 +00:00
ASTMatchers Implements multiple parents in the parent map. 2012-12-06 14:42:48 +00:00
Analysis ArrayRefize a CompoundStmt constructor. 2012-12-29 20:03:39 +00:00
Basic Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM. 2012-12-25 08:53:55 +00:00
CodeGen Remove the Function::getFnAttributes method in favor of using the AttributeSet 2012-12-30 10:32:17 +00:00
Driver Fix a typo that caused a few standard library implementations of sort to 2012-12-29 13:00:47 +00:00
Edit EditedSource.cpp: Appease msvc, to add <cctype>. 2012-12-21 00:21:02 +00:00
Format Let clang-format format itself. 2012-12-24 16:51:15 +00:00
Frontend Support -fsanitize-memory-track-origins. 2012-12-24 08:42:34 +00:00
FrontendTool Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00
Headers Code cleanup: Remove trailing whitespace in unwind.h. 2012-11-14 06:33:58 +00:00
Lex [libclang] Fix crash when code-completing a macro invocation that 2012-12-22 04:48:10 +00:00
Parse Minor cleanup. 2012-12-29 01:09:46 +00:00
Rewrite Remove duplicate includes. 2012-12-21 17:07:08 +00:00
Sema Don't warn for undefined but used decls that are external because of a typedef. 2012-12-29 23:43:00 +00:00
Serialization [PCH/Modules] In ASTReader::completeVisibleDeclsMap, make sure to visit all 2012-12-19 22:21:18 +00:00
StaticAnalyzer Fix typo: objc_no_direct_instance_variable_assignmemt => objc_no_direct_instance_variable_assignment. 2012-12-22 00:34:48 +00:00
Tooling Style and Doc fix for CommonOptionsParser 2012-12-14 18:58:25 +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