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
/
ASTUnit.cpp
Age
Commit message (
Expand
)
Author
2009-09-21
Change ASTUnit to only initialize the predefines buffer to the suggested pred...
Daniel Dunbar
2009-09-21
Change ASTUnit to take the Diagnostic as an argument, the client should have ...
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-04
Implement accessors clang_getCursorKind(), clang_getCursorDecl().
Steve Naroff
2009-09-03
Add ASTUnit::getOriginalSourceFileName() and use in clang_getTranslationUnitS...
Steve Naroff
2009-09-03
Revert "Visit function/method bodies and issue callback for parameters and local
Daniel Dunbar
2009-09-03
Revert "Remove redundant local variable (use newly created instance data).", the
Daniel Dunbar
2009-09-03
Remove redundant local variable (use newly created instance data).
Steve Naroff
2009-09-03
Visit function/method bodies and issue callback for parameters and local vari...
Steve Naroff
2009-06-25
Handle PCHReader::IgnorePCH, it gets returned for when the file does not exist.
Argyrios Kyrtzidis
2009-06-20
Add the license part to the new source files.
Argyrios Kyrtzidis
2009-06-20
Introduce the ASTUnit class.
Argyrios Kyrtzidis