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
/
clang
Age
Commit message (
Expand
)
Author
2009-10-17
Add IdentiferInfo::getNameStr() -> StringRef.
Daniel Dunbar
2009-10-17
Add 'UseBumpPtrAllocator' flag to ASTUnit::LoadFromPCHFile() to cause the cre...
Ted Kremenek
2009-10-17
Merge the "types" and "declarations" blocks in the precompiled header
Douglas Gregor
2009-10-16
Patch to clean up and improve visual display of
Fariborz Jahanian
2009-10-16
While writing source-location entries to a PCH file, go through an
Douglas Gregor
2009-10-16
Allow TypeLocs to be fully initialized with a single SourceLocation. This
John McCall
2009-10-16
Factor out routines to encode/decode DeclaratorInfos and move them into the
John McCall
2009-10-16
Add an accessor to extra the type directly from a DeclaratorInfo
John McCall
2009-10-16
Make CIndex and c-index-test a little bit more robust. The only
Douglas Gregor
2009-10-16
Provide 'static' version of BinaryOperator::isShiftOp().
Ted Kremenek
2009-10-16
Keep track of whether declararions were loaded from a precompiled
Douglas Gregor
2009-10-16
Add support for a chain of stat caches in the FileManager, rather than
Douglas Gregor
2009-10-16
Add CK_VectorSplat and use it for casting non-pointer scalars to ExtVectors.
Anders Carlsson
2009-10-16
Add a ToVoid cast kind and start using it.
Anders Carlsson
2009-10-16
retain/release checker: Stop tracking reference counts for any symbols touche...
Ted Kremenek
2009-10-16
Remove the ConstantArrayType subtypes. This information is preserved in the
John McCall
2009-10-15
ConcreteTypeLoc subclasses which call getInnerTypeLoc() should get a
John McCall
2009-10-15
Make sure temporary files get unlinked.
Steve Naroff
2009-10-15
Simplify checking of explicit template specialization/explicit
Douglas Gregor
2009-10-15
Check the interactions between explicit instantiations and template
Douglas Gregor
2009-10-15
Diagnose explicit instantiations of function templates and member
Douglas Gregor
2009-10-15
More explicit template instantiation. Now we're checking for more
Douglas Gregor
2009-10-15
Complete some unfinished comments.
John McCall
2009-10-15
Better living through metaprogramming. Create a base class which abstracts
John McCall
2009-10-14
CheckTemplateSpecializationScope isn't going to be used for explicit
Douglas Gregor
2009-10-14
Additional semantic checking for explicit template instantiations,
Douglas Gregor
2009-10-14
Give explicit and implicit instantiations of static data members of
Douglas Gregor
2009-10-14
Testing and some minor fixes for explicit template instantiation.
Douglas Gregor
2009-10-14
Add support for having different c++ search dirs with -m32 and -m64. So far
Rafael Espindola
2009-10-14
Have the exception specification checkers take partial diagnostics. Use this ...
Sebastian Redl
2009-10-14
Use partial diagnostics properly in call to RequireCompleteType. Among other ...
Sebastian Redl
2009-10-14
Now StoreManager::CastRegion() takes a MemRegion, returns a MemRegion.
Zhongxing Xu
2009-10-14
fix some cfstring related issues:
Chris Lattner
2009-10-14
* Remove unused GRState* parameter
Zhongxing Xu
2009-10-14
Handle ambiguity of reference initialization.
Fariborz Jahanian
2009-10-13
Improve diagnostics when the parser encounters a declarator with an
Douglas Gregor
2009-10-13
Unify our diagnostic printing for errors of the form, "we didn't like
Douglas Gregor
2009-10-13
Turn -Wparentheses on by default.
John McCall
2009-10-13
Diagnose attempts to add default function arguments to a
Douglas Gregor
2009-10-13
When explicitly specializing a member that is a template, mark the
Douglas Gregor
2009-10-13
Improve the internal representation and semantic analysis of friend
Douglas Gregor
2009-10-13
Return the original state by default.
Zhongxing Xu
2009-10-13
make the diagnostic in the 'unused result' warning more precise
Chris Lattner
2009-10-13
Add two utility methods.
Zhongxing Xu
2009-10-13
Add an initial implementation of EnterStackFrame() to the StoreManager.
Zhongxing Xu
2009-10-12
Implement -Wparentheses: warn about using assignments in contexts that require
John McCall
2009-10-12
Use a BumpPtrAllocator to allocate all aspects of CFG, including CFGBlocks, s...
Ted Kremenek
2009-10-12
Fixup windows include paths. Patch by John Thompson.
Mike Stump
2009-10-12
Diagnose the declaration of explicit specializations after an implicit
Douglas Gregor
2009-10-12
Handle built-in unary operators when reporting ambiguities.
Fariborz Jahanian
[prev]
[next]