llvm-project/clang/lib
NAKAMURA Takumi ae9c904a4c Parser::ParseCXXCondition(): Prune \param in r273548 [-Wdocumentation]
llvm-svn: 273624
2016-06-23 22:47:59 +00:00
..
ARCMigrate Apply clang-tidy's misc-move-constructor-init throughout Clang. 2016-05-27 14:27:13 +00:00
AST Implement p0292r2 (constexpr if), a likely C++1z feature. 2016-06-23 19:16:49 +00:00
ASTMatchers Apply some suggestions from clang-tidy's performance-unnecessary-value-param. 2016-06-15 14:20:56 +00:00
Analysis Implement p0292r2 (constexpr if), a likely C++1z feature. 2016-06-23 19:16:49 +00:00
Basic [AArch64] Change the preferred alignment for char and short to word alignment 2016-06-21 15:55:29 +00:00
CodeGen Invoke simplifycfg and sroa before instcombine. 2016-06-23 20:13:10 +00:00
Driver Restructure the propagation of -fPIC/-fPIE. 2016-06-23 15:07:32 +00:00
Edit Remove autoconf support 2016-01-26 21:30:40 +00:00
Format clang-format: [JS] handle conditionals in fields, default params. 2016-06-23 21:51:49 +00:00
Frontend Restructure the propagation of -fPIC/-fPIE. 2016-06-23 15:07:32 +00:00
FrontendTool Make it possible for AST plugins to enable themselves by default 2016-03-15 12:51:40 +00:00
Headers [AVX512] Replace masked unpack builtins with shufflevector and selects. 2016-06-23 06:36:42 +00:00
Index Use ranges to concisely express iteration 2016-06-23 00:15:04 +00:00
Lex [Lex] Try to fix a 'comparison is always false' warning. NFC. 2016-06-16 02:30:33 +00:00
Parse Parser::ParseCXXCondition(): Prune \param in r273548 [-Wdocumentation] 2016-06-23 22:47:59 +00:00
Rewrite Remove use of builtin comma operator. 2016-02-18 22:34:54 +00:00
Sema Implement p0292r2 (constexpr if), a likely C++1z feature. 2016-06-23 19:16:49 +00:00
Serialization Implement p0292r2 (constexpr if), a likely C++1z feature. 2016-06-23 19:16:49 +00:00
StaticAnalyzer [Analyzer] Don't cache report generation ExplodedNodes 2016-06-23 15:47:12 +00:00
Tooling Trying to fix a buffer overflow that broke buildbot sanitizer-x86_64-linux-fast/builds/13946. 2016-06-21 20:49:50 +00:00
CMakeLists.txt