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
*
Optimize the implementation of IdDeclInfo pooling in the IdentifierResolver.
John McCall
2010-02-15
1
-13
/
+25
*
Eliminate dead code.
Eli Friedman
2010-01-02
1
-42
/
+0
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-8
/
+8
*
Add DeclContext::Equals to compare declaration contexts based on their primar...
Douglas Gregor
2009-09-01
1
-2
/
+1
*
Make sure to compare primary declaration contexts when determining whether a ...
Douglas Gregor
2009-08-26
1
-1
/
+2
*
Lazy deserialization of the declaration chains associated with
Douglas Gregor
2009-04-21
1
-0
/
+22
*
Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a
Chris Lattner
2009-03-28
1
-2
/
+2
*
Switch attributes to be allocated from the declcontext bump pointer just like
Chris Lattner
2009-03-04
1
-6
/
+4
*
Rework the way we find locally-scoped external declarations when we
Douglas Gregor
2009-03-02
1
-0
/
+33
*
Now that ObjC decls have DeclContexts too, remove an ugly hack from Identifie...
Argyrios Kyrtzidis
2009-02-17
1
-34
/
+1
*
Eliminated LookupCriteria, whose creation was causing a bottleneck for
Douglas Gregor
2009-01-30
1
-23
/
+3
*
Remove ScopedDecl, collapsing all of its functionality into Decl, so
Douglas Gregor
2009-01-20
1
-11
/
+2
*
Unify the code for defining tags in C and C++, so that we always
Douglas Gregor
2009-01-08
1
-0
/
+3
*
This is a large/messy diff that unifies the ObjC AST's with DeclContext.
Steve Naroff
2009-01-08
1
-1
/
+1
*
Allow Objective-C entities to be declared within a transparent context
Douglas Gregor
2009-01-06
1
-4
/
+2
*
Introduce support for "transparent" DeclContexts, which are
Douglas Gregor
2009-01-05
1
-48
/
+13
*
Parser support for C++ try-catch.
Sebastian Redl
2008-12-21
1
-0
/
+4
*
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor
2008-12-11
1
-5
/
+2
*
Rename: FindContext -> FindDeclVisibleInContext.
Zhongxing Xu
2008-12-05
1
-3
/
+4
*
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