llvm-project/clang/lib
Bill Wendling dabafea7d6 Have these attriubtes set to 'true' or 'false'.
The back-end cannot differentiate between functions that are from a .ll file and
those generated from the front-end. We cannot then take the non-precense of
these attributes as a "false" value. Have the front-end explicitly set the value
to 'true' or 'false' depending upon what is actually set.

llvm-svn: 176985
2013-03-13 22:24:33 +00:00
..
ARCMigrate Add a hasExternalLinkage helper. No functionality change. 2013-03-07 02:00:27 +00:00
AST Whitespace cleanup. 2013-03-12 21:06:00 +00:00
ASTMatchers First step towards adding a parent map to the ASTContext. 2013-02-28 13:21:39 +00:00
Analysis Remove the CFGElement "Invalid" state. 2013-02-23 00:29:34 +00:00
Basic [Modules] Resolve top-headers of modules lazily. 2013-03-13 21:13:43 +00:00
CodeGen Have these attriubtes set to 'true' or 'false'. 2013-03-13 22:24:33 +00:00
Driver [driver] Only enable -fmodules-autolink if we are using the integrated assembler. 2013-03-12 21:08:08 +00:00
Edit Include llvm::Optional in clang/Basic/LLVM.h 2013-02-20 22:23:23 +00:00
Format Fix incorrect cast identification. 2013-03-13 17:13:53 +00:00
Frontend [Modules] Resolve top-headers of modules lazily. 2013-03-13 21:13:43 +00:00
FrontendTool use early returns to simplify and de-nest 2013-01-06 07:49:41 +00:00
Headers PR15480: fixed second parameter types of vec_lde, vec_lvebx, vec_lvehx, and vec_lvewx according to AltiVec Programming Interface Manual 2013-03-10 16:25:43 +00:00
Lex [Modules] Don't eagerly load and associate all the module header files. 2013-03-13 21:13:51 +00:00
Parse Remove unused variable. 2013-03-08 17:04:47 +00:00
Rewrite ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. 2013-03-08 21:51:21 +00:00
Sema Objective-C: In my last path, also check 2013-03-12 22:22:38 +00:00
Serialization [Modules] Don't eagerly load and associate all the module header files. 2013-03-13 21:13:51 +00:00
StaticAnalyzer [analyzer] BugReporter - more precise tracking of C++ references 2013-03-13 20:20:14 +00:00
Tooling Reverting r176944 until Author fixes test failure. 2013-03-13 13:48:47 +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