llvm-project/clang/lib
Rafael Espindola 0df9e16cc7 With this patch -Wwrite-strings is still implemented with the terrible
hack of passing -fconst-strings to -cc1, but at least the driver uses
the regular warning checking code path.

Since we don't support a warning that is DefaultIgnore in one language
but not in another, this patch creates a dummy C only warning in the same
group as the existing one to get the desired effect.

llvm-svn: 194097
2013-11-05 21:43:54 +00:00
..
ARCMigrate ObjectiveC migrator. When inferring readwrite property, 2013-11-01 00:26:48 +00:00
AST Fix vbtable indices when a class shares the vbptr with a non-virtual base 2013-11-05 15:54:58 +00:00
ASTMatchers Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher<T>." 2013-10-29 14:37:15 +00:00
Analysis Fixed bug with checking the kind of types. 2013-10-31 15:38:12 +00:00
Basic Include non-explicit submodules in exported module list 2013-11-04 21:51:33 +00:00
CodeGen Produce direct calls instead of alias to linkonce_odr functions. 2013-11-05 21:37:29 +00:00
Driver With this patch -Wwrite-strings is still implemented with the terrible 2013-11-05 21:43:54 +00:00
Edit ObjectiveC migrator: When doing migration, migrator must suggest 2013-10-01 21:16:29 +00:00
Format clang-format: Allow line merging and partial formatting of nested blocks 2013-11-05 19:10:03 +00:00
Frontend C++1y sized deallocation: if we have a use, but not a definition, of a sized 2013-11-05 09:12:18 +00:00
FrontendTool Remove -ast-dump-xml. 2013-10-07 20:56:34 +00:00
Headers Define [U]LLONG_{MIN,MAX} for C++11, add tests. 2013-10-27 19:00:49 +00:00
Index Avoid using the 'index' namespace as scope. 2013-08-21 00:49:25 +00:00
Lex Lex: Require that '#' be followed by a macro parameter name when preceded by '##' 2013-11-05 09:30:17 +00:00
Parse Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases." 2013-11-05 18:28:21 +00:00
Rewrite Fix typo: inccrementally 2013-10-13 12:02:16 +00:00
Sema Do not allow functions or kernels called 'main' in OpenCL. 2013-11-05 12:30:39 +00:00
Serialization Include non-explicit submodules in exported module list 2013-11-04 21:51:33 +00:00
StaticAnalyzer [analyzer] Track the count of NSOrderedSet similarly to other fast enumerations. 2013-11-04 19:13:08 +00:00
Tooling Use Rewriter::overwriteChangedFiles() directly 2013-10-29 08:32:41 +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