index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2009-06-15
Fix PR2741 by making our newline tracking be aware of newlines that
Chris Lattner
2009-06-15
"GCC emits an __objc_class_name_{classname} symbol for every class, and a cor...
Chris Lattner
2009-06-14
PR4391: Tweak -ast-print output to generate valid output for edge cases
Eli Friedman
2009-06-14
PR4390: Make sure to handle anonymous unions correctly while building
Eli Friedman
2009-06-14
Introduce a SFINAE "trap" that keeps track of the number of errors
Douglas Gregor
2009-06-14
Update LLVM.
Douglas Gregor
2009-06-14
PR4351: Add constant evaluation for constructs like "foo == NULL", where
Eli Friedman
2009-06-14
Sink the BuiltinInfo object from ASTContext into the
Chris Lattner
2009-06-14
move the various builtins stuff from libast to libbasic. This
Chris Lattner
2009-06-14
prune #includes, Builtins.h/cpp no longer depends on libast.
Chris Lattner
2009-06-14
move GetBuiltinType from Builtin::Context to ASTContext.
Chris Lattner
2009-06-14
change ParseStatementOrDeclaration to emit the 'missing ;' with
Chris Lattner
2009-06-14
improve localizability by not passing english phrases into
Chris Lattner
2009-06-13
Simplify mangleFunctionDecl by unnesting a crazy condition. This fixes
Chris Lattner
2009-06-13
Fix the calling convention for structs/unions containing SSE vectors on
Eli Friedman
2009-06-13
Have CheckClassTemplatePartialSpecializationArgs take a TemplateArgumentListB...
Anders Carlsson
2009-06-13
Allow initializing a vector with a vector in addition to allowing a list
Eli Friedman
2009-06-13
implement and document a new __has_feature and __has_builtin magic
Chris Lattner
2009-06-13
Fix for PR4382: allow instantiating dependent nested name specifiers.
Eli Friedman
2009-06-13
If a CXXRecordDecl is a class template, the 'this' type should be the injecte...
Anders Carlsson
2009-06-13
More work on type parameter packs.
Anders Carlsson
2009-06-13
Stop tracking non-compound value for struct. It may be caused by imprecise cast
Zhongxing Xu
2009-06-13
Remove a bunch of unnecessary template argument deduction code that was
Douglas Gregor
2009-06-13
Move template type argument checking out into a separate function. No functio...
Anders Carlsson
2009-06-13
When some template parameters of a class template partial
Douglas Gregor
2009-06-13
Fix PR4372, another case where non-prototyped functions can prevent
Chris Lattner
2009-06-13
Improvements to TemplateArgumentListBuilder to make it work better with param...
Anders Carlsson
2009-06-12
A parameter pack must always come last in a class template.
Anders Carlsson
2009-06-12
No need to mark the parameter as invalid, just ignore the default argument.
Anders Carlsson
2009-06-12
Address more comments from Doug.
Anders Carlsson
2009-06-12
add the location of the ')' in a do/while statement to DoStmt.
Chris Lattner
2009-06-12
Address comments from Doug - Add a Sema::SemaRef.BuildBlockPointerType and us...
Anders Carlsson
2009-06-12
It looks like we've finished off matching of class template partial specializ...
Douglas Gregor
2009-06-12
Parameter packs can't have default arguments.
Anders Carlsson
2009-06-12
Keep track of whether a type parameter is actually a type parameter pack.
Anders Carlsson
2009-06-12
Finish implementing checking of class template partial specializations
Douglas Gregor
2009-06-12
Diagnose C++ [temp.class.spec]p9b3, where a class template partial
Douglas Gregor
2009-06-12
Diagnose the incorrect use of non-type template arguments for class
Douglas Gregor
2009-06-12
Parse support for C++0x type parameter packs.
Anders Carlsson
2009-06-12
Verify that the template parameters of a class template partial
Douglas Gregor
2009-06-12
Fix PR4365.
Anders Carlsson
2009-06-12
Improve template argument deduction to keep track of why template
Douglas Gregor
2009-06-12
It's an error to use a function declared in a class definition as a default a...
Anders Carlsson
2009-06-12
Deducation and instantiation of block types.
Anders Carlsson
2009-06-12
use getAsPointerType() method.
Zhongxing Xu
2009-06-11
Don't assert when generating code with static_asserts.
Anders Carlsson
2009-06-11
PR4371: Reduce the inlining threshold outside of -O3. This makes
Eli Friedman
2009-06-11
Following gcc, hide the hack to include the SSE2 intrinsics from
Eli Friedman
2009-06-11
Add summary lookup for IOServiceGetMatchingService.
Ted Kremenek
2009-06-11
Refactor some function name -> summary lookup using a switch statement.
Ted Kremenek
[next]