projects
/
clang
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
clang
2013-12-05
Dmitri Gribenko
Allow the warning 'case value not in enumerated type...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Reid Kleckner
[ms-cxxabi] bitcast to i8* to deref a data member pointer
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Joerg Sonnenberger
For NetBSD, use arm1176jzf-s as default CPU for ARMv6.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Ana Pazos
Implemented vget/vset_lane_f16 intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Richard Smith
Mark auto-generated file as auto-generated, as suggeste...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Joerg Sonnenberger
Pass down the target CPU to the system assembler for...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Fariborz Jahanian
ObjectiveC: Don't warn when method implemented in
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Argyrios Kyrtzidis
[c-index-test] For the '-remap-file' option use a comma...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Bob Wilson
Fix assertion failure left over from changes to move...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Alp Toker
AttributeList: tweak the conditional order to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Hans Wennborg
clang-format vsix cmake build: use ${LLVM_TOOLS_BINARY_...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Alp Toker
Check the initial line number without going through...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Alp Toker
Fix a tranche of comment, test and doc typos
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Richard Smith
PR17983: Fix crasher bug in C++1y mode when performing...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Argyrios Kyrtzidis
[libclang] Record ranges skipped by the preprocessor...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Argyrios Kyrtzidis
[c-index-test] Enhance perform_test_reparse_source...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Argyrios Kyrtzidis
[c-index-test] For the '-remap-file=' option use '...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Alp Toker
clang-format-diff.py: pass through errors to stderr...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Richard Smith
Update C++ status from 'SVN' to 'Clang 3.4' in preparat...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Richard Smith
Implement DR482: namespace members can be redeclared...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Alp Toker
Fix comment typo in r196476
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Argyrios Kyrtzidis
[objc] If an interface has no initializer marked as...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Alp Toker
Correct hyphenations in comments and assert messages
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Richard Smith
Per [dcl.meaning]p1, a name in an inline namespace...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Richard Trieu
Fixed a bad assert from r194968. r194969 removed the...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Alp Toker
Add an assert to make it clear we're on the first line
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Richard Trieu
Remove unused variable.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Reid Kleckner
Fix non-MSVC build error in ASTContext::getAdjustedType
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Faisal Vali
Fix init-captures for generic lambdas.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
David Majnemer
Parse: Recover better from bad definitions with base...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Reid Kleckner
Add an AdjustedType sugar node for adjusting calling...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Mark Lacey
Simplify the constructor to CodeGenABITypes.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Richard Smith
Reject template-ids containing literal-operator-ids...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Aaron Ballman
Giving a Subjects list to DllExport, which allows the...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Aaron Ballman
Common functionality is already checked within SemaDecl...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Reid Kleckner
Factor duplicated code for TransformTypeInObjectScope
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Faisal Vali
Fix for PR18052 - Lambdas within NSDMI's and default...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Aaron Ballman
The MSP430Interrupt attribute does have a sema handler...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Aaron Ballman
Getting rid of some hard-coded strings. No functional...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Aaron Ballman
This attribute somehow remained nameless in the attribu...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Rafael Espindola
Remove empty header.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Fariborz Jahanian
ObjectiveC - Introducing objc_bridge_related attribute
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
John Thompson
Enea Zaffanella's fix for the PPCallbacks Elif callback...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Richard Smith
Fix indentation.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Reid Kleckner
[ms-cxxabi] Construct and destroy call arguments in...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
David Blaikie
Fix test case due to r196394 and improve it to not...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Aaron Ballman
When parsing ignored attribute arguments, presuming...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Alexander Kornienko
Added a regression test for the change in r196380
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Alexander Kornienko
Fix the regression caused by r196378
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Alexander Kornienko
Leave constructor initializer lists on one line in...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
NAKAMURA Takumi
Revert r196372, "do not warn about unknown pragmas...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Lubos Lunak
do not warn about unknown pragmas in modes that do...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Richard Sandiford
[SystemZ] Fix handling of pass-by-pointer arguments
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
David Majnemer
Sema: Propagate the mangling number into instantiations
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Kevin Qin
[AArch64 NEON] Add ACLE intrinsic vceqz_f64.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Kevin Qin
[AArch64 NEON] Add missing compare intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Serge Pavlov
Fix error recovery in return statement.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Faisal Vali
Fix PR17637: incorrect calculation of template paramete...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
NAKAMURA Takumi
clang/test: REQUIRES: s/x86-64-registered-target/x86...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
NAKAMURA Takumi
clang/test: REQUIRES: s/ppc{32|64}-registered-target...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
NAKAMURA Takumi
clang/test/CodeGen/builtins-nvptx.c: Prune "REQUIRES...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
NAKAMURA Takumi
check-clang: Introduce get_llvm_config_props in clang...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
NAKAMURA Takumi
Add newline at eof.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Richard Smith
Remove redundant check.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Richard Smith
Fix crash if a dependent template-id was assumed to...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Alp Toker
clang-format-diff.py: Fix 'beintroduced' in help output
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Richard Smith
Fix crash if a variable template specialization is...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Richard Smith
Fix several crash-on-invalids when using template-ids...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Argyrios Kyrtzidis
[objc] Add a warning when a class that provides a desig...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Argyrios Kyrtzidis
[objc] Emit warning when the implementation of a second...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Argyrios Kyrtzidis
[objc] Emit warnings when the implementation of a desig...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Argyrios Kyrtzidis
[objc] Emit a warning when the implementation of a...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Argyrios Kyrtzidis
[objc] Introduce ObjCInterfaceDecl::getDesignatedInitia...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Argyrios Kyrtzidis
[objc] Introduce attribute 'objc_designated_initializer'.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Daniel Jasper
Fix corner case in module-based layering warning.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Hans Wennborg
CMake: enable building the clang-format vs plugin
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Daniel Jasper
clang-format: Improve clang-format's documentation...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Fariborz Jahanian
Issue diagnostic when constructor or destructor
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Rafael Espindola
Check IR on this test.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Rafael Espindola
Check IR on this test.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Rafael Espindola
Check IR on this test.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Rafael Espindola
Check IR on this test.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Rafael Espindola
Check IR on this test.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Rafael Espindola
check IR in this test
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Rafael Espindola
check IR in this test.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Rafael Espindola
check IR in this test.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Rafael Espindola
Check IR in this test.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Rafael Espindola
Check IR in this test.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Rafael Espindola
Check IR in this test.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Rafael Espindola
Check IR instead of assembly in this test.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Aaron Ballman
Typo caught by Alp Toker: s/appertain/appertains
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Alexander Kornienko
Create a separate file for JS-specific unit tests.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Manuel Klimek
Preserve carriage return when using clang-format's...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Justin Bogner
Parse: Fix references to 'if' that meant 'for', 'do...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Alp Toker
Remove HandleTagDeclDefinition class declaration
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Alp Toker
Documentation typo corrections
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Alp Toker
Fix method/variable name typos
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Daniel Jasper
clang-format: Explicitly set fallback style that is...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Alp Toker
Emit an extension warning when changing system header...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-03
Hao Liu
[AArch64]Add missing floating point convert, round...
commit
|
commitdiff
|
tree
|
snapshot
next