llvm-project/clang/include/clang
Alexey Samsonov 0b15e34bd1 Move SanitizerBlacklist object from CodeGenModule to ASTContext.
Soon we'll need to have access to blacklist before the CodeGen
phase (see http://reviews.llvm.org/D5687), so parse and construct
the blacklist earlier.

llvm-svn: 219857
2014-10-15 22:17:27 +00:00
..
ARCMigrate Use std::unique_ptr in a few methods that take ownership. 2014-08-17 23:12:27 +00:00
AST Move SanitizerBlacklist object from CodeGenModule to ASTContext. 2014-10-15 22:17:27 +00:00
ASTMatchers Change hasName() to take const std::string&, as it was taking before rL219792. 2014-10-15 21:23:31 +00:00
Analysis [Analysis] Add missing newlines at end of file. 2014-10-09 20:34:45 +00:00
Basic Move SanitizerBlacklist object from CodeGenModule to ASTContext. 2014-10-15 22:17:27 +00:00
CodeGen Introduce CGFunctionInfo::getNumRequiredArgs(). NFC. 2014-09-29 21:21:48 +00:00
Config Disallow multiple inclusion of clang/Config/config.h 2014-06-09 19:09:28 +00:00
Driver [AArch64] Add workaround for Cortex-A53 erratum (835769) 2014-10-13 10:16:06 +00:00
Edit [C++11] Use 'nullptr' 2014-05-06 06:48:52 +00:00
Format clang-format: Add option to control call argument bin-packing separately 2014-10-09 09:52:05 +00:00
Frontend Move -fsanitize-blacklist to LangOpts from CodeGenOpts. NFC. 2014-10-15 20:22:54 +00:00
FrontendTool
Index Comment to XML conversion: use unique_ptr for SimpleFormatContext 2014-04-24 07:52:31 +00:00
Lex PR18793: If we try to EnterTokenStream when our current lexer is a caching 2014-09-23 21:05:52 +00:00
Parse Revert "Fix late template parsing leak with incremental processing" 2014-10-15 17:22:56 +00:00
Rewrite Use intrusive refcounted pointers to manage RopeRefCountString lifetime. 2014-09-15 17:58:03 +00:00
Sema Revert "Fix late template parsing leak with incremental processing" 2014-10-15 17:22:56 +00:00
Serialization [OPENMP] 'omp teams' directive basic support. 2014-10-09 04:18:56 +00:00
StaticAnalyzer [Modules] Make header standalone. NFC. 2014-10-12 22:49:21 +00:00
Tooling Fixed a comment. No functional changes. 2014-10-15 11:03:39 +00:00
CMakeLists.txt Reapplying r204952 a second time. 2014-03-31 13:14:44 +00:00
Makefile Reapplying r204952 a second time. 2014-03-31 13:14:44 +00:00
module.modulemap Add support for le64. 2014-09-12 17:52:47 +00:00