llvm-project/clang/lib
George Karpenkov 134d8473ef [Analyzer] Give more descriptive name to BdyFrm field.
Discussion at: https://reviews.llvm.org/D39220

llvm-svn: 316617
2017-10-25 21:49:41 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST Correct behavior of fastcall when default CC is set. 2017-10-24 23:12:01 +00:00
ASTMatchers [ASTMatchers] Expose forEachOverriden in dynamic AST matchers. 2017-10-23 16:48:46 +00:00
Analysis [Analyzer] Give more descriptive name to BdyFrm field. 2017-10-25 21:49:41 +00:00
Basic [CUDA] Print an error if you try to compile with < sm_30 on CUDA 9. 2017-10-25 21:32:06 +00:00
CodeGen CodeGen: fix PPC Darwin variadics 2017-10-25 17:56:50 +00:00
CrossTU Fix implicit-fallthrough warning by adding missing break 2017-09-24 15:17:46 +00:00
Driver [CUDA] Print an error if you try to compile with < sm_30 on CUDA 9. 2017-10-25 21:32:06 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format [clang-format] Sort whole block of using declarations while partially formatting 2017-10-18 22:13:25 +00:00
Frontend Create fewer copies of StringMaps. No functionality change intended. 2017-10-22 20:16:28 +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 mplement __has_unique_object_representations 2017-10-24 21:31:50 +00:00
Rewrite [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output 2017-08-03 18:12:22 +00:00
Sema Ignore implicity casts for zero-as-null-pointer-constant warning 2017-10-25 20:23:13 +00:00
Serialization [C++17] Fix PR34970 - tweak overload resolution for class template deduction-guides in line with WG21's p0620r0. 2017-10-22 14:45:08 +00:00
StaticAnalyzer [Analyzer] Do not use static storage to for implementations created in BodyFarm.cpp 2017-10-23 23:59:52 +00:00
Tooling [rename] support renaming class member. 2017-10-25 11:54:45 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00