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
/
AST
/
DeclarationName.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove the serialization code that predates precompiled
Douglas Gregor
2009-04-22
1
-2
/
+1
*
add an assertion for unreachable code.
Chris Lattner
2009-03-21
1
-0
/
+1
*
Remove dead DeclarationName constructors that involving knowing about the
Ted Kremenek
2009-03-14
1
-0
/
+3
*
fix long lines.
Chris Lattner
2009-02-16
1
-1
/
+1
*
Semantic analysis, ASTs, and unqualified name lookup support for C++
Douglas Gregor
2009-02-03
1
-1
/
+17
*
Make sure we don't name a constructor or destructor with a qualified
Douglas Gregor
2009-01-13
1
-0
/
+2
*
dont call iterator::end() on every cycle and dont read already-deleted memory
Nuno Lopes
2008-12-14
1
-3
/
+4
*
minor WS fix for the previous commit
Nuno Lopes
2008-12-14
1
-3
/
+2
*
fix leakage of CXXSpecialName objects in DeclarationNameTable
Nuno Lopes
2008-12-14
1
-1
/
+10
*
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor
2008-12-11
1
-0
/
+6
*
Migrate some stuff from NamedDecl::getName() to
Chris Lattner
2008-11-24
1
-3
/
+3
*
Rename Selector::getName() to Selector::getAsString(), and add
Chris Lattner
2008-11-24
1
-1
/
+1
*
Extend DeclarationName to support C++ overloaded operators, e.g.,
Douglas Gregor
2008-11-18
1
-2
/
+64
*
Eliminate all of the placeholder identifiers used for constructors,
Douglas Gregor
2008-11-17
1
-0
/
+46
*
Updated IdentifierResolver to deal with DeclarationNames. The names of
Douglas Gregor
2008-11-17
1
-0
/
+39
*
Introduction the DeclarationName class, as a single, general method of
Douglas Gregor
2008-11-17
1
-0
/
+166
[prev]