hanchenye-llvm-project/clang/utils
Jordan Rose c3b23aa848 Error if an anonymous DiagGroup is referenced multiple times.
Not only is this inefficient for TableGen, it's annoying for maintenance
when renaming warning flags (unusual) or adding those flags to a group
(more likely).

This uses the new fix-it infrastructure for LLVM's SourceMgr/SMDiagnostic,
as well as a few changes to TableGen to track more source information.

llvm-svn: 172087
2013-01-10 18:50:46 +00:00
..
ABITest
C++Tests Remove the cellspu port. 2012-11-14 22:08:59 +00:00
CIndex
OptionalTests fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
TableGen Error if an anonymous DiagGroup is referenced multiple times. 2013-01-10 18:50:46 +00:00
TestUtils
VtableTest
analyzer [analyzer] SATestBuild.py: allow make builds to disable parallelization 2012-11-26 19:59:57 +00:00
valgrind
CaptureCmd
ClangDataFormat.py [utils/ClangDataFormat.py] Don't use lldb.frame directly, get the frame from the value. 2013-01-09 23:22:08 +00:00
CmpDriver fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
FindSpecRefs
FuzzTest [utils/FuzzTest] Add '--stop-on-fail' to stop the script on the first failure 2012-03-08 20:29:39 +00:00
SummarizeErrors
builtin-defines.c
clang-completion-mode.el Minor comments and changes to clang-completion-mode.el, from David Wood! 2012-06-07 22:33:29 +00:00
clangVisualizers.txt Updating the visualizers to include more datatypes. Patch thanks to Jay Blanchard. 2012-05-31 19:27:30 +00:00
find-unused-diagnostics.sh Add a script that produces a list of all diagnostics that are defined in 2012-02-13 20:21:52 +00:00
token-delta.py