llvm-project/clang/lib
Richard Smith 80877c228d Add an Extension warning for applying unary * to an operand of type 'void*' in
C++. This seems like a pointless (and indeed harmful) restriction to me, so
I've suggested removing it to -core and disabled this diagnostic by default.

llvm-svn: 208254
2014-05-07 21:53:27 +00:00
..
ARCMigrate [C++11] Use 'nullptr'. 2014-05-07 06:21:57 +00:00
AST Use nullptr instead of 0 for const char * value. 2014-05-07 09:53:02 +00:00
ASTMatchers Add support for named values in the parser. 2014-04-14 13:51:21 +00:00
Analysis Fix handling of condition variables in the face of temp dtors. 2014-05-05 18:21:06 +00:00
Basic [mips] Pass nan2008 info to the back-end. 2014-05-07 16:16:07 +00:00
CodeGen When doing int<->ptr coercion for big-endian, calculate the shift amount correctly. 2014-05-07 17:41:15 +00:00
Driver [mips] Pass nan2008 info to the back-end. 2014-05-07 16:16:07 +00:00
Edit [objcmt] Revert r191796, it's not needed anymore. 2014-04-28 02:38:51 +00:00
Format clang-format: Be slightly more aggressive on single-line functions. 2014-05-07 09:48:30 +00:00
Frontend If an instantiation of a template is required to be a complete type, check 2014-05-07 02:25:43 +00:00
FrontendTool [leaks] Don't leak the fake arguments we synthesize for LLVM option 2014-05-03 08:39:35 +00:00
Headers Let stddef.h respect __need_{wchar_t, size_t, NULL, ptrdiff_t, wint_t}. 2014-04-30 04:35:09 +00:00
Index Comment parsing: remove HTML attribute validation 2014-04-30 21:54:30 +00:00
Lex Add -Wnon-modular-include* options 2014-05-05 21:44:13 +00:00
Parse [OPENMP] Initial codegen for '#pragma omp parallel' 2014-05-06 10:08:46 +00:00
Rewrite [C++11] Use 'nullptr'. 2014-05-07 06:21:57 +00:00
Sema Add an Extension warning for applying unary * to an operand of type 'void*' in 2014-05-07 21:53:27 +00:00
Serialization [OPENMP] Initial codegen for '#pragma omp parallel' 2014-05-06 10:08:46 +00:00
StaticAnalyzer NSOrCFErrorDerefChecker: Don't leak bug type. Similar to r208110/r208155. Found by LSan. 2014-05-07 21:28:03 +00:00
Tooling PR19601: std::remove_if does not really remove the elements. 2014-04-30 19:59:22 +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