..
ARCMT
[arcmt] Make sure the function has an associated parameter for the argument
2013-02-14 17:29:16 +00:00
ASTMerge
Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then
2012-12-20 02:22:15 +00:00
Analysis
[analyzer] Teach trackNullOrUndef to look through ternary operators
2013-03-15 01:15:12 +00:00
CXX
PR15290: 'this' is not permitted in the declaration of a friend function,
2013-03-15 00:41:52 +00:00
CodeCompletion
PR14381: Never skip constexpr function bodies when code-completing. We may need
2012-11-19 21:13:18 +00:00
CodeGen
Really fix the MIPS test.
2013-03-13 22:44:19 +00:00
CodeGenCUDA
CUDA: give static storage class to __shared__ and __constant__
2012-08-28 20:37:50 +00:00
CodeGenCXX
Force column info only for direct inlined functions. This should strike
2013-03-15 17:09:05 +00:00
CodeGenObjC
Add a testcase for r177118.
2013-03-14 22:49:05 +00:00
CodeGenObjCXX
Sema: Preserve attributes on parameters in instantiated function templates.
2013-03-08 22:25:36 +00:00
CodeGenOpenCL
Fix indirect byval passing of records in address spaced memory. Allocate memory on stack, and memcpy the actual value before the call.
2013-03-10 12:59:00 +00:00
Coverage
Objective-C: When using super.prop, property should be
2013-03-11 22:26:33 +00:00
Driver
[ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is not explicitly disabled).
2013-03-14 12:13:27 +00:00
FixIt
Fix warning text of my last patch.
2013-02-28 23:16:39 +00:00
Frontend
[driver] Warnings for warning options are handled by the frontend. The driver needs to process the
2013-01-15 01:21:53 +00:00
Headers
libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard against
2013-02-21 02:17:58 +00:00
Index
[libclang] Fix a test and a warning on windows.
2013-03-11 16:03:17 +00:00
Lexer
Add -Wc99-compat warning for C11 unicode string and character literals.
2013-03-11 18:01:42 +00:00
Misc
[PR15513/<rdar://problem/13409707>] Template arguments in diagnostics aren't always known at compile time.
2013-03-14 20:44:43 +00:00
Modules
Ensure that the identifier chains have the most recent declaration after module deserialization.
2013-02-18 15:53:43 +00:00
OpenMP
Add initial rough support for synthesizing linker options when passed
2013-01-17 13:19:29 +00:00
PCH
[PCH] When complaining that a header from the PCH was modified, also mention
2013-03-08 20:42:38 +00:00
Parser
Add quotation marks to template names in diagnostics.
2013-03-05 06:21:38 +00:00
Preprocessor
Preprocessor: don't keep comments under -traditional-cpp.
2013-03-05 23:54:55 +00:00
Rewriter
objective-C modern translator: Fixes a mistranslation
2013-02-11 19:30:33 +00:00
Sema
c: Also chek for integer overflow for '%' operator.
2013-03-15 17:03:56 +00:00
SemaCUDA
…
SemaCXX
Diagnose about extern "C" functions returning c++ objects
2013-03-14 23:09:00 +00:00
SemaObjC
Don't try to typo-correct 'super' in an objc method.
2013-03-14 22:56:43 +00:00
SemaObjCXX
Sema: Preserve attributes on parameters in instantiated function templates.
2013-03-08 22:25:36 +00:00
SemaOpenCL
Add support for the 'endian' attribute for OpenCL.
2013-03-14 09:54:43 +00:00
SemaTemplate
Flag that friend function definitions are "late parsed" so that
2013-03-14 05:13:41 +00:00
TableGen
Revert "tg-fixits.td: fixup for Linux"
2013-01-11 02:37:47 +00:00
Tooling
ClangTool output cleanup
2013-03-15 20:14:01 +00:00
Unit
Fixup for r176934. More careful setup of path to llvm-symbolizer
2013-03-15 07:29:58 +00:00
CMakeLists.txt
Add llvm-symbolizer as test dependency.
2013-03-13 09:36:02 +00:00
Makefile
…
TestRunner.sh
…
cxx-sections.data
…
lit.cfg
Fixup for r176934. More careful setup of path to llvm-symbolizer
2013-03-15 07:29:58 +00:00
lit.site.cfg.in
…
make_test_dirs.pl
…