Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 年之前 |
Hans Wennborg
|
7f055b7e1a
[clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)
|
7 年之前 |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 年之前 |
Raphael Isemann
|
b0fd08cfbe
[modules] Correctly overload getModule in the MultiplexExternalSemaSource
|
7 年之前 |
NAKAMURA Takumi
|
9047763be7
Fix warnings. [-Wdocumentation]
|
7 年之前 |
David Blaikie
|
a312d25909
Modular Codegen: Support homing debug info for types in modular objects
|
8 年之前 |
David Blaikie
|
94c1c6bb44
Modular Codegen: Add/use a bit in serialized function definitions to track whether they are the subject of modular codegen
|
8 年之前 |
David Blaikie
|
91a91ae615
Prototype of modules codegen
|
8 年之前 |
Justin Lebar
|
1f062cda84
[Sema] Use unique_ptr instead of raw pointers in the late-parsed templates map.
|
8 年之前 |
Manman Ren
|
a5a0579198
Method Pool in modules: we make sure that if a module contains an entry for
|
9 年之前 |
Richard Smith
|
fff3553f38
Store list of undefined-but-used objects in a deterministic order to fix
|
9 年之前 |
Angel Garcia Gomez
|
d162035b9b
Roll-back r250822.
|
9 年之前 |
Angel Garcia Gomez
|
e83bf34da9
Apply modernize-use-default to clang.
|
9 年之前 |
Richard Smith
|
b5cef75c82
function_ref-ize ExternalASTSource::FindExternalLexicalDecl and remove its
|
10 年之前 |
Ismail Pazarbasi
|
069e07e6ff
Detect uses of mismatching forms of 'new' and 'delete'
|
10 年之前 |
Diego Novillo
|
8863f9bb8b
Revert "Detect uses of mismatching forms of 'new' and 'delete'"
|
10 年之前 |
Ismail Pazarbasi
|
742dc9b6c9
Detect uses of mismatching forms of 'new' and 'delete'
|
10 年之前 |
Chandler Carruth
|
2baeab1242
[Modules] Preserve source order for the map of late parsed templates.
|
10 年之前 |
Richard Smith
|
3176691345
[modules] Deserialize CXXCtorInitializer list for a constructor lazily.
|
10 年之前 |
Richard Smith
|
499fc534bd
Replace Sema's map of locally-scoped extern "C" declarations with a DeclContext
|
10 年之前 |
Richard Smith
|
a2e36d21c0
Rework our handling of key functions. We used to track a complete list of all
|
10 年之前 |
Nico Weber
|
4f2a6d6d73
Add -Wunused-local-typedef, a warning that finds unused local typedefs.
|
11 年之前 |
Craig Topper
|
6b8c5857eb
[C++11] Use 'nullptr'. Sema edition.
|
11 年之前 |
Richard Smith
|
3ad9bfabb6
If a declaration is loaded, and then a module import adds a redeclaration, then
|
11 年之前 |
Kaelyn Uhrain
|
5d937b3fe7
Add hooks to ExternalSemaSource for after-the-fact diagnosis of
|
12 年之前 |
Kaelyn Uhrain
|
70571f43ab
Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko.
|
12 年之前 |
Richard Smith
|
ac32d9044b
PR9992: Serialize and deserialize the token sequence for a function template in
|
12 年之前 |
Richard Smith
|
3646c68676
Simplify FindExternalVisibleDeclsByName by making it return a bool indicating
|
12 年之前 |
Nick Lewycky
|
cd0655b172
Add a new -Wundefined-inline warning for inline functions which are used but not
|
12 年之前 |