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
/
Frontend
/
PCHReader.cpp
Age
Commit message (
Expand
)
Author
2010-07-16
Add a little more data to chained PCHs. WIP
Sebastian Redl
2010-07-16
Suppress !+Asserts warning.
Daniel Dunbar
2010-07-14
Add a callback interface that allows interested parties to get notified whene...
Sebastian Redl
2010-07-14
Pass StringRefs by value.
Benjamin Kramer
2010-07-14
Increase the max PCH level for declarations to 7. Add a FromPCH flag to types.
Sebastian Redl
2010-07-14
Make PCHReader cope with PCH files containing more than one predefines buffer.
Sebastian Redl
2010-07-09
Introduce -f{no-}spell-checking options to enable/disable
Douglas Gregor
2010-07-08
Introduce PCHReader::GetTranslationUnitDecl() and use it instead of ReadDeclR...
Argyrios Kyrtzidis
2010-07-08
For TagType and TemplateSpecializationType, isDependent calculation may be in...
Argyrios Kyrtzidis
2010-07-07
Fix broken reading of NestedNameSpecifiers from PCH.
Argyrios Kyrtzidis
2010-07-07
Delay passing InterestingDecls to the Consumer until when we know we are not ...
Argyrios Kyrtzidis
2010-07-06
Add to PCH missing Sema information about VTable uses and dynamic classes.
Argyrios Kyrtzidis
2010-07-04
Fix a regression of a previous commit of mine (rdar://8158953).
Argyrios Kyrtzidis
2010-07-04
Don't try to install the __[u]int128_t identifier if it is already installed ...
Argyrios Kyrtzidis
2010-07-02
Read/write CastExpr's CXXBaseSpecifierArray for PCH.
Argyrios Kyrtzidis
2010-07-02
Fully read/write CXXRecordDecl for PCH.
Argyrios Kyrtzidis
2010-07-02
Fix reading of DependentNameType.
Argyrios Kyrtzidis
2010-07-02
Allow reading of InjectedClassNameType from PCH even when its decl is current...
Argyrios Kyrtzidis
2010-07-02
Fix broken reading of member pointer from PCH.
Argyrios Kyrtzidis
2010-07-02
- Allow a typedef type to be read from PCH even if its decl is currently init...
Argyrios Kyrtzidis
2010-07-02
Fix broken reading of "#lines" from PCH.
Argyrios Kyrtzidis
2010-06-30
Support DependentSizedArrayType for PCH.
Argyrios Kyrtzidis
2010-06-28
Modify the way sub-statements are stored and retrieved from PCH.
Argyrios Kyrtzidis
2010-06-28
Fix PCH emitting/reading for template arguments that contain expressions.
Argyrios Kyrtzidis
2010-06-28
Fix various bugs in recent commits for C++ PCH.
Argyrios Kyrtzidis
2010-06-26
Implement support for -fwrapv, rdar://7221421
Chris Lattner
2010-06-25
Support DependentTemplateSpecializationType and ElaboratedType for PCH.
Argyrios Kyrtzidis
2010-06-24
Support a couple more C++ Exprs for PCH.
Argyrios Kyrtzidis
2010-06-23
Support C++ class template specializations and partial specializations for PCH.
Argyrios Kyrtzidis
2010-06-23
improve altivec vector bool/pixel support, patch by Anton Yartsev
Chris Lattner
2010-06-22
-Introduce PCHReader::ReadTemplateArgumentLoc()
Argyrios Kyrtzidis
2010-06-19
Initial support for reading templates from PCH.
Argyrios Kyrtzidis
2010-06-19
Initial support for writing templates to PCH.
Argyrios Kyrtzidis
2010-06-11
Split DependentNameType into two types. DependentNameType represents the
John McCall
2010-06-02
Fix undefined behavior, noticed by GCC 4.5. Patch by Dimitry Andric!
Daniel Dunbar
2010-06-01
Alter the ExternalASTSource interface to permit by-name lookups. PCH continu...
John McCall
2010-05-19
Added basic source locations to Elaborated and DependentName types.
Abramo Bagnara
2010-05-15
Substantially alter the design of the Objective C type AST by introducing
John McCall
2010-05-14
Revert r103770, "Added basic source locations to Elaborated and DependentName
Daniel Dunbar
2010-05-14
Added basic source locations to Elaborated and DependentName types.
Abramo Bagnara
2010-05-11
Merged Elaborated and QualifiedName types.
Abramo Bagnara
2010-05-10
pchify CXXTemporary, CXXBindTemporaryExpr, and
Chris Lattner
2010-05-07
add PCH support for a bunch of C++ Decls, patch by
Chris Lattner
2010-04-23
More work toward implementing
Fariborz Jahanian
2010-04-22
Check for -fno-constant-cfstrings consistency
Fariborz Jahanian
2010-04-17
Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are not
Chandler Carruth
2010-04-09
On Windows, disable the modification-time check for files used in
Douglas Gregor
2010-04-06
Make code-completion for Objective-C message sends to "id" work in the
Douglas Gregor
2010-04-05
Match MemoryBuffer API changes.
Chris Lattner
2010-03-31
Rename TypenameType to DependentNameType in anticipation of some
Douglas Gregor
[prev]
[next]