Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
b6972e6ddcf4bf0364dfc6d640cadd4c34748916
/
test
« Previous
3da9a8f
ObjectiveC IRGen. Replace _objc_empty_vtable pointer in Objective-C
by Fariborz Jahanian
· 11 years ago
66b5dac
ARM-Darwin: Use the *-*-darwin-eabi triple for v6m & v7m archs
by Tim Northover
· 11 years ago
7edf9a4
Teach Clang to accept and ignore -f[no-]implicit-templates.
by Chandler Carruth
· 11 years ago
6e40ca5
Teach Clang to recognize and ignore GCC's -fdiagnostics-show-location
by Chandler Carruth
· 11 years ago
ee0cd37
Use the same SourceManager for ModuleMaps and compilations.
by Manuel Klimek
· 11 years ago
df1cce5
Support GNU attributes in alias-declarations now that GCC has implemented them
by Richard Smith
· 11 years ago
c4fe0a6
Fix a test file option from -emit-llvm -o to -emit-llvm-only.
by Faisal Vali
· 11 years ago
d92aa2d
PR17666: Instead of allowing an initial identifier argument in any attribute
by Richard Smith
· 11 years ago
605f91f
Fix an instantiation bug with nested generic lambdas and conversion to fptrs.
by Faisal Vali
· 11 years ago
7967c95
Implements 64 bit microsoft record layout and adds lit tests to cover
by Warren Hunt
· 11 years ago
645526c
Parse: Disable delayed template parsing for constexpr functions
by David Majnemer
· 11 years ago
885d8bf
AST: Mangle fields in anonymous structs/unions
by David Majnemer
· 11 years ago
8484375
Intrinsics: fix extract & insert when index is out of bound.
by Manman Ren
· 11 years ago
1dc31f5
[analyzer] Generate a LazyCompoundVal when loading from a union-typed region.
by Jordan Rose
· 11 years ago
bef582b
Refactor out the circular reference to LambdaExpr in CXXRecordDecl.
by Faisal Vali
· 11 years ago
63c521a
[mips][msa] Add intrinsics that map to pseudo-instructions.
by Daniel Sanders
· 11 years ago
a3d311e
And Again: Teach TreeTransform how to transform nested generic lambdas.
by Faisal Vali
· 11 years ago
80f2b2e
Revert r193223 and r193216.
by Rafael Espindola
· 11 years ago
a4c91af
Remove the circular reference to LambdaExpr in CXXRecordDecl.
by Faisal Vali
· 11 years ago
f06a2893
Make UsingShadowDecls redeclarable. This fixes some visibility problems with
by Richard Smith
· 11 years ago
b814a2a
Again: Teach TreeTransform and family how to transform generic
by Faisal Vali
· 11 years ago
3f5b4de
CFG: Properly print delegating initializer CFG elements.
by Jordan Rose
· 11 years ago
a8a2ebe
Retain previous language linkage of friend function declarations
by Alp Toker
· 11 years ago
69170e6
Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-inserted
by Richard Smith
· 11 years ago
255ca71
Sema: Allow IndirectFieldDecl to appear in a non-type template argument
by David Majnemer
· 11 years ago
65f958d
Consider hidden decls for isUsed checks.
by Rafael Espindola
· 11 years ago
b1c0e20
Treat aliases as definitions.
by Rafael Espindola
· 11 years ago
d205498
New fix for pr17535.
by Rafael Espindola
· 11 years ago
bb6144b
_mm_extract_epi16: use "& 7" when index is out of bound.
by Manman Ren
· 11 years ago
6d87e65
Use GEPs correctly when adjusting this in MicrosoftCXXABI
by Timur Iskhodzhanov
· 11 years ago
d661d50
Revert r193073 and the attempt to fix it in r193170.
by Chandler Carruth
· 11 years ago
37acb25
Reenable 'break' in 'for' specifier to allow compilation of QT macro 'foreach'
by Serge Pavlov
· 11 years ago
87017a7
Revert "This patch causes clang to reject alias attributes that point to undefined names. For example, with this patch we now reject"
by Rafael Espindola
· 11 years ago
e37bf44
This patch causes clang to reject alias attributes that point to undefined
by Rafael Espindola
· 11 years ago
c641709
Allow a header to be part of multiple modules.
by Daniel Jasper
· 11 years ago
588a51a
Sema: Do not allow template declarations inside local classes
by David Majnemer
· 11 years ago
2cfbf05
Revert "Re-enable passing MS inline asm test."
by Reid Kleckner
· 11 years ago
150f9da
Re-enable passing MS inline asm test.
by Reid Kleckner
· 11 years ago
fae3a1a
[AArch64] Add the constraint to NEON scalar mla/mls instructions.
by Chad Rosier
· 11 years ago
deefa7c
Make this test pass -verify.
by Rafael Espindola
· 11 years ago
2a20270
Ignore -fstrength-reduce and -fno-strength-reduce.
by Rafael Espindola
· 11 years ago
7e66ed3
Extend test to show an alias can be before a definition.
by Rafael Espindola
· 11 years ago
22dd997
[mips][msa] Fix definition of SLD instruction.
by Matheus Almeida
· 11 years ago
c6c9cf4
Set the default hardware division features for ARM cpus. Also set it as default for A32 armv8.
by Silviu Baranga
· 11 years ago
1db2e27
Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware divide in the mode that we are compiling in (depending on the target features), not defined if we don't. Should be compatible with the GCC conterpart. Also adding a -hwdiv option to overide the default behavior.
by Silviu Baranga
· 11 years ago
fb90266
Fix to PR8880 (clang dies processing a for loop).
by Serge Pavlov
· 11 years ago
fbfd642
Lex: Don't restrict legal UCNs when preprocessing assembly
by Justin Bogner
· 11 years ago
b75009c
Be more precise when diagnosing 'inline' on global replacement functions
by David Majnemer
· 11 years ago
b914e87
Implement function type checker for the undefined behavior sanitizer.
by Peter Collingbourne
· 11 years ago
bf54855
Revert r193022 and r193048. They broke the ubsan test suite.
by Peter Collingbourne
· 11 years ago
a3bfa54
Switch attribute test line endings from CRLF
by Alp Toker
· 11 years ago
8b40772
Fix crash in cleanup attr handling
by Alp Toker
· 11 years ago
acca8bc
Driver: libubsan_cxx depends on libubsan. Preserve the topological ordering, some linkers depend on it.
by Benjamin Kramer
· 11 years ago
d2b0cf3
Sema: Diagnose global replacement functions declared as inline
by David Majnemer
· 11 years ago
63d29e2
When building ubsan, link in ubsan parts first and sanitizer-common second, to
by Nick Lewycky
· 11 years ago
b5c7768
Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.
by Kaelyn Uhrain
· 11 years ago
6e4f6f8
Be smarter about deciding to add a leading '::' to a
by Kaelyn Uhrain
· 11 years ago
13be032
Consumed analysis: fix assert failure.
by DeLesley Hutchins
· 11 years ago
b405c95
clang-cl: diagnose setting asm listing filename with multiple inputs
by Hans Wennborg
· 11 years ago
b934d24
Fix crash if a submodule @imports another submodule from the same module. The
by Richard Smith
· 11 years ago
c85832f
ObjectiveC. Added support for methods annotated with format_arg
by Fariborz Jahanian
· 11 years ago
be63ab6
Consumed analysis: assume that non-const reference parameters are initially
by DeLesley Hutchins
· 11 years ago
c5cdafc
Consumed analysis: All the return_typestate parameter to be attached to the
by DeLesley Hutchins
· 11 years ago
4553a85
[AArch64] Add support for NEON scalar extract narrow instructions.
by Chad Rosier
· 11 years ago
ddb2ad2
[Mips] Define __mips_fpr and _MIPS_FPSET macros.
by Simon Atanasyan
· 11 years ago
9b67118
C++ modules: don't lose track of a 'namespace std' that is imported from a module.
by Richard Smith
· 11 years ago
3c40a28
Basic ODR checking for C++ modules:
by Richard Smith
· 11 years ago
530fa4f
Check "late parsed" friend functions for redefinition
by Alp Toker
· 11 years ago
0823566
Fix missed exception spec checks and crashes
by Alp Toker
· 11 years ago
7121bdb
[-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'final'
by David Majnemer
· 11 years ago
d4f0e19
Consumed analysis: Add param_typestate attribute, which specifies that
by DeLesley Hutchins
· 11 years ago
cd0f6d7
Consumed Analysis: Allow parameters that are passed by non-const reference
by DeLesley Hutchins
· 11 years ago
f98f12f
ObjectiveC migrator. In infering NS_ENUM/NS_OPTIONS
by Fariborz Jahanian
· 11 years ago
9cd5d40
Consumed analysis: update to previous test case.
by DeLesley Hutchins
· 11 years ago
682a56b
Revert "Fix missed exception spec checks and crashes"
by Alp Toker
· 11 years ago
bb81f88
Fix missed exception spec checks and crashes
by Alp Toker
· 11 years ago
52f717e
Consumed analysis: fix ICE in handling of loop source locations.
by DeLesley Hutchins
· 11 years ago
d867422
[AArch64] Add support for NEON scalar three register different instruction
by Chad Rosier
· 11 years ago
82a2911
clang-cl: Add support for asm listings (/FA and /Fa)
by Hans Wennborg
· 11 years ago
af7ed9e
[mips] Added -mfp64 and -mfp32 options.
by Daniel Sanders
· 11 years ago
d66b88f
[mips][msa] Added most of the remaining builtins
by Daniel Sanders
· 11 years ago
d1bcd4c
Remove unicode characters, trailing whitespace from test case
by David Majnemer
· 11 years ago
a7c8b10
Follow-up to r192822: fix Clang assertion when building with -fexceptions
by Timur Iskhodzhanov
· 11 years ago
251b18d
This is now passing. Uncomment and close out PR6281.
by Bill Wendling
· 11 years ago
b754974
Add support to the Clang driver for forwarding all of gfortran's flags
by Chandler Carruth
· 11 years ago
2e3fd94
Add the context that a function was created in as the context for the
by Eric Christopher
· 11 years ago
0b327d3
Add implementations of the MSVC barrier intrinsics
by Reid Kleckner
· 11 years ago
b5b3f81
ObjectiveC migrator. Remove blank lines
by Fariborz Jahanian
· 11 years ago
1654320
Add preprocessor support for powerpc vsx.
by Eric Christopher
· 11 years ago
d37df39
Remove an old, seemingly out of date, comment.
by Eric Christopher
· 11 years ago
49ef481
PR17592: Ensure we diagnose shadowing a template parameter with a local extern
by Richard Smith
· 11 years ago
cced97c
[AArch64] Add support for NEON scalar negate instruction.
by Chad Rosier
· 11 years ago
567fd23
[AArch64] Add support for NEON scalar absolute value instruction.
by Chad Rosier
· 11 years ago
b81765f
ObjectiveC migrator. Don't add 'assign' for
by Fariborz Jahanian
· 11 years ago
40bd5ce
Add minimal command line support for the VSX powerpc processor.
by Eric Christopher
· 11 years ago
d5e59fc
Rework ppc options handling into a features group.
by Eric Christopher
· 11 years ago
624b367
ObjectiveC migrator. 'atomic' is the default attribute.
by Fariborz Jahanian
· 11 years ago
9686f12
Emit a .ident saying that clang produced this file.
by Rafael Espindola
· 11 years ago
15dbacc
Enabling 3DNow! prefetch instruction support for a few AMD processors in the
by Yunzhong Gao
· 11 years ago
803ccc9
ObjectiveC migrator. Use 'assign' for 'delegate' properties. // rdar://15231860
by Fariborz Jahanian
· 11 years ago
Next »