hanchenye-llvm-project/clang/utils
Richard Smith caf3390d44 Constant expression evaluation refactoring:
- Remodel Expr::EvaluateAsInt to behave like the other EvaluateAs* functions,
   and add Expr::EvaluateKnownConstInt to capture the current fold-or-assert
   behaviour.
 - Factor out evaluation of bitfield bit widths.
 - Fix a few places which would evaluate an expression twice: once to determine
   whether it is a constant expression, then again to get the value.

llvm-svn: 141561
2011-10-10 18:28:20 +00:00
..
ABITest utils/ABITest: Factor out type naming code slightly. 2010-09-27 20:13:24 +00:00
C++Tests
CIndex
OptionalTests fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
TableGen Constant expression evaluation refactoring: 2011-10-10 18:28:20 +00:00
TestUtils Fix typo in test program 2010-07-14 00:09:17 +00:00
VtableTest
analyzer [analyzer] Static Analyzer Qualification Infrastructure: Scripts to support basic testing of the analyzer on external projects. This can be used as a basis for setting up a buildbot. 2011-10-06 23:26:27 +00:00
valgrind
CaptureCmd
CmpDriver fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
FindSpecRefs
FuzzTest
SummarizeErrors
builtin-defines.c
clang-completion-mode.el Minor fix for clang-completion-mode, from Dve Abrahams 2010-12-14 16:52:29 +00:00
clangVisualizers.txt Easier debugging with Visual Studio Visualizers, from Nikola Smiljanic! 2011-07-27 05:22:46 +00:00
token-delta.py