llvm-project/clang/lib
George Karpenkov d1400213f5 [analyzer] Remove redundant check
There is no point in assigning void just to crash on it in the next line

Differential Revision: https://reviews.llvm.org/D43802

llvm-svn: 326234
2018-02-27 19:28:52 +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 Handle the NetBSD case in ToolChain::getOSLibName() 2018-02-27 18:16:47 +00:00
Edit [NFC] Extract method to SourceManager for traversing the macro "stack" 2018-02-09 23:30:07 +00:00
Format [clang-format] Format operator key in protos 2018-02-27 19:07:47 +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 [OPENMP] Allow multiple mappings for member expressions for pointers. 2018-02-27 17:42:00 +00:00
Serialization Re-land: "[Support] Replace HashString with djbHash." 2018-02-26 15:16:42 +00:00
StaticAnalyzer [analyzer] Remove redundant check 2018-02-27 19:28:52 +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