.. |
ASTMerge
|
Flip the default for showing include stacks on notes to false. This
|
2011-03-27 20:00:08 +00:00 |
Analysis
|
Adjust test/Analysis/retain-release.m to also test the retain/release checker in Objective-C++ mode.
|
2011-04-29 23:15:53 +00:00 |
CXX
|
Diagnose attempts to implicitly instantiate a template before it is
|
2011-04-27 06:46:31 +00:00 |
CodeCompletion
|
Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728.
|
2011-04-23 01:04:12 +00:00 |
CodeGen
|
block variables on lhs need be ir-gen'ed after the
|
2011-04-29 21:53:21 +00:00 |
CodeGenCXX
|
Cut down unnecessary zero'ing when value-initializing arrays of C++ objects.
|
2011-04-28 22:57:55 +00:00 |
CodeGenObjC
|
tests: Tweak test to not write to the same temporary twice, in the hopes of avoiding sporadic win32 failures about renaming a temporary.
|
2011-04-28 21:23:38 +00:00 |
CodeGenObjCXX
|
Warn for any kind of initialization if initializer does not
|
2011-04-08 18:25:29 +00:00 |
CodeGenOpenCL
|
Modify test for 32 and 64 bit.
|
2011-04-16 01:00:29 +00:00 |
Coverage
|
Remove the AST printer (-ast-print-xml), which is too incomplete and
|
2011-03-07 01:03:30 +00:00 |
Driver
|
Driver/Darwin/ld: Set the deployment target following the version information in
|
2011-04-28 21:23:41 +00:00 |
FixIt
|
Extend Sema::ClassifyName() to support C++, ironing out a few issues
|
2011-04-27 04:48:22 +00:00 |
Frontend
|
Initial work to improve documentation for Clang's diagnostics, from Matthieu Monrocq
|
2011-04-15 22:04:17 +00:00 |
Headers
|
Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests.
|
2010-12-02 17:31:16 +00:00 |
Index
|
Don't waste memory if the initializer expression is empty.
|
2011-04-28 18:53:55 +00:00 |
Lexer
|
Have #pragma message not turn into error by -Werror, by default. Fixes rdar://9308989.
|
2011-04-21 17:11:44 +00:00 |
Misc
|
Don't hide #warnings in a system header, same as gcc. Fixes rdar://8495837.
|
2011-04-21 23:08:23 +00:00 |
PCH
|
Add a decl update when a static data member of a class template is instantiated in a different PCH than its containing class. Otherwise we get double definition errors. Fixes a Boost.MPL problem that affects Boost.Accumulators and probably a lot more of Boost.
|
2011-04-29 08:19:30 +00:00 |
Parser
|
r130381 follow up: accept __uuidof expression for template argument reference.
|
2011-04-29 09:08:14 +00:00 |
Preprocessor
|
Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin defines to real types.
|
2011-04-28 01:59:37 +00:00 |
Rewriter
|
Fixup more objc rwriter bug having to do with
|
2011-04-11 21:17:02 +00:00 |
Sema
|
Convert assertion in memset checking to a runtime check (because real code may provide a deviant definition of memset).
|
2011-04-28 01:38:02 +00:00 |
SemaCUDA
|
Sema: diagnose kernel calls to non-global functions
|
2011-02-23 01:53:29 +00:00 |
SemaCXX
|
Disable -Wnon-pod-memset for now while I try to reduce the false
|
2011-04-29 20:58:14 +00:00 |
SemaObjC
|
Change -Wparentheses to not imply -Widiomatic-parentheses. Users rarely want to see these warnings, and often explicitly pass -Wparentheses.
|
2011-04-29 20:30:39 +00:00 |
SemaObjCXX
|
Add triple in the hope of unbreaking the bubuildbot
|
2011-04-27 03:24:57 +00:00 |
SemaOpenCL
|
OpenCL: if double precision floating point constant encountered
|
2011-03-11 19:24:59 +00:00 |
SemaTemplate
|
More cleanup of template argument deduction and its handling of
|
2011-04-28 00:56:09 +00:00 |
Unit
|
Add CMake support to the clang unittests.
|
2011-02-15 07:54:28 +00:00 |
CMakeLists.txt
|
Nth time's a charm?
|
2011-02-25 00:46:48 +00:00 |
Makefile
|
test/Makefile: Reapply r127079, use $(ECHOPATH) to make lit.site.cfg(s).
|
2011-03-08 22:17:40 +00:00 |
TestRunner.sh
|
…
|
|
cxx-sections.data
|
…
|
|
lit.cfg
|
test/lit.cfg: bash is available on MSYS.
|
2011-03-05 11:16:06 +00:00 |
lit.site.cfg.in
|
test: CMake: Be aware of LLVM_LIT_TOOLS_DIR.
|
2011-02-09 04:19:57 +00:00 |
make_test_dirs.pl
|
…
|
|