hanchenye-llvm-project/clang/lib
Alexey Bataev 5d2c9a46fc [OPENMP] Fix PR35152: Do not use getInvokeDest() function for EH checks.
The compiler may crash under some conditions if the getInvokeDest() is
used, but later it is not used. Fixed this problem in OpenMP.

llvm-svn: 317227
2017-11-02 18:55:05 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST Make helper function static. NFC. 2017-10-31 23:23:36 +00:00
ASTMatchers [ASTMatchers] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-11-01 23:09:49 +00:00
Analysis [analyzer] Removing unused stored field. 2017-11-01 02:29:04 +00:00
Basic [X86] Define i586 and pentium preprocessor defines for -march=lakemont to match GCC 2017-11-01 02:18:49 +00:00
CodeGen [OPENMP] Fix PR35152: Do not use getInvokeDest() function for EH checks. 2017-11-02 18:55:05 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver [CFI] Add CFI-icall pointer type generalization 2017-10-31 22:39:44 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format [clang-format] Make parseUnaryOperator non-recursive, NFCI 2017-11-01 18:20:41 +00:00
Frontend [CFI] Add CFI-icall pointer type generalization 2017-10-31 22:39:44 +00:00
FrontendTool [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) 2017-10-18 05:21:17 +00:00
Headers [Headers] Fix typoed __ARM_DWARF_EH__ ifdefs 2017-10-19 07:40:45 +00:00
Index Fix indexer crash for default template template parameter value 2017-10-10 21:09:49 +00:00
Lex Add -f[no-]double-square-bracket-attributes as new driver options to control use of [[]] attributes in all language modes. This is the initial implementation of WG14 N2165, which is a proposal to add [[]] attributes to C2x, but also allows you to enable these attributes in C++98, or disable them in C++11 or later. 2017-10-15 15:01:42 +00:00
Parse Fix comment typo 2017-11-02 16:37:00 +00:00
Rewrite [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output 2017-08-03 18:12:22 +00:00
Sema [OpenMP] Extend "Avoid VLAs for reduction" optimization to VLAs as base 2017-11-02 13:30:42 +00:00
Serialization PR33746: Store the 'inline'ness of a static data member with the update record 2017-11-02 01:06:00 +00:00
StaticAnalyzer [analyzer] Use the same filename for the header and the implementation of BugReporterVisitor 2017-10-30 22:31:57 +00:00
Tooling [refactor][selection] canonicalize selected string literal to objc 2017-11-02 18:05:48 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00