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
/
SemaLookup.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Change \t to spaces
Fangrui Song
2018-07-20
1
-1
/
+1
*
[Sema] Fix a structured binding typo correction bug
Erik Pilkington
2018-07-10
1
-0
/
+2
*
Change return value of trivial visibility check.
Richard Trieu
2018-06-07
1
-3
/
+9
*
Switch a couple of users of LangOpts::GNUMode to the more appropriate LangOpt...
Richard Smith
2018-05-24
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-44
/
+44
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-1
/
+1
*
Re-land "[Sema] Make getCurFunction() return null outside function parsing"
Reid Kleckner
2018-03-12
1
-1
/
+2
*
[CodeComplete] only respect LoadExternal hint at namespace/tu scope
Sam McCall
2018-01-24
1
-2
/
+5
*
[Sema] Add visited contexts to CodeCompleteContext
Haojian Wu
2018-01-17
1
-0
/
+2
*
Ensure code complete with !LoadExternal sees all local decls.
Sam McCall
2018-01-16
1
-1
/
+2
*
[CodeComplete] Add an option to omit results from the preamble.
Sam McCall
2018-01-12
1
-27
/
+39
*
When name lookup finds a non-imported declaration and looks back along the
Richard Smith
2018-01-06
1
-29
/
+28
*
[NFC] Small const correctness fix
Hamza Sood
2017-12-27
1
-2
/
+3
*
[modules] Retain multiple using-directives in the same scope even if they nam...
Richard Smith
2017-10-30
1
-3
/
+3
*
[modules] When finding the owning module of an instantiated context in template
Richard Smith
2017-10-18
1
-1
/
+1
*
[Sema] Avoid iterator invalidation when code completing.
Benjamin Kramer
2017-10-13
1
-2
/
+4
*
[modules] Fix visibility checking for using declarations via ADL.
Richard Smith
2017-10-11
1
-6
/
+14
*
[modules] Only take visible using-directives into account during name lookup.
Richard Smith
2017-10-11
1
-14
/
+16
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-10
1
-1
/
+29
*
Revert "[Modules TS] Module ownership semantics for redeclarations."
Eric Liu
2017-10-10
1
-29
/
+1
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-09
1
-1
/
+29
*
Reapply Sema: allow imaginary constants via GNU extension if UDL overloads no...
Tim Northover
2017-08-09
1
-6
/
+10
*
[Sema] Fix operator lookup to consider local extern declarations.
Eric Fiselier
2017-07-31
1
-1
/
+2
*
[modules ts] Improve merging of module-private declarations.
Richard Smith
2017-07-05
1
-32
/
+60
*
[modules ts] Declarations from a module interface unit are only visible outside
Richard Smith
2017-07-05
1
-6
/
+22
*
PR33552: Distinguish between declarations that are owned by no module and
Richard Smith
2017-06-23
1
-2
/
+2
*
Fix for Bug 33471: Preventing operator auto from resolving to a template oper...
Erich Keane
2017-06-20
1
-0
/
+10
*
Fix crash when an 'import a module' TypoCorrection has its CorrectionDecls
Richard Smith
2017-06-05
1
-7
/
+6
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+1
*
Revert "Sema: allow imaginary constants via GNU extension if UDL overloads no...
Tim Northover
2017-05-24
1
-10
/
+6
*
[Modules] Fix overly conservative assertion for import diagnostic
Bruno Cardoso Lopes
2017-05-23
1
-2
/
+0
*
Sema: allow imaginary constants via GNU extension if UDL overloads not present.
Tim Northover
2017-05-23
1
-6
/
+10
*
Remove last (unnecessary) use of mapping from SourceLocation to Module and
Richard Smith
2017-05-19
1
-2
/
+2
*
[modules] Switch from inferring owning modules based on source location to
Richard Smith
2017-05-18
1
-44
/
+60
*
[modules] When creating a declaration, cache its owning module immediately
Richard Smith
2017-05-17
1
-57
/
+0
*
Revert r302965 - [modules] When creating a declaration, cache its owning
Daniel Jasper
2017-05-15
1
-0
/
+57
*
[modules] When creating a declaration, cache its owning module immediately
Richard Smith
2017-05-12
1
-57
/
+0
*
Remove unnecessary mapping from SourceLocation to Module.
Richard Smith
2017-05-11
1
-3
/
+3
*
[CodeCompletion] Provide member completions for dependent expressions whose
Alex Lorenz
2017-05-11
1
-14
/
+32
*
[modules] Properly look up the owning module for an instantiation of a merged...
Richard Smith
2017-04-21
1
-11
/
+4
*
Revert r300653 and r300650. The underlying commit fixes one issue with
Chandler Carruth
2017-04-19
1
-5
/
+17
*
[modules] Properly look up the owning module for an instantiation of a merged...
Richard Smith
2017-04-19
1
-17
/
+5
*
Rangify for loop, NFC.
Yaron Keren
2017-04-12
1
-3
/
+1
*
Factor out some common code between SpecialMemberExceptionSpecInfo and Specia...
Richard Smith
2017-02-24
1
-25
/
+25
*
Rename ActiveTemplateInstantiation to CodeSynthesisContext in preparation for
Richard Smith
2017-02-23
1
-9
/
+7
*
Fix assertion failure due to implicit special member lookup lacking a source ...
Richard Smith
2017-02-15
1
-4
/
+7
*
[c++1z] Synthesize implicit deduction guides from constructors on demand. Rank
Richard Smith
2017-02-14
1
-2
/
+8
*
Change how we handle diagnose_if attributes.
George Burgess IV
2017-01-28
1
-2
/
+1
*
PR0091R3: Implement parsing support for using templates as types.
Richard Smith
2017-01-26
1
-0
/
+1
*
[Sema] UsingShadowDecl shouldn't be hidden by the UsingDecl that owns it
Alex Lorenz
2017-01-23
1
-0
/
+6
[prev]
[next]