.. |
Analysis
|
Handle loading of field values from LazyCompoundVals in GRExprEngine::VisitMemberExpr().
|
2009-10-30 05:48:30 +00:00 |
CXX
|
Improved fix for PR3844, which recovers better for class template
|
2009-10-30 22:09:44 +00:00 |
CodeCompletion
|
Include macros in code-completion results
|
2009-10-30 16:50:04 +00:00 |
CodeGen
|
Fix one more bug with __builtin_object_size.
|
2009-10-29 23:34:20 +00:00 |
CodeGenCXX
|
Code gen for array construction - WIP
|
2009-10-28 20:55:41 +00:00 |
CodeGenObjC
|
Fix <rdar://problem/7330784>. Avoid crashing on 'Class<p>' when generating meta-data for a class.
|
2009-10-28 22:03:49 +00:00 |
Coverage
|
Remove clang-cc code for handling -mmacosx-version-min and
|
2009-10-30 18:12:31 +00:00 |
Driver
|
Change the driver to do the Darwin triple mangling itself instead of forwarding
|
2009-10-30 18:12:20 +00:00 |
FixIt
|
Add 'fixit' hint on mis-use of pointer-to-member
|
2009-10-26 20:45:27 +00:00 |
Frontend
|
Remove clang-cc code for handling -mmacosx-version-min and
|
2009-10-30 18:12:31 +00:00 |
Index
|
Keep track of whether declararions were loaded from a precompiled
|
2009-10-16 20:01:17 +00:00 |
Lexer
|
Converted to use FileCheck.
|
2009-10-13 18:51:26 +00:00 |
Misc
|
Tweak test, with -strict-whitespace $ won't match on Windows because the buffer
|
2009-10-25 20:34:02 +00:00 |
PCH
|
Use %S, not `pwd`, and enable a line that *does* work.
|
2009-08-01 05:57:38 +00:00 |
Parser
|
Improve diagnostics when parsing something like
|
2009-10-30 21:46:58 +00:00 |
Preprocessor
|
add two new and very exhaustive preprocessor tests, patch by
|
2009-10-29 04:55:36 +00:00 |
Rewriter
|
Prep for new warning.
|
2009-07-22 00:43:08 +00:00 |
Sema
|
warn about returning the address of a label.
|
2009-10-30 04:01:58 +00:00 |
SemaCXX
|
Diagnose use of data pointer member in a function call
|
2009-10-28 16:49:46 +00:00 |
SemaObjC
|
This patch computes composite type of two objective-c expressions
|
2009-10-30 01:13:23 +00:00 |
SemaObjCXX
|
this test crashes, disable it harder.
|
2009-07-28 18:22:50 +00:00 |
SemaTemplate
|
When looking for a copy-assignment operator to determine the cv-qualifiers on its argument type, ignore assignment operator templates
|
2009-10-30 22:48:49 +00:00 |
CMakeLists.txt
|
Add support for a chain of stat caches in the FileManager, rather than
|
2009-10-16 18:18:30 +00:00 |
Makefile
|
Allow the PYTHON make variable to override the default Python when running Clang tests, from Ken Dyck.
|
2009-09-29 14:54:28 +00:00 |
TestRunner.sh
|
Switch TestRunner.sh to just use 'lit'.
|
2009-09-20 22:00:23 +00:00 |
cxx-sections.data
|
Update C++ section data and directory structure to reflect N2914
|
2009-06-30 16:45:27 +00:00 |
lit.cfg
|
Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably.
|
2009-09-26 07:36:09 +00:00 |
lit.site.cfg.in
|
Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably.
|
2009-09-26 07:36:09 +00:00 |
make_test_dirs.pl
|
Add the structure for a C++ test suite that mimics the structure of the C++ standard
|
2009-06-13 06:06:53 +00:00 |