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
/
ResolveLocation.cpp
Age
Commit message (
Expand
)
Author
2009-07-06
Move the 'ResolveLocationInAST' function from the Frontend library to the Ind...
Argyrios Kyrtzidis
2009-07-06
Move ASTLocation and DeclReferenceMap from the AST library to the Index library.
Argyrios Kyrtzidis
2009-07-06
Rename 'ASTNode' -> 'ASTLocation'.
Argyrios Kyrtzidis
2009-07-05
Avoid re-checking the parameters of a function, when trying to resolve a loca...
Argyrios Kyrtzidis
2009-07-05
Make use of ASTNode for return value of clang::ResolveLocationInAST() and in ...
Argyrios Kyrtzidis
2009-07-05
Do an early check for function definition.
Argyrios Kyrtzidis
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the getBody() methods of Decl and subcla...
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the printing related methods of Decl.
Argyrios Kyrtzidis
2009-06-30
Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.
Chris Lattner
2009-06-25
Introduce the ResolveLocationInAST function which takes an ASTContext and a S...
Argyrios Kyrtzidis