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
/
ASTContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r92318. Instead fix the analyzer: do not call
Zhongxing Xu
2010-01-05
1
-7
/
+0
*
if an arraytype is canonical, then its element is guaranteed to be canonical.
Zhongxing Xu
2010-01-05
1
-1
/
+2
*
The element type should also be canonicalized. Add a case for VariableArrayType.
Zhongxing Xu
2009-12-30
1
-1
/
+7
*
Correctly refer to element CVR qualifications when determining if a type is
Chandler Carruth
2009-12-29
1
-0
/
+30
*
Get rid of FixedWidthIntType, as suggested by Chris and Eli.
Anders Carlsson
2009-12-29
1
-28
/
+0
*
Remove some dead variables clang-analyzer found.
Benjamin Kramer
2009-12-25
1
-2
/
+0
*
Tidy up ~ASTContext a bit by turning orphan compound statements into
Ted Kremenek
2009-12-23
1
-25
/
+24
*
Move the implementation of ASTContext::getTypeSizeInChars() to the .cpp file to
Ken Dyck
2009-12-22
1
-0
/
+10
*
Factor operator new declaration checking out into a separate function.
Anders Carlsson
2009-12-12
1
-1
/
+1
*
Clean up enum constants so that they're finally sane. Fixes PR3173 and a
Eli Friedman
2009-12-10
1
-1
/
+1
*
First pass at implementing C++ enum semantics: calculate (and store) an
John McCall
2009-12-09
1
-1
/
+7
*
Implemented an implicit conversion from "noreturn" function types (and
Douglas Gregor
2009-12-09
1
-20
/
+30
*
Move key functions to a separate map.
Anders Carlsson
2009-12-07
1
-0
/
+14
*
DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...
John McCall
2009-12-07
1
-17
/
+17
*
Add rudimentary support for member pointers to CGDebugInfo.
Anders Carlsson
2009-12-06
1
-4
/
+0
*
Fix "using typename" and the instantiation of non-dependent using declarations.
John McCall
2009-12-04
1
-11
/
+30
*
Push overloaded function templates through the parser using a totally different
John McCall
2009-12-02
1
-39
/
+24
*
Fix a crash when ivar type is a __strong SEL. Fallout from
Fariborz Jahanian
2009-11-30
1
-5
/
+5
*
Allow user re-definition of SEL as well as accessing its fields.
Fariborz Jahanian
2009-11-25
1
-1
/
+1
*
Helper function for turning a TemplateName into a DeclarationName.
John McCall
2009-11-24
1
-0
/
+16
*
Fixe a crash in encoding of SEL type caused by recent changes.
Fariborz Jahanian
2009-11-23
1
-4
/
+5
*
Intercept sizeof and alignof references before they get into ASTContext metho...
Sebastian Redl
2009-11-23
1
-11
/
+18
*
Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations...
John McCall
2009-11-23
1
-2
/
+3
*
This patch implements objective-c's 'SEL' type as a built-in
Fariborz Jahanian
2009-11-21
1
-16
/
+5
*
Added rudimentary C++0x attribute support.
Alexis Hunt
2009-11-21
1
-2
/
+3
*
Cope with an amusingly little anomaly with dependent types and
Douglas Gregor
2009-11-19
1
-8
/
+18
*
Incremental progress on using declarations. Split UnresolvedUsingDecl into
John McCall
2009-11-18
1
-3
/
+6
*
Added block type introspection support.
David Chisnall
2009-11-17
1
-0
/
+48
*
First part of changes to eliminate problems with cv-qualifiers and
Douglas Gregor
2009-11-16
1
-4
/
+4
*
Add an internal CreateRecordDecl that will create a CXXRecordDecl when compil...
Anders Carlsson
2009-11-14
1
-12
/
+22
*
Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated.
Daniel Dunbar
2009-11-13
1
-1
/
+1
*
Template argument deduction for template template parameters. This
Douglas Gregor
2009-11-11
1
-0
/
+6
*
Introduce a new representation for template template
Douglas Gregor
2009-11-11
1
-1
/
+3
*
Fix clang's use of DenseMap iterators after r86636 fixed their constness.
Jeffrey Yasskin
2009-11-10
1
-1
/
+1
*
Make ASTContext::getIntWidth return 1 for all boolean type variations, not ju...
Sebastian Redl
2009-11-05
1
-1
/
+1
*
Allow the element type of arrays to be incomplete in C++.
Sebastian Redl
2009-11-05
1
-1
/
+2
*
Store the unresolved class type in MemberPointerType's Class field,
Douglas Gregor
2009-11-04
1
-1
/
+1
*
Implement support for parsing dependent template-ids that refer to
Douglas Gregor
2009-11-04
1
-0
/
+30
*
Fix a crazy canonical-types bug because canonicalizing a
Douglas Gregor
2009-10-30
1
-1
/
+1
*
This patch computes composite type of two objective-c expressions
Fariborz Jahanian
2009-10-30
1
-2
/
+102
*
Track source information for template arguments and template specialization
John McCall
2009-10-29
1
-6
/
+16
*
Fix <rdar://problem/7330784>. Avoid crashing on 'Class<p>' when generating me...
Steve Naroff
2009-10-28
1
-3
/
+6
*
Type of a conditional expression with two distinct objective-c
Fariborz Jahanian
2009-10-27
1
-0
/
+22
*
Switch alloca/sprintf to SmallString/raw_ostream.
Benjamin Kramer
2009-10-24
1
-9
/
+10
*
Make the local buffer overflow safe.
Fariborz Jahanian
2009-10-24
1
-8
/
+6
*
Fixe a buffer overflow problem which causes a crash
Fariborz Jahanian
2009-10-23
1
-2
/
+6
*
Store the builtin types as CanQualTypes. Expand a bit on the CanQual API,
John McCall
2009-10-23
1
-5
/
+5
*
Add ASTContext::getTrivialDeclaratorInfo, which initializes a new
John McCall
2009-10-23
1
-0
/
+7
*
When building types from declarators, instead of building two types (one for
John McCall
2009-10-22
1
-54
/
+87
*
Canonicality is a property of qualified types, not unqualified types.
John McCall
2009-10-22
1
-16
/
+16
[next]