index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Serialization
/
ASTCommon.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only instantiate a default argument once.
John McCall
2016-01-06
1
-0
/
+1
*
[modules] Add an assert for redeclarations that we never added to their redecl
Richard Smith
2015-07-27
1
-2
/
+0
*
[ObjC] Add NSValue support for objc_boxed_expressions
Alex Denisov
2015-06-26
1
-1
/
+2
*
[modules] If we reach a definition of a class for which we already have a
Richard Smith
2015-03-26
1
-1
/
+2
*
[modules] Don't clobber a destructor's operator delete when adding another one;
Richard Smith
2015-03-10
1
-0
/
+1
*
[modules] Treat friend declarations that are lexically within a dependent
Richard Smith
2015-02-07
1
-0
/
+19
*
[OPENMP] Codegen for threadprivate variables
Alexey Bataev
2014-11-11
1
-1
/
+2
*
[modules] Number anonymous declarations that are lexically within mergeable
Richard Smith
2014-08-28
1
-0
/
+4
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[modules] When emitting an update record containing the body of a destructor,
Richard Smith
2014-08-07
1
-1
/
+1
*
When a module completes the definition of a class template specialization imp...
Richard Smith
2014-04-19
1
-0
/
+1
*
Emit an update record if we instantiate the definition of a function template
Richard Smith
2014-03-22
1
-0
/
+1
*
Serialize and deserialize mangling numbers.
Richard Smith
2014-03-21
1
-1
/
+3
*
When the exception specification for a function in an imported PCH or module is
Richard Smith
2014-03-20
1
-0
/
+1
*
Note when a decl is used in AST files.
Eli Friedman
2013-09-05
1
-1
/
+2
*
C++1y deduced return types: when we deduce a return type for a function which
Richard Smith
2013-05-11
1
-1
/
+2
*
Make getDefinitiveDeclContext() actually return a DeclContext, as one
Douglas Gregor
2013-01-22
1
-1
/
+1
*
When deserializing a declaration, don't look for redeclarations if its
Douglas Gregor
2013-01-21
1
-0
/
+3
*
Introduce a fast path for the ASTReader's name lookup within a
Douglas Gregor
2013-01-21
1
-0
/
+12
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
PR13189: va_list broken with precompiled headers
Meador Inge
2012-07-01
1
-0
/
+2
*
When deserializing the definition of a C++ class/ObjC class/ObjC
Douglas Gregor
2012-01-15
1
-4
/
+1
*
Introduce the core infrastructure needed to model redeclaration chains
Douglas Gregor
2012-01-01
1
-1
/
+2
*
Introduce the core infrastructure needed to model a complete
Douglas Gregor
2011-12-15
1
-1
/
+2
*
Migrate the serialization of ASTContext's AutoDeduceTy and
Douglas Gregor
2011-08-09
1
-1
/
+7
*
Add a decl update when a static data member of a class template is instantiat...
Sebastian Redl
2011-04-29
1
-1
/
+2
*
Fix adding an anonymous namespace in a chained PCH to a namespace from a prev...
Sebastian Redl
2011-04-24
1
-1
/
+2
*
It's kindof silly that ExtQuals has an ASTContext&, and we can use that
John McCall
2010-12-10
1
-1
/
+1
*
Use the ASTMutationListener to track added template specializations in a chai...
Argyrios Kyrtzidis
2010-10-28
1
-1
/
+2
*
Keep track in chained PCH of implicit members that were added after the defin...
Argyrios Kyrtzidis
2010-10-24
1
-1
/
+2
*
Start fleshing out ASTMutationListener; notify when a tag definition is compl...
Argyrios Kyrtzidis
2010-10-24
1
-0
/
+4
*
Refactoring; move the functionality of ASTWriter::GetOrCreateTypeID to the mo...
Argyrios Kyrtzidis
2010-08-20
1
-1
/
+23
*
Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copie...
Argyrios Kyrtzidis
2010-08-20
1
-0
/
+28