llvm-project/clang/utils
Douglas Gregor 377f99bc68 Replace the StringSwitch in AttributeList::getKind() with a
TableGen-generated StringMatcher, for a 1.2% speedup in -fparse-only
time in <rdar://problem/11004361>. Thanks to Benjamin for pointing me
at StringMatcher!

llvm-svn: 156003
2012-05-02 17:33:51 +00:00
..
ABITest utils/ABITest: Factor out type naming code slightly. 2010-09-27 20:13:24 +00:00
C++Tests Remove the vestiges of the C backend. 2012-03-23 05:51:52 +00:00
CIndex Wrap 'data' key in quotes. 2010-04-17 00:37:35 +00:00
OptionalTests fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
TableGen Replace the StringSwitch in AttributeList::getKind() with a 2012-05-02 17:33:51 +00:00
TestUtils Fix typo in test program 2010-07-14 00:09:17 +00:00
VtableTest More magic. 2010-03-29 03:26:49 +00:00
analyzer [analyzer] Testing: These checkers are not experimental anymore. 2012-02-20 21:10:40 +00:00
valgrind Add a valgrind suppressions file for x86_64-pc-linux-gnu and gcc-4.3.3 which 2009-09-04 02:53:57 +00:00
CaptureCmd Use /usr/bin/env trick to find python. Patch by Krister Walfridsson. 2009-07-10 20:15:12 +00:00
CmpDriver fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
FindSpecRefs Use /usr/bin/env trick to find python. Patch by Krister Walfridsson. 2009-07-10 20:15:12 +00:00
FuzzTest [utils/FuzzTest] Add '--stop-on-fail' to stop the script on the first failure 2012-03-08 20:29:39 +00:00
SummarizeErrors Use /usr/bin/env trick to find python. Patch by Krister Walfridsson. 2009-07-10 20:15:12 +00:00
builtin-defines.c Tweak this non-default test so it still works w/ x86 feature support. 2009-05-11 23:11:21 +00:00
clang-completion-mode.el Add a FIXME for uncomplete comment 2012-04-24 15:42:03 +00:00
clangVisualizers.txt Add SmallVectorImpl Visual Studio visualizer. Patch by Nikola Smiljanic. 2012-04-19 17:26:49 +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