Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
8fb316ab6bf3ffc3f8d7aaac3d2091c319e1527d
8fb316a
Expand test/Driver/at_file.c test to check that PR16209 is fixed.
by Hans Wennborg
· 11 years ago
3a16aa9
Remove unused diagnostics.
by Benjamin Kramer
· 11 years ago
c2294ef
Remove line number from test/Analysis/crash-trace.c.
by Jordan Rose
· 11 years ago
371aad5
Mark test/Analysis/crash-trace.c as requiring crash recovery.
by Jordan Rose
· 11 years ago
ec97014
Convert another test to -###.
by Rafael Espindola
· 11 years ago
bae4dc4
Fixing the build bots from the previous commit.
by Aaron Ballman
· 11 years ago
73b11d9
Add missing quotes for -###.
by Rafael Espindola
· 11 years ago
2907f78
Use -### instead of -ccc-echo.
by Rafael Espindola
· 11 years ago
faf71a8
Replacing some manual diagnostic checks with an existing helper method. Adding missing test cases for the diagnostics.
by Aaron Ballman
· 11 years ago
8424852
Run %clang_cc1, it is the one that actually crashes.
by Rafael Espindola
· 11 years ago
73883c3
Removed a redundant diagnostic and replaced it with a more standard one. Added a test case for the diagnostic.
by Aaron Ballman
· 11 years ago
437d43f
Consolidate several attribute argument diagnostics into a single, selectable diagnostic. This makes the diagnostic more consistent.
by Aaron Ballman
· 11 years ago
081c883
Correcting the NSObject and Overloadable attribute diagnostics so that the count reported matches reality.
by Aaron Ballman
· 11 years ago
4ac537b
C++1y literal suffix support:
by Richard Smith
· 11 years ago
fee1622
[analyzer] Enable pseudo-destructor expressions.
by Jordan Rose
· 11 years ago
413c572
[analyzer] Add test for crash tracing (r186639)
by Jordan Rose
· 11 years ago
9815ec0
Revert "[analyzer] Add very limited support for temporary destructors"
by Jordan Rose
· 11 years ago
e6c8afc
Error on more illegal kernel argument types for OpenCL
by Matt Arsenault
· 11 years ago
17b3c0d
Make the nomathbuiltin.c test less demanding.
by Eli Bendersky
· 11 years ago
683a37b
Further simplify test case from r186894
by David Blaikie
· 11 years ago
b3da613
Integers which are too large should be an error.
by Eli Friedman
· 11 years ago
08bf33a
Simplify testcase. rdar://problem/14386148
by Adrian Prantl
· 11 years ago
264d206
Add a -fno-math-builtin option to the Clang -cc1
by Eli Bendersky
· 11 years ago
1f43791
Implement a better fix for r186894 by setting the appropriate type for __byref_variable_layout.
by Adrian Prantl
· 11 years ago
34cb2a3
ObjectiveC migration. Better handle migration to conforming
by Fariborz Jahanian
· 11 years ago
334ded9
Debug Info: Acknowledge the alignment when locating byref block variables.
by Adrian Prantl
· 11 years ago
df88082
Testcase for PR16673.
by Eli Friedman
· 11 years ago
4e16bf2
Don't emit open-paren fixit without close-paren.
by Eli Friedman
· 11 years ago
10f9004
Revert commit 186833 (no longer needed after the fix in 186859).
by Enea Zaffanella
· 11 years ago
b22d194
Make modules depend on the compiler's own module.map, as a proxy for the compiler itself.
by Douglas Gregor
· 11 years ago
45ccf28
Use the updated name for the attribute.
by Bill Wendling
· 11 years ago
8202630
Fixed implementation of C89 6.5.7 p3.
by Enea Zaffanella
· 11 years ago
e3069e2
Objective-C migration: Use NS_OPTIONS when enumerators
by Fariborz Jahanian
· 11 years ago
0474cfd
[arcmt] Only disable ARC in the second compilation if there were actually ARC errors in the checking phase.
by Argyrios Kyrtzidis
· 11 years ago
10ed981
Add testcase for PR16134, which no longer crashes with ToT.
by Richard Smith
· 11 years ago
e088360
Update comment to refer to core issue number.
by Richard Smith
· 11 years ago
6bc8f9a
This test was missing its -verify argument.
by Aaron Ballman
· 11 years ago
4626a20
Fix bug in clang-format's vim integration cause by r186789.
by Daniel Jasper
· 11 years ago
0e1896a
Add support for overloaded matchers. ie different matcher function signatures with the same name.
by Samuel Benzaquen
· 11 years ago
212e3d7
c-index-test.c: Let this C89-compliant since r186817.
by NAKAMURA Takumi
· 11 years ago
a4130ba
[ms-cxxabi] Emit linkonce complete dtors in TUs that need them
by Reid Kleckner
· 11 years ago
73701ea
Rename D to GD to match the type, which is GlobalDecl
by Reid Kleckner
· 11 years ago
264947a
Install git-clang-format along with clang-format by default.
by Daniel Jasper
· 11 years ago
cfa18ea
Forward declare OMPClause in Sema.h to avoid an include
by Reid Kleckner
· 11 years ago
b9a5935
Implement the part of C89 6.5.7 p3 requiring a constant initializer list
by Enea Zaffanella
· 11 years ago
8d030c7
Improve clarity/consistency of a few UsingDecl methods and related helpers.
by Enea Zaffanella
· 11 years ago
0d317a0
Remove superfluous cast.
by Robert Wilhelm
· 11 years ago
03c55be
PR16288: A template is only missing a default template argument if it provides
by Richard Smith
· 11 years ago
cbc820a
Implement DR257 / fix PR16659:
by Richard Smith
· 11 years ago
9fa6673
SemaTemplate.cpp: Prune a stray "\param NumParamLists" in comment. [-Wdocumentation]
by NAKAMURA Takumi
· 11 years ago
c1e293f
Test updates missed from r186799.
by Richard Smith
· 11 years ago
ddcff1b
Tighten up the set of operator new/operator delete calls we're permitted to
by Richard Smith
· 11 years ago
85c4851
Const-correct some iterators. No functional change.
by Craig Topper
· 11 years ago
8bfffa5
Replace 'unsigned short' with 'uint16_t' in a packed data structure for consistency with other fields and to be explicit about bit count.
by Craig Topper
· 11 years ago
cbfb8d7
Revert r186649 because it wasn't unnecessary and add a comment.
by Craig Topper
· 11 years ago
1169e2f
Convert Sema::MatchTemplateParametersToScopeSpecifier to ArrayRef.
by Robert Wilhelm
· 11 years ago
81e4549
report unused-value warning also for warn_unused types
by Lubos Lunak
· 11 years ago
0e295f3
clang-format: Smarter replacement in the vim integration.
by Daniel Jasper
· 11 years ago
0189fd6
Added preproc callback for pragma directives.
by Enea Zaffanella
· 11 years ago
cfc5708
Add missing check for creating an instance of an abstract class through an
by Richard Smith
· 11 years ago
cbec59a
Undisable a test for a c++98-compat warning for inheriting constructors now that we implement them.
by Richard Smith
· 11 years ago
1d3ce65
add type attribute warn_unused, for -Wunused-variable warnings (pr#14253)
by Lubos Lunak
· 11 years ago
8ee6a0d
avoid bogus warnings about "unknown" pragmas with -frewrite-includes (pr#14831)
by Lubos Lunak
· 11 years ago
ce6af11
fix sometimes incorrect line numbers in -frewrite-includes mode (pr#14795)
by Lubos Lunak
· 11 years ago
844a527
Silence GCC warning for using both enum and unsigned in a ternary expr.
by Benjamin Kramer
· 11 years ago
cfaa552
DiagnosticIDs: Forbid Diag ID from being valid
by David Majnemer
· 11 years ago
03bf10d
If a default argument is a dependent type, get the real type from the desugared
by Richard Trieu
· 11 years ago
6540052
Fix bug in computing POD-for-layout.
by Eli Friedman
· 11 years ago
3727c8f
Use -lines option instead of -offset/-length. This fixes problems with files using dos newlines (<CR><LF>).
by Alexander Kornienko
· 11 years ago
a5e6601
Make IgnoreParens() look through ChooseExprs.
by Eli Friedman
· 11 years ago
4384712
FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations
by Larisse Voufo
· 11 years ago
8c5d407
Revert "Use function overloading instead of template specialization for diagnosis of bad template argument deductions."
by Larisse Voufo
· 11 years ago
ba037f2
Fix pack instantiation with function types.
by Eli Friedman
· 11 years ago
a730f54
Use function overloading instead of template specialization for diagnosis of bad template argument deductions.
by Larisse Voufo
· 11 years ago
20cfeca
Correctly handle packs for variadic type traits.
by Eli Friedman
· 11 years ago
519f26b
Remove trailing whitespace
by Craig Topper
· 11 years ago
c2f531a
Add a cl.exe compatible driver mode
by Hans Wennborg
· 11 years ago
c6274ce
Use an i686 triple for this test now that it uses stdcall
by Reid Kleckner
· 11 years ago
4bdb602
Fix another place where clang check objc selector name instead of checking the selector family
by Jean-Daniel Dupas
· 11 years ago
faae53d
ObjectiveC migrator: Another use case of enum
by Fariborz Jahanian
· 11 years ago
2f5a231
Add support for raw_ostream on the printing methods of Diagnostics.
by Samuel Benzaquen
· 11 years ago
5b92696
Create calling convention AttributedType sugar nodes
by Reid Kleckner
· 11 years ago
10ec0e4
Fix for template substitution with packs.
by Eli Friedman
· 11 years ago
635c1dc
Update users manual to indicate:
by Richard Smith
· 11 years ago
cdbc3b3
[mips] Add support for command-line options -mno-check-zero-division and
by Akira Hatanaka
· 11 years ago
d0c5b8a
[arcmt] After checking is successful disable auto-synthesize to avoid "@synthesize of 'weak' property is only
by Argyrios Kyrtzidis
· 11 years ago
fe6dec6
Replace some existing type attribute diagnostics with a
by Aaron Ballman
· 11 years ago
6fb63ab
Add SourceRange to PPCallbacks::Defined callback.
by John Thompson
· 11 years ago
de9ed71
Fix source range of implicitly instantiated friend declaration.
by Enea Zaffanella
· 11 years ago
e36d31e
Fix test to actually check things.
by Benjamin Kramer
· 11 years ago
7268563
Fixes an ObjC migrator crash when last decl in file is an enum.
by Fariborz Jahanian
· 11 years ago
7abbb85
This patch implements __get_cpuid_max() as an inline and __cpuid() and
by Roman Divacky
· 11 years ago
5c92b9a
[SystemZ] Add -march= command-line option
by Richard Sandiford
· 11 years ago
0e373ec
[SystemZ] Enable frame-pointer elimination for -O1 and above
by Richard Sandiford
· 11 years ago
e6a0f09
Revert r186672 - turns out ASan supports Mac OS 10.6 yet.
by Alexey Samsonov
· 11 years ago
829fbc5
[ASan] Reflect the dropped Mac OS 10.6 support in docs
by Alexey Samsonov
· 11 years ago
8b1f2f9
Allow clang tools to display an overview when using the CommonOptionsParser.
by Manuel Klimek
· 11 years ago
46fa4c3
Adds overlapsWith and contains predicates on tooling::Range.
by Manuel Klimek
· 11 years ago
0696301
Adds ctorInitializer and forEachConstructorInitializer matchers.
by Manuel Klimek
· 11 years ago
5806bb5
StmtOpenMP.h: Prune a stray \param in the comment of OMPExecutableDirective(). [-Wdocumentation]
by NAKAMURA Takumi
· 11 years ago
Next »