Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d45df094353b8b0b5f1f76d9f5f828c34595fe11
/
clang
/
lib
/
Sema
/
MultiplexExternalSemaSource.cpp
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
6907ce2
Remove trailing space
by Fangrui Song
· 7 years ago
08c5a7b
[clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)
by Hans Wennborg
· 7 years ago
9fc8faf
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
025d620c
[modules] Correctly overload getModule in the MultiplexExternalSemaSource
by Raphael Isemann
· 8 years ago
12ab07e
Fix warnings. [-Wdocumentation]
by NAKAMURA Takumi
· 8 years ago
1ac9c98
Modular Codegen: Support homing debug info for types in modular objects
by David Blaikie
· 9 years ago
e6b7c28
Modular Codegen: Add/use a bit in serialized function definitions to track whether they are the subject of modular codegen
by David Blaikie
· 9 years ago
9ffe5a3
Prototype of modules codegen
by David Blaikie
· 9 years ago
28f09c5
[Sema] Use unique_ptr instead of raw pointers in the late-parsed templates map.
by Justin Lebar
· 9 years ago
a0f31a0
Method Pool in modules: we make sure that if a module contains an entry for
by Manman Ren
· 10 years ago
d6a04d7
Store list of undefined-but-used objects in a deterministic order to fix
by Richard Smith
· 10 years ago
637d1e6
Roll-back r250822.
by Angel Garcia Gomez
· 10 years ago
b5250d3
Apply modernize-use-default to clang.
by Angel Garcia Gomez
· 10 years ago
3cb1572
function_ref-ize ExternalASTSource::FindExternalLexicalDecl and remove its
by Richard Smith
· 10 years ago
e5768d1
Detect uses of mismatching forms of 'new' and 'delete'
by Ismail Pazarbasi
· 10 years ago
c324b92
Revert "Detect uses of mismatching forms of 'new' and 'delete'"
by Diego Novillo
· 10 years ago
538ef53
Detect uses of mismatching forms of 'new' and 'delete'
by Ismail Pazarbasi
· 10 years ago
52cee4d
[Modules] Preserve source order for the map of late parsed templates.
by Chandler Carruth
· 11 years ago
c2bb818
[modules] Deserialize CXXCtorInitializer list for a constructor lazily.
by Richard Smith
· 11 years ago
f19e127
Replace Sema's map of locally-scoped extern "C" declarations with a DeclContext
by Richard Smith
· 11 years ago
91c18de
Rework our handling of key functions. We used to track a complete list of all
by Richard Smith
· 11 years ago
7288943
Add -Wunused-local-typedef, a warning that finds unused local typedefs.
by Nico Weber
· 11 years ago
c3ec149
[C++11] Use 'nullptr'. Sema edition.
by Craig Topper
· 11 years ago
053f6c6
If a declaration is loaded, and then a module import adds a redeclaration, then
by Richard Smith
· 11 years ago
2c351bb
Add hooks to ExternalSemaSource for after-the-fact diagnosis of
by Kaelyn Uhrain
· 12 years ago
f0aabda
Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko.
by Kaelyn Uhrain
· 12 years ago
e40f2ba
PR9992: Serialize and deserialize the token sequence for a function template in
by Richard Smith
· 12 years ago
9ce12e3
Simplify FindExternalVisibleDeclsByName by making it return a bool indicating
by Richard Smith
· 13 years ago
9c7eb1d
Add a new -Wundefined-inline warning for inline functions which are used but not
by Nick Lewycky
· 13 years ago
f0f5616
Remove elements from Sema.UndefinedInternals as functions are defined. Also
by Nick Lewycky
· 13 years ago
8334af8
Preserve Sema::UndefinedInternals across PCH boundaries. Fixes
by Nick Lewycky
· 13 years ago
78165b5
Truth in advertising: LocallyScopedExternalDecls actually only contains
by Richard Smith
· 13 years ago
ff7d47a
Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as per review discussion in r170365
by David Blaikie
· 13 years ago
3a02247
Sort all of Clang's files under 'lib', and fix up the broken headers uncovered.
by Chandler Carruth
· 13 years ago
dd433f0
From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources.
by Axel Naumann
· 13 years ago