index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2009-07-01
Update for LLVMContext+Module change.
Owen Anderson
2009-07-01
Two fixes to make Clang build on Visual C++ (again), from Alisdair Meredith.
Douglas Gregor
2009-07-01
Rework Sema::CheckConditionalOperands(). No functionality change.
Steve Naroff
2009-07-01
Fix for PR4192: fix the definition of int64_t on x86_64 Linux.
Eli Friedman
2009-06-30
Patch to support optional nested-name-specifier in in ctor-initializer
Fariborz Jahanian
2009-06-30
Preliminary parsing and ASTs for template-ids that refer to function
Douglas Gregor
2009-06-30
More diagnostics related to initialization of direct bases
Fariborz Jahanian
2009-06-30
add utility method.
Zhongxing Xu
2009-06-30
add utility methods.
Zhongxing Xu
2009-06-30
Implement PR4175, catching some questionable comparisons. Patch by
Chris Lattner
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
Introduce DeclContext::getParentASTContext().
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the getBody() methods of Decl and subcla...
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the printing related methods of Decl.
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-30
Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.
Chris Lattner
2009-06-30
Take care of Chris's comments.
Fariborz Jahanian
2009-06-30
Make an error message more clear.
Anders Carlsson
2009-06-30
A more detailed diagnosis of ill-formed ctor-initializer
Fariborz Jahanian
2009-06-29
Improvements to decltype. We now don't crash anymore when the expr is an over...
Anders Carlsson
2009-06-29
Improve code generation for function template specializations:
Douglas Gregor
2009-06-29
Diagnose multiple initialzation of data-member/base
Fariborz Jahanian
2009-06-29
Keep track of function template specializations, to eliminate
Douglas Gregor
2009-06-29
OpenBSD support.
Daniel Dunbar
2009-06-29
-Keep a reference to the ASTContext inside the TranslationUnitDecl.
Argyrios Kyrtzidis
2009-06-29
Fix the FloatingLiteral API to take the isexact flag by value instead of
Chris Lattner
2009-06-29
Move FunctionDecl::TemplateSpecializationInfo out into its own class,
Douglas Gregor
2009-06-29
Remove ASTContext::getObjCQualifiedIdType().
Steve Naroff
2009-06-29
The default answer for isBoundable() should be false.
Zhongxing Xu
2009-06-28
Make the StackProtector bitfield use enums instead of obscure numbers.
Bill Wendling
2009-06-28
Add stack protector support to clang. This generates the 'ssp' and 'sspreq'
Bill Wendling
2009-06-27
Improve support for overloaded operator templates.
Douglas Gregor
2009-06-27
Make it possible for using decls to point to operators. Fixes PR4441.
Anders Carlsson
2009-06-27
Remove the last 'GetXXX' methods from GRStateManager.
Ted Kremenek
2009-06-26
Patch to mark destructors when they are used.
Fariborz Jahanian
2009-06-26
More auto work.
Anders Carlsson
2009-06-26
Template argument deduction is no longer responsible for checking
Douglas Gregor
2009-06-26
Can't have arrays of auto.
Anders Carlsson
2009-06-26
An auto variable can't appear in its own initializer.
Anders Carlsson
2009-06-26
Implement enough of the 'auto' keyword so we can claim to support N2546.
Anders Carlsson
2009-06-26
OpenCL 1.0 support: attributes
Nate Begeman
2009-06-26
Add NamedDecl::getUnderlyingDecl that can see through UsingDecl and ObjCCompa...
Anders Carlsson
2009-06-26
See through UsingDecls in more places.
Anders Carlsson
2009-06-26
Fix build break.
Zhongxing Xu
2009-06-26
fix PR4452, a crash on invalid. The error recovery is still terrible in this...
Chris Lattner
2009-06-26
OpenCL 1.0 support: explicit casts to ext-vector types
Nate Begeman
2009-06-26
Add missing header file.
Ted Kremenek
2009-06-26
Implicit instantiation for function template specializations.
Douglas Gregor
2009-06-26
Introduce a new concept to the static analyzer: SValuator.
Ted Kremenek
2009-06-25
OpenCL 1.0 Support: support "bool, true, false" tokens when compiling for OpenCL
Nate Begeman
[next]