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
*
AST: Fix the linkage of static vars in fn template specializations
David Majnemer
2014-12-16
1
-1
/
+1
*
Fix the issue of mangling of local anonymous unions (Itanium C++ ABI):
Evgeny Astigeevich
2014-12-12
1
-0
/
+16
*
AST: Properly calculate the linkage of a IndirectFieldDecl
David Majnemer
2014-12-10
1
-2
/
+5
*
[Sanitizer] Refactor sanitizer options in LangOptions.
Alexey Samsonov
2014-11-11
1
-1
/
+1
*
Introduce a SanitizerKind enum to LangOptions.
Alexey Samsonov
2014-11-07
1
-1
/
+1
*
Fix the build
David Blaikie
2014-10-31
1
-1
/
+1
*
Fix unused-function warning differently from r220853
David Blaikie
2014-10-31
1
-8
/
+1
*
clang/lib/AST/Decl.cpp: Tweak isVLATypeCapturingAllowed() for -Asserts. [-Wun...
NAKAMURA Takumi
2014-10-29
1
-1
/
+3
*
Improved capturing variable-length array types in CapturedStmt.
Alexey Bataev
2014-10-29
1
-1
/
+15
*
Teach SanitizerBlacklist to blacklist by SourceLocation. NFC.
Alexey Samsonov
2014-10-16
1
-3
/
+2
*
Insert poisoned paddings between fields in C++ classes so that AddressSanitiz...
Kostya Serebryany
2014-10-16
1
-0
/
+44
*
Change how we distinguish bitfield widths, in-class
John McCall
2014-10-10
1
-32
/
+17
*
ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
2014-09-22
1
-0
/
+7
*
patch to add missing warning on sizeof wrong parameter
Fariborz Jahanian
2014-09-12
1
-0
/
+3
*
Objective-C. Under a special flag, -Wcstring-format-directive,
Fariborz Jahanian
2014-09-09
1
-0
/
+13
*
[modules] Use DeclContext::equals rather than == on DeclContext* when
Richard Smith
2014-09-03
1
-0
/
+5
*
[C++11] Support for capturing of variable length arrays in lambda expression.
Alexey Bataev
2014-08-28
1
-4
/
+32
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-3
/
+3
*
Range'ify some for loops over RecordDecl::fields()
Hans Wennborg
2014-08-21
1
-3
/
+4
*
Add some FIXMEs.
Richard Smith
2014-08-11
1
-0
/
+2
*
Fix linkage bug that miscompiled variable templates instantiated from similar...
Larisse Voufo
2014-07-02
1
-0
/
+64
*
Make FunctionDecl::getReturnTypeSourceRange() support non-builtin types
Alp Toker
2014-07-02
1
-8
/
+11
*
Introduce a FunctionDecl::getReturnTypeSourceRange() utility
Alp Toker
2014-07-02
1
-0
/
+17
*
Fix treatment of types defined in function prototype
Serge Pavlov
2014-06-25
1
-0
/
+12
*
Fix crash declaring global allocation function with zero parameters. Fixes PR...
Nick Lewycky
2014-06-07
1
-1
/
+1
*
Rename utility function templates
Alp Toker
2014-05-31
1
-6
/
+6
*
Take PrintingPolicy::SuppressUnwrittenScope into account when printing the
Richard Smith
2014-05-30
1
-0
/
+3
*
Move the logic for testing for namespace std into one location. This check can
Richard Trieu
2014-05-28
1
-8
/
+1
*
Avoid allocating extra memory to handle the lazy definition data pointer for
Richard Smith
2014-05-22
1
-1
/
+1
*
If a declaration is loaded, and then a module import adds a redeclaration, then
Richard Smith
2014-05-16
1
-36
/
+40
*
Allow dllimport/dllexport on inline functions and adjust the linkage.
Hans Wennborg
2014-05-15
1
-1
/
+1
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-72
/
+82
*
Add support for __declspec(thread) under -fms-extensions
Reid Kleckner
2014-05-01
1
-0
/
+15
*
AST: Fix visibility calculation for VarTemplateSpecializationDecl
David Majnemer
2014-04-29
1
-0
/
+4
*
Suppress unused variable warning
Reid Kleckner
2014-04-23
1
-1
/
+3
*
Make TypeDecl much less friendly.
Richard Smith
2014-04-23
1
-2
/
+2
*
AST: Cleanup/simplify some LV calculation code
David Majnemer
2014-04-23
1
-20
/
+16
*
Teach getTemplateInstantiationPattern to deal with generic lambdas.
Faisal Vali
2014-04-03
1
-2
/
+23
*
CodeGen: Emit some functions as weak_odr under -fms-compatibility
David Majnemer
2014-04-02
1
-1
/
+39
*
Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...
David Blaikie
2014-04-02
1
-3
/
+3
*
Simplify FunctionDecl::getMinRequiredArguments().
Richard Smith
2014-04-01
1
-26
/
+6
*
Don't fold together the name lookup entries for two declarations if they are
Richard Smith
2014-03-17
1
-4
/
+10
*
Make some assertions on constant expressions static.
Benjamin Kramer
2014-03-15
1
-2
/
+4
*
[C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...
Aaron Ballman
2014-03-14
1
-3
/
+2
*
[C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_...
Aaron Ballman
2014-03-10
1
-5
/
+2
*
[C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...
Aaron Ballman
2014-03-08
1
-2
/
+2
*
[C++11] Replace LLVM-style type traits with C++11 standard ones.
Benjamin Kramer
2014-03-07
1
-3
/
+1
*
Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...
Aaron Ballman
2014-03-07
1
-2
/
+2
*
[C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...
Aaron Ballman
2014-03-07
1
-2
/
+2
*
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...
Aaron Ballman
2014-03-06
1
-41
/
+28
[next]