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-01-08
Move FIXME to a better location.
Steve Naroff
2009-01-08
Removed ObjCContainerDecl::getPropertyMethods()...doesn't belong in the AST.
Steve Naroff
2009-01-08
Remove redundant method context (now that ObjCMethodDecl isa ScopedDecl).
Steve Naroff
2009-01-08
This is a large/messy diff that unifies the ObjC AST's with DeclContext.
Steve Naroff
2009-01-08
Add isSubRegionOf() method to SubRegion.
Zhongxing Xu
2009-01-08
PTH: Hook up getSpelling() caching in PTHLexer. This results in a nice
Ted Kremenek
2009-01-08
PTH:
Ted Kremenek
2009-01-08
Objc's compatibility-alias semantics and code
Fariborz Jahanian
2009-01-07
Update some doxygen comments to be more rich. Remove StoreManager::GetRegion...
Ted Kremenek
2009-01-07
Refactor MemRegionManager instance variable into parent class. No functional...
Ted Kremenek
2009-01-07
Fix PR clang/3291
Douglas Gregor
2009-01-07
Fix printing of member references to avoid displaying implicitly-generated me...
Douglas Gregor
2009-01-07
Don't ICE when messaging on 'super' receiver when class
Fariborz Jahanian
2009-01-07
Another nasty code gen. bug with trivial fix. Calling class
Fariborz Jahanian
2009-01-07
Finished semantic analysis of anonymous unions in C++.
Douglas Gregor
2009-01-07
ObjC AST cleanups/simplifications (phase 1).
Steve Naroff
2009-01-07
Use DeclContext::getLookupContext wherever necessary to ensure that we look t...
Douglas Gregor
2009-01-07
When determining whether a variable is a file-scoped variable, check
Douglas Gregor
2009-01-07
Initial implementation of anonymous unions (and, as a GNU extension,
Douglas Gregor
2009-01-07
This commit reflects changes to the retain/release checker motivated by my
Ted Kremenek
2009-01-06
Allow Objective-C entities to be declared within a transparent context
Douglas Gregor
2009-01-06
SourceManager: Implement "lazy" creation of MemBuffers for source files.
Ted Kremenek
2009-01-06
Another tweak to handle the MS extensions (<rdar://problem/5956221>).
Steve Naroff
2009-01-06
Add whitespace to silence the following warning in a Release build: warning: ...
Ted Kremenek
2009-01-06
Return UnknownVal in RegionStoreManager::getSizeInElements() for unsupported ...
Ted Kremenek
2009-01-06
Couple of code gen. fixes in ObjC's colection-statement. Hard
Fariborz Jahanian
2009-01-06
Fix <rdar://problem/5956221> clang ObjC rewriter: Microsoft-specific __fastca...
Steve Naroff
2009-01-06
- Various comment typo fixes in Sema.h
Chris Lattner
2009-01-06
it is ok to insert empty source ranges into diagnostics, declare variable in ...
Chris Lattner
2009-01-06
simplify some code using 'continue' and the new 'isInIdentifierNamespace' pre...
Chris Lattner
2009-01-06
Minor tweaks to the transparent declcontext patch
Douglas Gregor
2009-01-06
rename MaybeParseCXXScopeSpecifier -> ParseOptionalCXXScopeSpecifier and
Chris Lattner
2009-01-06
minor code cleanups, reduce indentation since 'if' block can't fall through.
Chris Lattner
2009-01-06
Add QualifiedDeclRefExpr, which retains additional source-location
Douglas Gregor
2009-01-06
rename tok::annot_qualtypename -> tok::annot_typename, which is both
Chris Lattner
2009-01-06
Misc changes to SourceManager::ContentCache:
Ted Kremenek
2009-01-05
Optimize stringification a bit to avoid std::string thrashing and
Chris Lattner
2009-01-05
Remainder is only valid on integer vector operands.
Daniel Dunbar
2009-01-05
Back out code for handling VectorType's in getFloatingRank.
Daniel Dunbar
2009-01-05
Use CheckVectorOperands when % is applied to a vector type.
Daniel Dunbar
2009-01-05
Implement getFloatingRank() for extended vectors.
Daniel Dunbar
2009-01-05
Silence a GCC warning
Sebastian Redl
2009-01-05
PODness and Type Traits
Sebastian Redl
2009-01-05
Introduce support for "transparent" DeclContexts, which are
Douglas Gregor
2009-01-05
simplify Preprocessor::getSpelling now that identifiers carry around
Chris Lattner
2009-01-05
Fix an uninitialized-variable warning
Douglas Gregor
2009-01-05
remove optimization to avoid looking ahead for cases like ::foo. This
Chris Lattner
2009-01-05
simplify some code.
Chris Lattner
2009-01-05
Rearrange some code in TryAnnotateTypeOrScopeToken to make it
Chris Lattner
2009-01-05
Fix a bug where we'd try to look beyond the current cached tokens when
Chris Lattner
[prev]
[next]