Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
23e66db769a708f4f5eed34779548d99d5665abd
23e66db
DebugInfo: Random tidying up/simplification
by David Blaikie
· 11 years ago
c8fa525
Provide suggested no-arg calls for overloaded member functions missing calls
by David Blaikie
· 11 years ago
fb1ff86
[docs] `-fno-sanitize=` is accepted too.
by Sean Silva
· 11 years ago
d52b20c
[document parsing]: Allow multiple adjacent \return and the like
by Fariborz Jahanian
· 11 years ago
373ac0a
Teach ARM va_arg to ignore empty structs.
by Tim Northover
· 11 years ago
f5c3a25
Check for trivial constructibility before emptiness in ARM ABI.
by Tim Northover
· 11 years ago
adebeb8
[NVPTX] Fix inline asm test case to use LLVM IR instead of PTX so it works even when the NVPTX target is not built
by Justin Holewinski
· 11 years ago
e9ccbee
DebugInfo test: Rename function to avoid using the same name as a type
by David Blaikie
· 11 years ago
7ef042d
Aggregate & rename limit debug info tests.
by David Blaikie
· 11 years ago
73b8d4b
Fix a leak of TargetMachine in clang. We'll continue to leak it on purpose if
by Nick Lewycky
· 11 years ago
f0c31d9
PR16214: Debug info for types first used via pointers or qualified types & later require definitions
by David Blaikie
· 11 years ago
538fccb
Propagate the invalid bit from bases to derived template classes.
by Matt Beaumont-Gay
· 11 years ago
0ac428e
[NVPTX] Add NVPTX register constraints
by Justin Holewinski
· 11 years ago
4447af9
Extend template instantiation bug fix (r184503) with fixit test
by Larisse Voufo
· 11 years ago
a9a7f10
Add an option to not indent declarations when breaking after the type.
by Manuel Klimek
· 11 years ago
053c88b
Revert "[analyzer] Handle zeroing CXXConstructExprs."
by Jordan Rose
· 11 years ago
8f5d7d1
[Modules] If a module map resides in a system header directory, treat it as a system module.
by Douglas Gregor
· 11 years ago
472e66e
Add basic fixit test to template instantiation bug fix (r184503)
by Larisse Voufo
· 11 years ago
ef7eb02
Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use.
by Samuel Benzaquen
· 11 years ago
8711da1
Disable an assertion death test when using MSVC's assert()
by Reid Kleckner
· 11 years ago
9b60195
[ms-cxxabi] Destroy temporary record arguments in the callee
by Reid Kleckner
· 11 years ago
8c5f948
Improve documentation for AST matchers.
by Manuel Klimek
· 11 years ago
09a5604
DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' and add '[def]' for non-decl tag types
by David Blaikie
· 11 years ago
8a52dce
Delete dead code.
by Eli Friedman
· 11 years ago
a9f3958
Add test.
by Eli Friedman
· 11 years ago
6ba6726
[docs] Add link to presentation slides.
by Sean Silva
· 11 years ago
104f96b
Delete dead code.
by Eli Friedman
· 11 years ago
3f7c1b1
Add an assert() suggested by Richard.
by Nico Weber
· 11 years ago
c6498cd
Add missing test.
by Eli Friedman
· 11 years ago
076f51f
Fix all the silly things I committed in r184509
by David Blaikie
· 11 years ago
9812328
[analyzer] Handle zeroing CXXConstructExprs.
by Jordan Rose
· 11 years ago
ff8e04e
[analyzer] Fix stale comment in CallEvent.
by Jordan Rose
· 11 years ago
eab6a36
Alternative fix for r184473.
by David Blaikie
· 11 years ago
74f05cc
Add test header missing from r184504.
by Douglas Gregor
· 11 years ago
fc46be9
When building a module, keep *all* declared methods in the global method pool.
by Douglas Gregor
· 11 years ago
7c64ef0
Bug Fix: Template explicit instantiations should not have definitions (FixIts yet to be tested.)
by Larisse Voufo
· 11 years ago
8ff7e32
Add a couple more tests.
by Eli Friedman
· 11 years ago
ef37744
Update a comment to clarify that searching the target triple bin
by Chandler Carruth
· 11 years ago
9b9bdba
Fix a crash with __flaot128 noticed by Eli.
by Nico Weber
· 11 years ago
98d1ec1
[checked-arithmetic builtins] Added builtins to enable users to perform checked-arithmetic in c.
by Michael Gottesman
· 11 years ago
a499377
Add back a condition accidentially removed in r184470.
by Richard Trieu
· 11 years ago
14b0e4b
Fix typo in comment. Patch by Matthew Dempsky!
by Richard Smith
· 11 years ago
a80d1b4
Fix copy-pasted comment.
by Richard Smith
· 11 years ago
3e1aca2
Don't allow __attribute__((common)) in C++. PR16330.
by Eli Friedman
· 11 years ago
6747005
Avoid repeatedly evaluating subexpressions when checking for unsequenced
by Richard Smith
· 11 years ago
cac18ad
Lazily provide a __float128 dummy type in -std=gnu++11 mode.
by Nico Weber
· 11 years ago
45ff380
Call __cxa_begin_catch before std::terminate() in a noexcept trap.
by John McCall
· 11 years ago
6bb1102
Debug Info: Attempt to resolve forward declarations if we are not emitting
by Adrian Prantl
· 11 years ago
f3a0d0f
Test files for private header patch.
by Lawrence Crowl
· 11 years ago
bc3f628
This patch adds new private headers to the module map. Private
by Lawrence Crowl
· 11 years ago
f462b01
Extend -Wnon-pod-varargs to check calls made from function pointers.
by Richard Trieu
· 11 years ago
4cde94a
Clean up warning and add a test.
by Eli Friedman
· 11 years ago
c1826a5
Add test.
by Eli Friedman
· 11 years ago
cdeba0b
Fix English grammar error.
by Lawrence Crowl
· 11 years ago
381c9b7
CodeGen: Don't set 'PMBuilder.DisableSimplifyLibCalls'
by Meador Inge
· 11 years ago
f5d40bf
Add an additional test for dynamic_cast.
by Eli Friedman
· 11 years ago
040bfc5
Remove dead code.
by Eli Friedman
· 11 years ago
6f1a240
Fix CodeGenCXX/debug-info.cpp to target a known ABI (x86-64-linux) so as not to be confused by strange (& currently broken) Windows ABI
by David Blaikie
· 11 years ago
cd91d05
Fix CodeGenCXX/debug-info.cpp test on Windows
by Reid Kleckner
· 11 years ago
da4cb0c
Use the new name of getUniqueID.
by Rafael Espindola
· 11 years ago
76c2f92
Enhancements for the DynTypedMatcher system.
by Samuel Benzaquen
· 11 years ago
cf52ca6
Adds the equalsBoundNode matcher.
by Manuel Klimek
· 11 years ago
8afa39b
Use the same set of whitespace characters for all operations in BreakableToken.
by Alexander Kornienko
· 11 years ago
1a68afd
Implements declaratorDecl, parmVarDecl and hassTypeLoc matchers.
by Manuel Klimek
· 11 years ago
c2fa6b6
Improved source code fidelity for gcc mode attribute.
by Enea Zaffanella
· 11 years ago
3a166e2
Add -fno-assume-sane-operator-new when building with MSan.
by Evgeniy Stepanov
· 11 years ago
fbd4116
Update two options to my proposed syntax for user-facing driver options:
by Chandler Carruth
· 11 years ago
9122025
Fix static analyzer crash when casting from an incomplete type
by Pavel Labath
· 11 years ago
fc5335d
Add a regression test for PR16370 next to the dr7 test case since they
by Chandler Carruth
· 11 years ago
62341d3
Temporarily revert r183462: "Implement DR7"
by Chandler Carruth
· 11 years ago
850cf51
Fix one place I missed that was memcpy'ing TypeLocs in a way that messes
by Eli Friedman
· 11 years ago
37a84f6
PR16377: Allow evaluation of statement expressions in constant evaluation,
by Richard Smith
· 11 years ago
87c2932
Add a workaround for a libstdc++-4.2 <tr1/hashtable> bug. This header uses
by Richard Smith
· 11 years ago
d7abe10
One more cast test.
by Eli Friedman
· 11 years ago
eb82a42
Add a few more tests for casts.
by Eli Friedman
· 11 years ago
e40bc4b
Fix typo in r184308.
by Richard Smith
· 11 years ago
8964367
Add a testcase which uses an UnresolvedUsingTypenameDecl as the base of an NNS.
by Eli Friedman
· 11 years ago
63f4050
[clang-lit] Added the run_long_tests param option/long_tests feature to toggle execution of long running FileCheck tests.
by Michael Gottesman
· 11 years ago
3258abc
Revert r184205 and associated patches while investigating issue with broken buildbot (possible interaction with LTO)
by Stephen Lin
· 11 years ago
8bb8669
[libclang] Make sure crash-recovery for module-building does not interfere with libclang crash-recovery.
by Argyrios Kyrtzidis
· 11 years ago
94d22de
Fix r184381 so the test doesn't fail. Sorry for the inconvenience, I thought I had checked it.
by Eli Friedman
· 11 years ago
c02bea4
Extra test for diagnostic in Sema::BuildCXXNestedNameSpecifier.
by Eli Friedman
· 11 years ago
8db6cc7
Remove dead code.
by Eli Friedman
· 11 years ago
fa0d3f8
Improve diagnostic for redeclaring static member function. Fixes PR16382.
by Eli Friedman
· 11 years ago
6e91f4b
Fix for PR 16367, display the name of a function in a diagnostic instead of
by Richard Trieu
· 11 years ago
d4fbdc7
Add missing test for -Wunneeded-member-functions.
by Eli Friedman
· 11 years ago
41c9bae
Debug Info: PR14763/r183329 - specify that non-trivial pass-by-value parameters are stored indirectly
by David Blaikie
· 11 years ago
c36c5c2
Fixed long-standing issue with incorrect length calculation of multi-line comments.
by Alexander Kornienko
· 11 years ago
08dc71f
Delete dead code. (Array element types are always complete in C.)
by Eli Friedman
· 11 years ago
d5fbb29
Enhancements for the DynTypedNode
by Samuel Benzaquen
· 11 years ago
4444dbb
Corrections to r184205 ('this'-return optimization) due to the wrong version of the patch being committed originally.
by Stephen Lin
· 11 years ago
2d588b4
documentation parsing: patch to make @class work for
by Fariborz Jahanian
· 11 years ago
2d8b279
Revert "Adds support for openSUSE ARM v5/v7 triples."
by Renato Golin
· 11 years ago
50abf4b
Adds support for openSUSE ARM v5/v7 triples.
by Renato Golin
· 11 years ago
43a75fc
[CodeGen] Move EHScopeStack into its own header
by Reid Kleckner
· 11 years ago
f67129a
[Windows] Fix __declspec(property) when the getter returns a ref
by Reid Kleckner
· 11 years ago
054d049
Completely revamp node binding for AST matchers.
by Manuel Klimek
· 11 years ago
e310d44
Don't depend on PathV1.h including set.
by Rafael Espindola
· 11 years ago
9063302
[ms-cxxabi] Emit and install appropriately mangled vbtables
by Reid Kleckner
· 11 years ago
4cd90df
[Driver] Don't forward source file input args to gcc
by Reid Kleckner
· 11 years ago
Next »