llvm-project/clang/lib
Roman Lebedev 497fd98af2 Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::unique_ptr<>"
This reverts commit rL326201

This broke gcc4.8 builds, compiler just segfaults:¬
http://lab.llvm.org:8011/builders/clang-atom-d525-fedora-rel/builds/14909¬
http://lab.llvm.org:8011/builders/clang-x86_64-linux-abi-test/builds/22673¬

llvm-svn: 326204
2018-02-27 15:54:55 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST [RecordLayout] Don't align to non-power-of-2 sizes when using -mms-bitfields 2018-02-27 06:27:06 +00:00
ASTMatchers Add hasTrailingReturn AST matcher 2018-01-22 22:45:23 +00:00
Analysis [CFG] Keep speculatively working around an MSVC compiler crash. 2018-02-24 03:54:22 +00:00
Basic Fix for LLVM r326109 2018-02-26 18:42:30 +00:00
CodeGen [DebugInfo] Support DWARF v5 source code embedding extension 2018-02-26 17:32:31 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver [Driver] Allow using a canonical form of '-fuse-ld=' when cross-compiling on Windows. 2018-02-27 02:51:30 +00:00
Edit [NFC] Extract method to SourceManager for traversing the macro "stack" 2018-02-09 23:30:07 +00:00
Format clang-format: use AfterControlStatement to format ObjC control blocks 2018-02-27 13:48:27 +00:00
Frontend [DebugInfo] Support DWARF v5 source code embedding extension 2018-02-26 17:32:31 +00:00
FrontendTool Make a build bot happy. 2018-02-10 14:26:53 +00:00
Headers [X86] Remove some masked cvt builtins that can be replaced with legacy sse/avx buiiltins and a select. 2018-02-24 18:55:13 +00:00
Index [Index] fix USR generation for namespace{extern{X}} 2018-02-02 14:13:37 +00:00
Lex Re-land: "[Support] Replace HashString with djbHash." 2018-02-26 15:16:42 +00:00
Parse Add a C++11 and C2x spelling for the type safety attribute (argument_with_type_tag, pointer_with_type_tag, and type_tag_for_datatype) in the clang vendor namespace. 2018-02-25 14:01:04 +00:00
Rewrite [analyzer] Show full analyzer invocation for reproducibility in HTML reports 2018-01-23 19:28:52 +00:00
Sema Re-commit r324991 "Fix for PR32992. Static const classes not exported." 2018-02-26 15:03:59 +00:00
Serialization Re-land: "[Support] Replace HashString with djbHash." 2018-02-26 15:16:42 +00:00
StaticAnalyzer [analyzer] Switch the default exploration strategy to priority queue based on coverage 2018-02-27 01:31:56 +00:00
Tooling Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::unique_ptr<>" 2018-02-27 15:54:55 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00