Richard Smith
|
7af84528b6
PR42104: Support instantiations of lambdas that implicitly capture
|
6 years ago |
Simon Pilgrim
|
396b66e348
Revert rL362358 : PR42104: Support instantiations of lambdas that implicitly capture packs.
|
6 years ago |
Richard Smith
|
612390c43e
PR42104: Support instantiations of lambdas that implicitly capture
|
6 years ago |
Richard Smith
|
2cbdb2c8c9
[c++20] P0780R2: Support pack-expansion of init-captures.
|
6 years ago |
Richard Smith
|
3413400f82
[c++20] P1064R0: Allow virtual function calls in constant expression
|
6 years ago |
Hans Wennborg
|
24e6d2a7b6
Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant expression evaluation."
|
6 years ago |
Richard Smith
|
759940ade0
[c++20] P1064R0: Allow virtual function calls in constant expression
|
6 years ago |
Lubos Lunak
|
589b82d1ef
make -ftime-trace also print template arguments
|
6 years ago |
Richard Smith
|
672ad5280a
Replace ad-hoc tracking of pattern for an instantiated class-scope
|
6 years ago |
Reid Kleckner
|
fbebf8caed
Simplify exclusion of nested classes from extern template instantiation, NFC
|
6 years ago |
Martin Storsjo
|
7331c3301a
[MinGW] Don't let template instantiation declarations cover nested classes
|
6 years ago |
Richard Smith
|
51d7df37f8
PR41607: Don't forget to substitute outer template arguments into a
|
6 years ago |
Dmitri Gribenko
|
b6c2a59e4d
Check i < FD->getNumParams() before querying
|
6 years ago |
Anton Afanasyev
|
95c1c41b49
Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` compatible JSON profiling output dumps.
|
6 years ago |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Mikael Nilsson
|
53945281fb
[OpenCL] Add generic AS to 'this' pointer
|
6 years ago |
Mikael Nilsson
|
fbfddd394f
Revert "[OpenCL] Add generic AS to 'this' pointer"
|
6 years ago |
Mikael Nilsson
|
8e20f7a8e0
[OpenCL] Add generic AS to 'this' pointer
|
6 years ago |
Reid Kleckner
|
1168491f34
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
|
6 years ago |
Bruno Ricci
|
a0460af1b7
[AST] Refactor PredefinedExpr
|
6 years ago |
Louis Dionne
|
59e8cd87d4
[clang] Add the exclude_from_explicit_instantiation attribute
|
6 years ago |
Richard Smith
|
5786130f48
PR38627: Fix handling of exception specification adjustment for
|
7 years ago |
Stephen Kelly
|
2dfd8132cf
Port getLocEnd -> getEndLoc
|
7 years ago |
Stephen Kelly
|
d7b659b592
Port getLocStart -> getBeginLoc
|
7 years ago |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 years ago |
Nick Desaulniers
|
9d271415af
[clang:sema] de-duplicate getDepthAndIndex helpers
|
7 years ago |
Erik Pilkington
|
fc6962eb2a
[Sema] Fix crash on BlockExprs in a default member initializers
|
7 years ago |
Erich Keane
|
829882796c
AttributeList de-listifying:
|
7 years ago |
Akira Hatanaka
|
485081104c
[Sema] Produce diagnostics for attribute 'trivial_abi' that appears
|
7 years ago |
Volodymyr Sapsai
|
2bf461475f
[Sema] Fix assertion when constructor is disabled with partially specialized template.
|
7 years ago |