llvm-project/clang/lib
Richard Smith 082b0035b9 PR19742: cv-qualifiers and ref-qualifiers aren't allowed on functions within
pointer and reference types, even if those types are produced by template
instantiation.

llvm-svn: 208825
2014-05-14 23:23:27 +00:00
..
ARCMigrate [C++11] Use 'nullptr'. 2014-05-07 06:21:57 +00:00
AST When an overloaded comparison operator returns a reference, do not consider 2014-05-14 23:22:10 +00:00
ASTMatchers Add support for named values in the parser. 2014-04-14 13:51:21 +00:00
Analysis Converting some for loops to use range-based for loops. No functional changes intended. 2014-05-14 20:42:13 +00:00
Basic Add __ARM_DWARF_EH__ to signify the use of Itanium ABI for unwind 2014-05-13 18:58:36 +00:00
CodeGen Rename CodeGenModule::getLLVMLinkageforDeclarator -> getLLVMLinkageForDeclarator 2014-05-14 19:54:53 +00:00
Driver clang-cl: Fall back immediately if /GR and /fallback were both passed 2014-05-14 16:03:05 +00:00
Edit [C++11] Use 'nullptr'. 2014-05-09 08:15:10 +00:00
Format clang-format: Add option to allow short blocks on a single line. 2014-05-14 09:33:35 +00:00
Frontend Make DiagnosticsEngine non-copyable 2014-05-11 22:10:52 +00:00
FrontendTool [leaks] Don't leak the fake arguments we synthesize for LLVM option 2014-05-03 08:39:35 +00:00
Headers Define the InterlockedCompareExchange64 intrinsic on 32-bits too 2014-05-13 13:59:05 +00:00
Index Comment parsing: remove HTML attribute validation 2014-04-30 21:54:30 +00:00
Lex PR19698, PR19674: enable __has_feature checks for cxx_generic_lambdas and 2014-05-09 21:08:59 +00:00
Parse [OPENMP] Removed unnecessary enums from OpenMP constructs 2014-05-12 04:23:46 +00:00
Rewrite [C++11] Use 'nullptr'. 2014-05-07 06:21:57 +00:00
Sema PR19742: cv-qualifiers and ref-qualifiers aren't allowed on functions within 2014-05-14 23:23:27 +00:00
Serialization No longer triggering a checked iterator assert on Windows when using std::copy while deserializing attributed statements with more than one attribute. 2014-05-13 14:55:01 +00:00
StaticAnalyzer Silence warning in Release builds. This function is only used in an assert. 2014-05-11 09:31:47 +00:00
Tooling Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit. 2014-05-10 16:31:55 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00