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
/
Decl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-7
/
+7
*
comment
Rafael Espindola
2013-01-12
1
-0
/
+3
*
bar
Rafael Espindola
2013-01-12
1
-0
/
+3
*
Disable caching of visibility.
Rafael Espindola
2013-01-12
1
-40
/
+43
*
Handle static functions being redeclared in function scope.
Rafael Espindola
2013-01-09
1
-0
/
+4
*
Assert that redeclarations have the same linkage.
Rafael Espindola
2013-01-05
1
-3
/
+28
*
Style fix: We don't use lowercase-and-underscored template parameter names.
Rafael Espindola
2013-01-04
1
-3
/
+3
*
Fix typo. Thanks to dgregor for noticing it.
Rafael Espindola
2013-01-04
1
-1
/
+1
*
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
1
-4
/
+4
*
Don't get confused if a extern "C" builtin function is redeclared without
Rafael Espindola
2012-12-30
1
-1
/
+1
*
Reject overloading of two static extern C functions.
Rafael Espindola
2012-12-28
1
-0
/
+30
*
Add 171048 back but invalidate the cache of all redeclarations when setting
Rafael Espindola
2012-12-25
1
-28
/
+37
*
Revert r171048, "Cache visibility of decls."
NAKAMURA Takumi
2012-12-25
1
-35
/
+28
*
Cache visibility of decls.
Rafael Espindola
2012-12-25
1
-28
/
+35
*
Merge storage classes even when contexts don't match.
Rafael Espindola
2012-12-18
1
-2
/
+6
*
Fix isThisDeclarationADefinition for extern following tentative.
Rafael Espindola
2012-12-17
1
-1
/
+1
*
Properly compute triviality for explicitly-defaulted or deleted special members.
Richard Smith
2012-12-08
1
-7
/
+0
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-4
/
+3
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
1
-3
/
+12
*
Now that the underlying problem has been fixed, add r168411 back.
Rafael Espindola
2012-11-29
1
-6
/
+4
*
Revert r168411 for now.
Rafael Espindola
2012-11-27
1
-4
/
+6
*
Remove redundant code.
Rafael Espindola
2012-11-21
1
-6
/
+4
*
Remove redundant code.
Rafael Espindola
2012-11-21
1
-24
/
+3
*
Provide the correct mangling and linkage for certain unnamed nested classes.
David Blaikie
2012-11-14
1
-4
/
+2
*
Remove calls to getMostRecentDecl. The case they were added for in r117526 are
Rafael Espindola
2012-11-12
1
-4
/
+2
*
In Sema::MergeVarDecl we handle merging of storage classes and visibility
Rafael Espindola
2012-11-12
1
-25
/
+6
*
Fix indentation.
Eli Friedman
2012-10-26
1
-2
/
+2
*
DR1511: A const volatile global does not implicitly get internal linkage like a
Richard Smith
2012-10-19
1
-5
/
+5
*
Make -mms-bitfields behave consistently.
Eli Friedman
2012-10-12
1
-1
/
+8
*
Handle gnu_inline in c++ in a gcc compatible way. Original patch by Tobias
Rafael Espindola
2012-10-11
1
-1
/
+1
*
In VarDecl::getSourceRange() make sure to check that the source location
Argyrios Kyrtzidis
2012-10-08
1
-2
/
+5
*
Fix the AST representation for non-type template arguments to encode
Eli Friedman
2012-09-26
1
-6
/
+6
*
[PCH] When loading fields from external storage make sure to also
Argyrios Kyrtzidis
2012-09-10
1
-2
/
+7
*
Switch a couple getAs uses to castAs.
Eli Friedman
2012-08-30
1
-2
/
+2
*
Consider the visibility of template template arguments. GCC doesn't, but it also
Rafael Espindola
2012-07-31
1
-0
/
+4
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
Move option test earlier in the function.
Rafael Espindola
2012-07-13
1
-3
/
+2
*
Use -fvisibility-inlines-hidden in inline functions too. This matches gcc
Rafael Espindola
2012-07-13
1
-29
/
+42
*
Fix a bug in my previous commit. The problem is not that we were not using the
Rafael Espindola
2012-07-13
1
-4
/
+2
*
Use the canonical template decl when trying to find if it has a visibility
Rafael Espindola
2012-07-12
1
-2
/
+4
*
Reintroduced FieldDecl public methods setBitWidth and removeBitWidth.
Abramo Bagnara
2012-07-02
1
-0
/
+6
*
We were computing the visibility and linkage of template parameters, but
Rafael Espindola
2012-06-11
1
-4
/
+4
*
PR13064: Store whether an in-class initializer uses direct or copy
Richard Smith
2012-06-10
1
-5
/
+4
*
PR13051: If a constructor is explicitly defaulted, it isn't marked as being
Richard Smith
2012-06-08
1
-0
/
+7
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-2
/
+2
*
Don't ignore linkage when ignoring visibility in the instantiation of a
Rafael Espindola
2012-05-25
1
-4
/
+12
*
Don't ignore linkage when ignoring visibility in the instantiation of a
Rafael Espindola
2012-05-25
1
-8
/
+12
*
Consider the linkage for member class templates even when we have to ignore
Rafael Espindola
2012-05-25
1
-6
/
+14
*
When ignoring visibility in an instantiation, still consider the linkage.
Rafael Espindola
2012-05-25
1
-10
/
+16
*
Whitespace fixes.
Rafael Espindola
2012-05-25
1
-5
/
+4
[prev]
[next]