projects
/
clang
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
clang
2010-11-06
Anders Carlsson
Don't warn when matching %p to nullptr.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-06
John McCall
Simplify the logic for emitting guard variables for...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-06
Craig Silverstein
Fix a bug where we were recursing on friend decls for...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-06
Craig Silverstein
Add PPCallbacks for #if/#ifdef/etc.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-05
Argyrios Kyrtzidis
When determining which template partial specialization...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-05
Douglas Gregor
When searching for an instantiated declaration requires...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-05
Douglas Gregor
Check for an invalid field earlier in a constructor...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-05
Argyrios Kyrtzidis
Don't write an empty DIAG_USER_MAPPINGS record.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-05
Argyrios Kyrtzidis
Read/write from/to PCH the diagnostic mappings that...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-05
Argyrios Kyrtzidis
Initialize the array with the "C++ way".
commit
|
commitdiff
|
tree
|
snapshot
2010-11-05
Douglas Gregor
Teach clang_getCursorReferenced() that a
commit
|
commitdiff
|
tree
|
snapshot
2010-11-05
Benjamin Kramer
Put class into an anonymous namespace.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-05
Fariborz Jahanian
Proper rewriting of block envokation with
commit
|
commitdiff
|
tree
|
snapshot
2010-11-05
Daniel Dunbar
libclang: Enable requesting a larger stack for several...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-05
Anders Carlsson
Expressions of type std::nullptr_t can be used as senti...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-05
Daniel Dunbar
libclang: Add some support for running certain entry...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-05
Daniel Dunbar
Fix 80-col violas.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-05
Anders Carlsson
Implement [over.ics.rank]p4: A conversion that does...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
Benjamin Kramer
Adjust return type of thread_runner.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
John McCall
Use the real keyword location when rebuilding an elabor...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
Anders Carlsson
Pass a -I flag when compiling nullptr.cpp so the typein...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
Argyrios Kyrtzidis
Don't be so eager to replace UsingDecls in a DeclContex...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
Anders Carlsson
std::nullptr_t is a fundamental type for RTTI purposes.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
Anders Carlsson
Mangle std::nullptr_t as specified by the Itanium C...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
Argyrios Kyrtzidis
Don't instantiate members not belonging in the semantic...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
Anders Carlsson
It's OK to use nullptr in relational operators if the...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
Daniel Dunbar
c-index-test: Switch to using clang_executeOnThread...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
Daniel Dunbar
libclang: Add clang_executeOnThread, for use in c-index...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
Douglas Gregor
add a comment to my last commit
commit
|
commitdiff
|
tree
|
snapshot
2010-11-04
Douglas Gregor
When canonicalizing nested-name-specifiers involving...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Fariborz Jahanian
Fixes a rewriting bug when type in a block argument...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Fariborz Jahanian
Patch to rewrite objc qualified types which occur in
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Argyrios Kyrtzidis
Implement -working-directory.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Argyrios Kyrtzidis
Fix an assertion.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Nick Lewycky
Make this error less specific but also less likely...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Douglas Gregor
When producing overload candidates for binary built...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
David Chisnall
Some fixes for synthesized ivar metadata (GNU runtime).
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
David Chisnall
Added cursor visitor that takes a block as an argument...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Zhongxing Xu
fix test case.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Zhongxing Xu
Do not add elidable CXXConstructExpr as block-level...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Marcin Swiderski
Added generating destructors for temporary objects...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Rafael Espindola
Revert while I debug test failures :-(
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Rafael Espindola
Switch clang to run ld directly on linux. I tested...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Anders Carlsson
When setting a tied check if it's already tied. If...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Anders Carlsson
A number in an input constraint can't point to a read...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Sean Hunt
Provide an error when a non-identifier name (such as...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-03
Douglas Gregor
Improve source-location information for CXXConstructExp...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-02
Ted Kremenek
Don't add Decls with an invalid location to DeclsInCont...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-02
Ted Kremenek
Hack to workaround deficiency in ObjC ASTs. Functions...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-02
John Thompson
Tests for inline asm constraints, generic and x86.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-02
Daniel Dunbar
Add link to LLVM releases page.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-02
Fariborz Jahanian
Fixes an assertion violation when bind to temporary
commit
|
commitdiff
|
tree
|
snapshot
2010-11-02
John McCall
Ensure that static local variables in function template...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-02
Douglas Gregor
Teach code completion to provide property results when...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-02
Daniel Dunbar
Driver: Silently ignore -fasm-blocks for now instead...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-02
Rafael Espindola
Add support for Fedora 14. Patch by Daniel Kozlowski.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-02
John McCall
Unbreak private_extern, which apparently we had zero...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-02
Fariborz Jahanian
Fix a crash mangling decayed val argument-typed function.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-02
Argyrios Kyrtzidis
Properly handle temporaries that are created in a AsmStmt.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-02
John McCall
Ignore attributes on classes when calculating visibilit...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-02
Fariborz Jahanian
Diagnose a coherant message when @interface
commit
|
commitdiff
|
tree
|
snapshot
2010-11-02
Douglas Gregor
Teach SourceManager::getPresumedLoc() how to fail grace...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-02
Douglas Gregor
When performing template argument deduction against...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Douglas Gregor
Make my test case test what it meant to
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Ted Kremenek
Encapsulate within CXCursor the notion of whether a...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Douglas Gregor
Teach the CStringChecker and PthreadLockChecker about...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Douglas Gregor
Eliminate an unused local variable
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Argyrios Kyrtzidis
Clean up temporaries created by an asm statement. Fixes...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Douglas Gregor
Harden Sema::MaybeBindTotemporary.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Fariborz Jahanian
Restore patch for PR8453 which was undone in r117829
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Douglas Gregor
Do not compare invalid source locations
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Argyrios Kyrtzidis
Emit error when using a bound member function for somet...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Douglas Gregor
Require that the types of the parameters of a block...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Devang Patel
Simplify. Builtin types' context is always implied.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Anders Carlsson
Don't update empty field subobjects for bitfields....
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Douglas Gregor
Plug a leak in the preprocessing record's handling...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Douglas Gregor
Disable some timing code
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Zhongxing Xu
Explicitly handle CXXBindTemporaryExpr, CXXFunctionalCa...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Zhongxing Xu
Now initializer of C++ record type is visited as block...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Zhongxing Xu
Make all CXXConstructExpr's block-level expressions...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
John McCall
Only apply -fvisibility-inlines-hidden to definitions...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Anders Carlsson
Get rid of more calls to getBaseClassOffsetInBits.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Anders Carlsson
Port over a couple of getVBaseClassOffsetInBits call...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Anders Carlsson
Rename getBaseClassOffset to getBaseClassOffsetInBits...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Anders Carlsson
Start converting over the RecordLayoutBuilder next.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Anders Carlsson
EmptyObjectMap now uses CharUnits wherever possible.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Anders Carlsson
More CharUnits conversion.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Anders Carlsson
More CharUnits conversion.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Anders Carlsson
Use CharUnits in the EmptyClassOffsets map.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Anders Carlsson
Add a DenseMapInfo specializaiton for CharUnits.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Nick Lewycky
Correct typos and whitespace, spotted by Nico Weber!
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Nick Lewycky
Fix typo spotted by Nico Weber.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Anders Carlsson
Baby steps towards using only CharUnits for base class...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Anders Carlsson
Teach the constant expr evaluator about derived-to...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Zhanyong Wan
Make Clang static analyzer skip function template defin...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Anders Carlsson
Don't try to evaluate the LHS or RHS of a member pointe...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Argyrios Kyrtzidis
Emit an error when trying to form a pointer-to-member...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Argyrios Kyrtzidis
renamed: test/SemaCXX/ptrtomember-badcall.cpp -...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Daniel Dunbar
Revert r117678, "Qualified 'id' should implement all...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Benjamin Kramer
Turns out that we may end up calling dladdr on GetExecu...
commit
|
commitdiff
|
tree
|
snapshot
next