llvm-project/clang/lib
Nick Lewycky e283c5529e Make sure that we evaluate __attribute__((enable_if)) on a method with no overloads. Patch by Ettore Speziale!
llvm-svn: 245985
2015-08-25 22:33:16 +00:00
..
ARCMigrate Remove and forbid raw_svector_ostream::flush() calls. 2015-08-13 18:12:56 +00:00
AST [OPENMP 4.0] Initial support for array sections. 2015-08-25 14:24:04 +00:00
ASTMatchers Add AST narrowing matchers for inline and anonymous namespaces. Since the inline keyword can also be specified on a FunctionDecl, this is a polymorphic matcher. 2015-08-18 19:55:20 +00:00
Analysis unique_ptrify ConsumedBlockInfo analysis to make it move assignable 2015-08-14 01:26:19 +00:00
Basic Rewrite the PPC target feature handling to more resemble other targets. 2015-08-25 13:45:28 +00:00
CodeGen Revert r245879. Speculative, might have caused crbug.com/524604 2015-08-25 18:43:32 +00:00
Driver [clang-cl] Only respect /Oy- for x86_32 2015-08-25 00:46:45 +00:00
Edit [Edit] Use StringRef's copy method. No functional change intended. 2015-08-04 11:18:09 +00:00
Format clang-format: Add space before member function reference qualifiers. 2015-08-25 13:40:51 +00:00
Frontend Initialize the AST consumer as soon as we have both an ASTConsumer and an 2015-08-18 20:39:29 +00:00
FrontendTool
Headers [X86] Remove unnecessary MMX declarations from Intrin.h 2015-08-25 21:27:46 +00:00
Index Remove and forbid raw_svector_ostream::flush() calls. 2015-08-13 18:12:56 +00:00
Lex [modules] Remove unnecessary deserialization of fully-external HeaderFileInfos for all files we've seen in this compilation. 2015-08-24 21:59:32 +00:00
Parse [OPENMP 4.0] Initial support for array sections. 2015-08-25 14:24:04 +00:00
Rewrite Make local function isWhitespaceExceptNL static instead of in anonymous namespace 2015-07-28 04:54:03 +00:00
Sema Make sure that we evaluate __attribute__((enable_if)) on a method with no overloads. Patch by Ettore Speziale! 2015-08-25 22:33:16 +00:00
Serialization [OPENMP 4.0] Initial support for array sections. 2015-08-25 14:24:04 +00:00
StaticAnalyzer [Static Analyzer] Fixed a typo in a diagnostic message. 2015-08-25 16:27:03 +00:00
Tooling [clang-tidy] Make NumOccurrenceFlag for SourcePaths configurable. 2015-08-17 10:01:42 +00:00
CMakeLists.txt
Makefile