Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
8c8bbade37581bb78c1233d7194cc00ee11d29a0
8c8bbad
Adding intrinsics to the clang front end for the x86 TBM instruction set.
by Yunzhong Gao
· 11 years ago
f4e12c8
Moving style option formatting to libFormat
by Edwin Vane
· 11 years ago
2e563c2
Fix use-after-free.
by Manuel Klimek
· 11 years ago
f78bf4a
clang-format: Improve alignment after 'return'.
by Daniel Jasper
· 11 years ago
144fe70
Add a bunch of other GCC '-f' options and ignore them. This covers every
by Chandler Carruth
· 11 years ago
8af75cd
Switch one of the ignored boolean flag multiclasses to not have an 'f'
by Chandler Carruth
· 11 years ago
70a499d
SemaTemplateDeduction.cpp: Suppress a warning. [-Wunused-variable]
by NAKAMURA Takumi
· 11 years ago
c6867dd
Revert the linkage fix.
by Faisal Vali
· 11 years ago
998c518
Remove an unnecessary overload from ASTLambda.h
by Faisal Vali
· 11 years ago
99229cd
Fix computation of linkage within nested lambdas.
by Faisal Vali
· 11 years ago
7454cdc
Add section on VS integration to the ClangFormat documentation.
by Manuel Klimek
· 11 years ago
56fe35b
Fix windows newlines :(
by Faisal Vali
· 11 years ago
097595a
Fix misspelling of -fmodules-decluse.
by Daniel Jasper
· 11 years ago
2037698
clang-format: Fix assertion on incomplete string literals.
by Daniel Jasper
· 11 years ago
d6992ab
Implement conversion to function pointer for generic lambdas without captures.
by Faisal Vali
· 11 years ago
5ada7a5
Add character set related __STDC_* definitions.
by Ed Schouten
· 11 years ago
4cb295d
Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y;
by Richard Smith
· 11 years ago
00549b4
Remove commented-out entry for ARBs, they're not in C++1y any more.
by Richard Smith
· 11 years ago
47e6b64
The second parameter of nexttoward is always long double.
by Benjamin Kramer
· 11 years ago
3d9efec
Documentation: minor fixes/improvements to documentation of DependentScopeDeclRefExpr.
by James Dennett
· 11 years ago
6ad3cdd
Make helper function static.
by Benjamin Kramer
· 11 years ago
42572f5
Refactor comment merging.
by Benjamin Kramer
· 11 years ago
5c805e9
Separate construction of bi-arch path suffix from construction of
by Simon Atanasyan
· 11 years ago
9beaf20
Add compat/extension warnings for init captures.
by Richard Smith
· 11 years ago
1851715
Add extra testing for init-captures.
by Richard Smith
· 11 years ago
44868f5
Mark lambda init-captures as complete.
by Richard Smith
· 11 years ago
39edfeb
Switch from putting init capture VarDecls in the surrounding DeclContext to
by Richard Smith
· 11 years ago
04fa7a3
Per latest drafting, switch to implementing init-captures as if by declaring
by Richard Smith
· 11 years ago
9b072b3
[analyzer] Make inlining decisions based on the callee being variadic.
by Jordan Rose
· 11 years ago
97b94cb
Typo correction: _int64 -> __int64.
by Warren Hunt
· 11 years ago
fffce2e
Implements some of the more commonly used intrinsics in Intrin.h
by Warren Hunt
· 11 years ago
2ceb67a
Don't suggest namespaces if the next token is a '.'
by Kaelyn Uhrain
· 11 years ago
8a06d8f
TBAA: use the same format for scalar TBAA and struct-path aware TBAA.
by Manman Ren
· 11 years ago
9fd8024
ObjectiveC migrator. Infer property from getters only
by Fariborz Jahanian
· 11 years ago
8853c35
Implementation of N3760 which is planned to be voted into C++14's draft
by Chandler Carruth
· 11 years ago
bb79169
Fix a bug where we failed to diagnose class template specialization uses.
by Chandler Carruth
· 11 years ago
86e0468
Note that modules are supported for C/Objective-C, and have syntax in ObjC.
by Douglas Gregor
· 11 years ago
89eb0d6
docs: Document CXXLiteralOperatorName and CXXUsingDirective
by Justin Bogner
· 11 years ago
4e60b9c
docs: Remove note about Identifiers being used for C++ operators
by Justin Bogner
· 11 years ago
5cf3e35
Update the help text.
by Rafael Espindola
· 11 years ago
14f9889
Replace -fobjc-default-synthesize-properties with disable-objc-default-synthesize-properties.
by Rafael Espindola
· 11 years ago
998894b
Implement N3760, support for the [[deprecated]] attribute.
by Chandler Carruth
· 11 years ago
629bc52
Mark variable template implementation as complete. Nearly all of the credit
by Richard Smith
· 11 years ago
d0629eb
Variable templates: handle instantiation of static data member templates
by Richard Smith
· 11 years ago
2096fd6
Comment out links for papers that aren't up yet.
by Richard Smith
· 11 years ago
0f90ee0
Don't give suggest things like function names on the left side of "=".
by Kaelyn Uhrain
· 11 years ago
6243f62
Avoid the hard-coded limit on the number of typo corrections attempted.
by Kaelyn Uhrain
· 11 years ago
2b17b47
Cache the location of failed typo corrections so that typo correction
by Kaelyn Uhrain
· 11 years ago
eb263e8
Fix typo: Dellocation.
by Benjamin Kramer
· 11 years ago
8b7ab36
Fix formatting goof.
by Richard Smith
· 11 years ago
f9d2ccd
Update status:
by Richard Smith
· 11 years ago
4fe475a
clang-cl: pass /FI options to fallback
by Hans Wennborg
· 11 years ago
ca750be
Adding pre/post conditions for some Replacement handling functions
by Edwin Vane
· 11 years ago
1b9c537
SourceManager: Open code isInMainFile.
by Benjamin Kramer
· 11 years ago
d2af0dd
Quick-fix the test for no-asserts build
by Timur Iskhodzhanov
· 11 years ago
dea69a1
Remove method that always returns true.
by Rafael Espindola
· 11 years ago
d7c47d9
[analyzer] Allow pre/post-statement checkers for UnaryOperator.
by Jordan Rose
· 11 years ago
473f8b2
Fix the test files by removing the unnecessary -emit-llvm flag (should address Matt Beaumont-Gay's concern regarding failure on a read-only filesystem)
by Faisal Vali
· 11 years ago
6967e78
Added a comment and another test for the UT_ForIndentation option
by Alexander Kornienko
· 11 years ago
62a5565
Updated examples of UseTab option
by Alexander Kornienko
· 11 years ago
f6a6882
Updated clang-format style options doc.
by Alexander Kornienko
· 11 years ago
3d9ffcf
Implemented tab usage only for indentation (http://llvm.org/PR17363)
by Alexander Kornienko
· 11 years ago
a53d7a0
Abstract out the emission of vtables, add basic support for vtable emission when using -cxx-abi microsoft
by Timur Iskhodzhanov
· 11 years ago
acf8e90
Correctly indent with tabs when whitespace starts from the column not divisible by TabWidth.
by Alexander Kornienko
· 11 years ago
6b3ff8c
clang-format: Improve formatting of functions with multiple trailing tokens.
by Daniel Jasper
· 11 years ago
c420e3c
AST: Handle multidimensional arrays inside of __uuidof()
by David Majnemer
· 11 years ago
48c099f
clang-format: Fix formatting bug with comment in weird place.
by Daniel Jasper
· 11 years ago
fe16aa3
AST: Handle qualified array types in typeid() expressions
by David Majnemer
· 11 years ago
bce8c92
Add -fno-unsigned-char and ignore it. We already support -fno-signed-char, add
by Nick Lewycky
· 11 years ago
2add97e
NumericLiteralParser::ParseNumberStartingWithZero(): Try to appease MSC16's miscompilation.
by NAKAMURA Takumi
· 11 years ago
5467920
Sema: Respect -fdelayed-template-parsing when parsing constexpr functions
by David Majnemer
· 11 years ago
18209a7
Remove some stray underscores from copyright block. Fix first line length to match length of the one after the copyright block.
by Craig Topper
· 11 years ago
f1ebccd
ObjectiveC migrator: Donlt annotate NS_RETURNS_INNER_POINTER
by Fariborz Jahanian
· 11 years ago
0d4e068
ObjectiveC migrator: function pointer is not an
by Fariborz Jahanian
· 11 years ago
35969ea
Debug info: Fix a crash when trying to construct a type with redundant
by Adrian Prantl
· 11 years ago
d7a495c
Remove an unused variable - thanks to Nick Lewycky for pointing this out!
by Faisal Vali
· 11 years ago
a934c31
Fix error recovery when a return type correction includes a new name specifier.
by Kaelyn Uhrain
· 11 years ago
084be2d
Fix up fallout from r187156.
by Bob Wilson
· 11 years ago
fad9e13
Implement a rudimentary form of generic lambdas.
by Faisal Vali
· 11 years ago
e67ebbe
Fix a bug in the typo correction replacement location.
by Kaelyn Uhrain
· 11 years ago
3d9559b
Teach typo correction to look inside of classes like it does namespaces.
by Kaelyn Uhrain
· 11 years ago
65ea687
Add macro test from N3781.
by Richard Smith
· 11 years ago
9a17677
Per updates to D3781, allow underscore under ' in a pp-number, and allow ' in a #line directive.
by Richard Smith
· 11 years ago
0e4bdb0
clang-cl: Add /FI (forced include) as an alias for -include
by Reid Kleckner
· 11 years ago
0fe441a
[driver] Ignore -fno-var-tracking; it's a GCC option we don't support.
by Jordan Rose
· 11 years ago
6a09ad2
Remove fno_builtin_strcat and fno_builtin_strcpy.
by Rafael Espindola
· 11 years ago
0cd6bd6
Mark an impossible path as unreachable to pacify GCC.
by Benjamin Kramer
· 11 years ago
729be24
Remove -fbuiltin-strcat and -fbuiltin-strcpy.
by Rafael Espindola
· 11 years ago
4e77e06
Ignore unknown -fno-builtin-*.
by Rafael Espindola
· 11 years ago
e48ceda
Remove unused parameter.
by Rafael Espindola
· 11 years ago
7178f6e
Ignore some -f options that are supported by gcc.
by Rafael Espindola
· 11 years ago
146feb0
Remove tabs.
by Benjamin Kramer
· 11 years ago
7f270f0
Fix buildbot breakage.
by Richard Smith
· 11 years ago
064c3f1
Replace a bool with an enum for clarity, based on review comment from James Dennett.
by Richard Smith
· 11 years ago
e688ddf
If a partial specialization of a member template is declared within a class
by Richard Smith
· 11 years ago
859b622
Implement C++1y digit separator proposal (' as a digit separator). This is not
by Richard Smith
· 11 years ago
d0dbb7e
[OPENMP] Improved variable lookup procedure for threadprivate variables.
by Alexey Bataev
· 11 years ago
e7346c1
Provide inline definitions of _Unwind_GetIP etc. for ARM in unwind.h
by Hans Wennborg
· 11 years ago
e3e686f
Remove unused param from MicrosoftMangle::mangleCallingConvention()
by Reid Kleckner
· 11 years ago
92011d0
Update NumTypeBits on Type to match the actual number of used bits.
by Mark Lacey
· 11 years ago
Next »