projects
/
clang
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
clang
2013-11-23
Ted Kremenek
Move logic to check if a class is tagged with objc_supp...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Alp Toker
Fix a SSE2 intrinsics typo
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Argyrios Kyrtzidis
[CodeGen] If there is a function definition with duplic...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Daniel Jasper
clang-format: Support Qt's slot access specifiers.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Rafael Espindola
Don't use the gcc driver for assembling.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Daniel Jasper
clang-format: Fix incorrect space in parameters named...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Daniel Jasper
clang-format: The "<" of a template argument is not...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Rafael Espindola
Don't pass +soft-float, +soft-float-abi to the arm...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Daniel Jasper
clang-format: Fix bug in ObjC method declaration format...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Benjamin Kramer
Enable non-fragile ABI for the ObjFW runtime
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Daniel Jasper
clang-format: Prefer column layout if possible.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Richard Smith
Fix module name collision in tests.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Richard Smith
Generate a marker token when entering or leaving a...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Peter Collingbourne
Add Distance parameter to ASTNodeKind::isBaseOf.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Peter Collingbourne
Rename *MatcherCreateCallback to *MatcherDescriptor...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Peter Collingbourne
Split registry matcher resolution into a lookup phase...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Ted Kremenek
Add back experimental attribute objc_suppress_protocol_...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Ted Kremenek
Change ObjCIntefaceDecl::lookupMethod() to have optiona...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Peter Collingbourne
Revert r195526, "Remove uninstantiable constructor...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Peter Collingbourne
Remove uninstantiable constructor from DeclTemplate.h
commit
|
commitdiff
|
tree
|
snapshot
2013-11-23
Fariborz Jahanian
ObjectiveC. Remove warning diagnostic which checks
commit
|
commitdiff
|
tree
|
snapshot
2013-11-22
Samuel Benzaquen
Make the negative test more specific.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-22
Aaron Ballman
Updating Subjects definitions for attributes based...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-22
Aaron Ballman
Whitespace. No functional change intended.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-22
Joerg Sonnenberger
Adjust r194296 to not apply the alias replacement for...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-22
Manman Ren
Debug Info: add a "Debug Info Version" module flag...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-22
Fariborz Jahanian
ObjectiveC modern translator. Fixes a translation bug
commit
|
commitdiff
|
tree
|
snapshot
2013-11-22
Samuel Benzaquen
Add support for the 'unless' matcher in the dynamic...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-22
Richard Barton
Add support for Cortex-A12.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-22
NAKAMURA Takumi
AST/DeclBase.h: Fix \param of Decl::new() in r195426...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-22
Justin Bogner
Revert r193994 and part of r193995
commit
|
commitdiff
|
tree
|
snapshot
2013-11-22
Justin Bogner
CodeGen: Whitespace
commit
|
commitdiff
|
tree
|
snapshot
2013-11-22
Artyom Skrobov
Deleting three tests that are redundant with test/Prepr...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-22
Richard Smith
Add class-specific operator new to Decl hierarchy....
commit
|
commitdiff
|
tree
|
snapshot
2013-11-22
Alp Toker
Tidy up the no-external-assembler diag
commit
|
commitdiff
|
tree
|
snapshot
2013-11-22
Alp Toker
Add txt file extension to VS solution's README
commit
|
commitdiff
|
tree
|
snapshot
2013-11-22
Alp Toker
Make ASTUnit structure stable with NDEBUG
commit
|
commitdiff
|
tree
|
snapshot
2013-11-22
Daniel Jasper
clang-format: Fix bug in alignment of complex template...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-22
Daniel Jasper
clang-format: Recognize braced lists with trailing...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-22
Jiangning Liu
For AArch64, intrinsic vget_low_xxx can be optimized...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-22
Dmitri Gribenko
Comment parsing tests: XML schema: actually run the...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-22
Fariborz Jahanian
ObjectiveC migrator. Improve on definition, use
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Richard Smith
PR18013: Don't assert diagnosing a bad std::initializer...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Ekaterina Romanova
Test commit for the user "kromanova" to verify commit...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Fariborz Jahanian
ObjectiveC. Implement attribute 'objc_bridge_mutable'
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Fariborz Jahanian
ObjectiveC migrator. delegate property must be
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Joey Gouly
Fix a crash in EmitStoreThroughExtVectorComponentLValue...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Enea Zaffanella
Added testcase for r195255.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Artyom Skrobov
[ARM] add basic support for Cortex-A7 and VFPv4 to...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Alexander Kornienko
Better implementation of JavaScript === and !== operators.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Tim Northover
ARM: define & use __ARM_NEON on ARM32 (as per ACLE)
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Ana Pazos
Implemented Neon scalar vdup_lane intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Ted Kremenek
Revert "Add new attribute 'objc_suppress_protocol'...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Ana Pazos
Implemented Neon scalar by element intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Ted Kremenek
Add new attribute 'objc_suppress_protocol' to suppress...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Ted Kremenek
Refactor some of handleObjCBridgeAttr to make it more...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Hans Wennborg
Provide better diagnostic wording for initializers...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Richard Smith
PR10837: Warn if a null pointer constant is formed...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Aaron Ballman
Refactored integer argument checking code into a helper...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Daniel Jasper
clang-format: Improve formatting of ObjC method express...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Fariborz Jahanian
ObjectiveC migrator. use strong instead of
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Fariborz Jahanian
ObjectiveC. Allow toll free bridge cast warnings outside
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Aaron Ballman
Implemented DefaultIntArgument in the table generator...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Hans Wennborg
[-cxx-abi microsoft] Emit linkonce_odr definitions...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Richard Smith
Fix new check for missing semicolon after struct defini...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Fariborz Jahanian
ObjectiveC ARC. warn in presense of __bridge casting to
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Aaron Ballman
There is no such thing as __declspec(ms_struct), this...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Aaron Ballman
Removed a duplicate diagnostic related to attribute...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Aaron Ballman
Updated the thread safety attribute definitions to...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Justin Holewinski
[NVPTX] Update ABI handling
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Manman Ren
Set default Dwarf Version for -gline-tables-only on...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Fariborz Jahanian
ObjectiveC ARC. Better checking of toll free briding
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Ted Kremenek
Refine 'deprecated' checking for Objective-C classes...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Alexander Kornienko
Added an option to allow short function bodies be place...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Enea Zaffanella
When wrapping lazily generated builtins in an extern...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Daniel Jasper
Simplify fix proposed in r195240.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Alexander Kornienko
Support for JavaScript === and !== operators.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Simon Atanasyan
[Mips] Take in account the -mfp64 command line option...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Manuel Klimek
Fix bug where optimization would lead to strange line...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Bill Wendling
Update to next release numbers.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Aaron Ballman
Removing a custom error diagnostic and replacing it...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Dmitri Gribenko
Comment parsing tests: introduce a little more structur...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Aaron Ballman
Ensuring the warning for attribute decl types matches...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Dmitri Gribenko
Revert r195176, it is breaking buildbots for unclear...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Fariborz Jahanian
ObjectiveC ARC. validate toll free bridge casting
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Dmitri Gribenko
Comment parsing tests: introduce a little more structur...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Anna Zaks
[analyzer] Fix an infinite recursion in region invalida...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Reid Kleckner
Add a mangler entry point for TBAA rather than using...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Richard Smith
PR9547: If we're parsing a simple-declaration that...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Aaron Ballman
Switching some string literals to be generated by the...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Warren Hunt
Microsoft Record Layout: zero sized base after base...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Rafael Espindola
Further fixes when thiscall is the default for methods.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Jim Grosbach
ARM: embedded v7 'darwin' doesn't get min-version defines.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Dmitri Gribenko
Remove full path from CHECK line
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Fariborz Jahanian
ObjectiveC ARC. Removes a bogus warning when a weak
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Dmitri Gribenko
Documentation parsing: in HeaderDoc, \abstract is equiv...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Fariborz Jahanian
ObjectiveC migrator. Do not migrate categories with
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Fariborz Jahanian
bjectiveC. Use a uniform diagnostic for
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
John Thompson
YAML I/O - Added default trait support for std:string...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Alexander Kornienko
Refactoring: replaced (*(I + x)) with I[x].
commit
|
commitdiff
|
tree
|
snapshot
next