llvm-project/clang/lib
Nico Weber 9386c82d56 Improve diagnostic on default-initializing const variables (PR20208).
This tweaks the diagnostic wording slighly, and adds a fixit on a note.
An alternative would be to add the fixit directly on the diagnostic, see
the review thread linked to from the bug for a few notes on that approach.

llvm-svn: 213725
2014-07-23 05:16:10 +00:00
..
ARCMigrate Revert "unique_ptr-ify ownership of ASTConsumers" 2014-07-17 22:34:12 +00:00
AST AST printer: fix double space before base class with no access specifier. 2014-07-23 03:22:10 +00:00
ASTMatchers Revert "unique_ptr-ify ownership of ASTConsumers" 2014-07-17 22:34:12 +00:00
Analysis Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt. 2014-07-15 11:37:03 +00:00
Basic [OPENMP] Initial parsing and sema analysis for 'read' clause in 'atomic' directive. 2014-07-23 02:27:21 +00:00
CodeGen [OPENMP] Initial parsing and sema analysis for 'atomic' directive. 2014-07-22 10:10:35 +00:00
Driver clang-cl: ignore /showIncludes when combined with /E (PR20336) 2014-07-21 23:42:07 +00:00
Edit [CMake] Reorder libdeps by alphabetical order. 2014-07-14 04:59:27 +00:00
Format Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".reset()" 2014-07-19 01:06:45 +00:00
Frontend If a module build reports errors, don't try to load it 2014-07-19 16:29:28 +00:00
FrontendTool Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Headers AVX-512: I added new headers to makefiles. It should resolve tests fail. 2014-07-22 12:08:25 +00:00
Index Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Lex Provide extra information in the "integer constant is too large" diagnostic. This will be used to improve other diagnostics. 2014-07-22 14:08:09 +00:00
Parse [OPENMP] Initial parsing and sema analysis for 'read' clause in 'atomic' directive. 2014-07-23 02:27:21 +00:00
Rewrite Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Sema Improve diagnostic on default-initializing const variables (PR20208). 2014-07-23 05:16:10 +00:00
Serialization [OPENMP] Initial parsing and sema analysis for 'read' clause in 'atomic' directive. 2014-07-23 02:27:21 +00:00
StaticAnalyzer [OPENMP] Initial parsing and sema analysis for 'atomic' directive. 2014-07-22 10:10:35 +00:00
Tooling Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00