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
*
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
*
Replace 'MultiExprArg()' with 'None'
Dmitri Gribenko
2013-05-05
1
-1
/
+1
*
Move CapturedStmt parameters to CapturedDecl
Ben Langmuir
2013-05-03
1
-2
/
+2
*
Fix very confusing indent in Sema.cpp.
Daniel Jasper
2013-04-30
1
-6
/
+5
*
Small CapturedStmt improvements
Ben Langmuir
2013-04-29
1
-1
/
+1
*
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
1
-1
/
+16
*
Add an option to parse all comments as documentation comments
Dmitri Gribenko
2013-04-10
1
-1
/
+2
*
Suppress -Wunused-variable for variables declared in headers, which may in
Matt Beaumont-Gay
2013-04-10
1
-2
/
+6
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...
Douglas Gregor
2013-03-20
1
-2
/
+3
*
Don't try to typo-correct 'super' in an objc method.
Argyrios Kyrtzidis
2013-03-14
1
-1
/
+7
*
[modules] Check for delegating constructor cycles when building a module and ...
Argyrios Kyrtzidis
2013-03-14
1
-6
/
+6
*
Avoid computing the linkage too early. Don't invalidate it.
Rafael Espindola
2013-03-14
1
-3
/
+3
*
Add a hasExternalLinkage helper. No functionality change.
Rafael Espindola
2013-03-07
1
-3
/
+3
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-1
/
+1
*
[preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...
Argyrios Kyrtzidis
2013-02-20
1
-1
/
+2
*
Add a new -Wundefined-inline warning for inline functions which are used but not
Nick Lewycky
2013-02-01
1
-20
/
+34
*
Remove elements from Sema.UndefinedInternals as functions are defined. Also
Nick Lewycky
2013-01-31
1
-26
/
+50
[next]