llvm-project/clang/lib
David Chisnall da20991a1b Make -fobjc-nonfragile-abi and -fgnu-runtime imply -fblocks (unless -fno-blocks is specified), because this combination of flags defines an Objective-C runtime that includes a blocks runtime.
llvm-svn: 126654
2011-02-28 17:11:43 +00:00
..
AST Unbreak CMake build 2011-02-28 14:32:11 +00:00
Analysis Get rid of the areExceptionsEnabled() getter from LangOptions. 2011-02-28 00:33:03 +00:00
Basic Teach TextDiagnosticPrinter to print out '-Werror' in addition to the warning flag for a warning mapped to an error. 2011-02-25 01:28:26 +00:00
CodeGen Make skipping of vardecls more precise: it's ok to skip a decl if the entire 2011-02-28 07:22:44 +00:00
Driver Make -fobjc-nonfragile-abi and -fgnu-runtime imply -fblocks (unless -fno-blocks is specified), because this combination of flags defines an Objective-C runtime that includes a blocks runtime. 2011-02-28 17:11:43 +00:00
Frontend Rename tok::eom to tok::eod. 2011-02-28 02:37:51 +00:00
FrontendTool Intoduce '-analyzer-checker-help' flag which outputs a list of all available static analyzer checkers. 2011-02-25 00:09:51 +00:00
Headers CMake: updated list of installable header files. PR9321. 2011-02-27 13:33:31 +00:00
Index Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
Lex Rename tok::eom to tok::eod. 2011-02-28 02:37:51 +00:00
Parse Rename tok::eom to tok::eod. 2011-02-28 02:37:51 +00:00
Rewrite Fix objc rewriting bug casting to qualified objective-c pointetr. 2011-02-26 01:31:36 +00:00
Sema Add a -fcxx-exceptions flag to the frontend, which can be used to enable 2011-02-28 02:27:16 +00:00
Serialization Push nested-name-specifier source location information into 2011-02-25 20:49:16 +00:00
StaticAnalyzer Fix CMake build. 2011-02-28 02:13:22 +00:00
CMakeLists.txt [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. 2011-02-08 22:30:36 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00