index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
IdentifierResolver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated IdentifierResolver to deal with DeclarationNames. The names of
Douglas Gregor
2008-11-17
1
-26
/
+25
*
Implement C++ 'typeid' parsing and sema.
Sebastian Redl
2008-11-11
1
-1
/
+1
*
Preliminary support for function overloading
Douglas Gregor
2008-10-21
1
-1
/
+3
*
Make IdentifierResolver::isDeclInScope regard declarations of a parent 'contr...
Argyrios Kyrtzidis
2008-09-09
1
-3
/
+21
*
Add a LangOptions member to IdentifierResolver.
Argyrios Kyrtzidis
2008-09-09
1
-1
/
+3
*
IdentifierResolver cleanup. Make some methods out-of-line.
Argyrios Kyrtzidis
2008-09-09
1
-0
/
+110
*
Unify ctx_iterator/ctx_begin()/ctx_end() and iterator/begin()/end() so that a...
Argyrios Kyrtzidis
2008-07-17
1
-33
/
+45
*
Comments fix.
Argyrios Kyrtzidis
2008-05-15
1
-1
/
+1
*
-Implement proper name lookup for namespaces.
Argyrios Kyrtzidis
2008-05-09
1
-137
/
+68
*
Argiris Kirtzidis's fix for handling empty IdDeclInfo's in IdentifierResolver...
Douglas Gregor
2008-04-14
1
-1
/
+1
*
Move IdDeclInfoMap class in an anonymous namespace. Suggestion by Chris Lattner.
Argyrios Kyrtzidis
2008-04-14
1
-8
/
+12
*
Introduce support for finding class and enum names via ordinary name lookup i...
Douglas Gregor
2008-04-13
1
-4
/
+23
*
Use std::list's push_back instead of resize to add an element.
Argyrios Kyrtzidis
2008-04-12
1
-2
/
+2
*
Fixed comments.
Argyrios Kyrtzidis
2008-04-12
1
-27
/
+29
*
two new files for previous patch, by Argiris Kirtzidis
Chris Lattner
2008-04-11
1
-0
/
+235