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
/
Sema
/
Sema.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sema] Adjust Sema::getCurBlock()/getCurLambda() to take into account that we...
Argyrios Kyrtzidis
2014-04-26
1
-2
/
+18
*
[MS-ABI] Add support for #pragma section and related pragmas
Warren Hunt
2014-04-08
1
-1
/
+2
*
Refactor: move loading pending instantiations from chained PCHs to a more app...
Richard Smith
2014-03-22
1
-0
/
+8
*
[C++11] Replace verbose functors with succinct lambdas
Benjamin Kramer
2014-03-01
1
-20
/
+12
*
Follow up to r201927: remove the Sema::InFunctionDeclarator field.
Peter Collingbourne
2014-02-24
1
-1
/
+1
*
Use llvm::DeleteContainerSeconds when possible
Reid Kleckner
2014-02-19
1
-4
/
+1
*
MS ABI: Implement #pragma vtordisp() and clang-cl /vdN
Reid Kleckner
2014-02-12
1
-1
/
+2
*
MS ABI: Add support for the -vm{b,g,s,m,v} flags
David Majnemer
2014-02-11
1
-1
/
+3
*
MS ABI: Add support for #pragma pointers_to_members
David Majnemer
2014-02-10
1
-1
/
+2
*
Sema: Remove useless MSStructPragmaOn update in Sema::~Sema
David Majnemer
2014-02-10
1
-1
/
+0
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-4
/
+4
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-1
/
+1
*
Distinguish between attributes explicitly written at the request of the user,...
Aaron Ballman
2014-01-16
1
-1
/
+1
*
Rename language option MicrosoftMode to MSVCCompat
Alp Toker
2014-01-14
1
-1
/
+1
*
Sema: Predefine size_t in MSVC Compatibility mode
David Majnemer
2014-01-14
1
-0
/
+2
*
Removing the notion of TargetAttributesSema and replacing it with one where t...
Aaron Ballman
2014-01-09
1
-3
/
+1
*
Pre-declare '::type_info' in MicrosoftMode only, not MicrosoftExt
Alp Toker
2014-01-05
1
-1
/
+1
*
Move MS predefined type_info out of InitializePredefinedMacros
Alp Toker
2014-01-04
1
-0
/
+7
*
Remove OpenCL-specific type keywords and specifiers
Alp Toker
2013-12-18
1
-0
/
+18
*
COSMETIC: Right justify an asterix in the previous refactoring.
Faisal Vali
2013-11-12
1
-1
/
+1
*
REFACTOR: Have PushLambdaScope return the LambdaScopeInfo that it creates.
Faisal Vali
2013-11-12
1
-2
/
+4
*
Fix missed exception spec checks and crashes
Alp Toker
2013-10-18
1
-0
/
+6
*
Revert "Fix missed exception spec checks and crashes"
Alp Toker
2013-10-17
1
-5
/
+0
*
Fix missed exception spec checks and crashes
Alp Toker
2013-10-17
1
-0
/
+5
*
Convert anachronistic use of 'void *' to 'DeclContext *' in Scope that was a ...
Ted Kremenek
2013-10-08
1
-1
/
+1
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-09-26
1
-4
/
+21
*
Module use declarations (II)
Daniel Jasper
2013-09-24
1
-0
/
+1
*
PR13657 (and duplicates):
Richard Smith
2013-09-12
1
-2
/
+3
*
Split -Wunused-variable warning.
Daniel Jasper
2013-09-11
1
-0
/
+3
*
Fix regression from r190382.
Eli Friedman
2013-09-10
1
-0
/
+9
*
Make -Wunused warning rules more consistent.
Eli Friedman
2013-09-10
1
-5
/
+1
*
OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...
Alexey Bataev
2013-09-06
1
-1
/
+8
*
Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"
Rafael Espindola
2013-09-03
1
-8
/
+1
*
OpenMP: Data-sharing attributes analysis and clause 'shared'
Alexey Bataev
2013-09-03
1
-1
/
+8
*
Use pop_back_val() instead of both back() and pop_back().
Robert Wilhelm
2013-08-23
1
-2
/
+1
*
Revert "Implement a rudimentary form of generic lambdas."
Manuel Klimek
2013-08-22
1
-21
/
+4
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-08-22
1
-4
/
+21
*
Split isFromMainFile into two functions.
Eli Friedman
2013-08-22
1
-2
/
+2
*
Fix the end sourcelocation of the call expression in a member access when
Nick Lewycky
2013-08-21
1
-4
/
+3
*
PR9992: Serialize and deserialize the token sequence for a function template in
Richard Smith
2013-08-07
1
-0
/
+4
*
ObjectiveC arc: Move check for type conversions in arc
Fariborz Jahanian
2013-07-31
1
-3
/
+0
*
When we perform dependent name lookup during template instantiation, it's not
Richard Smith
2013-07-25
1
-7
/
+6
*
Fix crash typo-correcting dependent member func.
Eli Friedman
2013-07-08
1
-1
/
+1
*
Provide suggested no-arg calls for overloaded member functions missing calls
David Blaikie
2013-06-21
1
-15
/
+31
*
Lazily provide a __float128 dummy type in -std=gnu++11 mode.
Nico Weber
2013-06-20
1
-1
/
+7
*
Delete dead code. (Array element types are always complete in C.)
Eli Friedman
2013-06-19
1
-7
/
+0
*
Bound member function diagnostic - suggest no-args calls and note overload ca...
David Blaikie
2013-06-04
1
-8
/
+19
*
Objective-C: Fixes an ivar lookup bug where
Fariborz Jahanian
2013-05-31
1
-0
/
+2
*
Cleanup handling of UniqueExternalLinkage.
Rafael Espindola
2013-05-13
1
-4
/
+4
*
Add missing initialization for Sema::CurScope. This is important for AST cons...
Richard Smith
2013-05-06
1
-1
/
+1
[next]