Rainer Orth
|
e3656d7fcf
Move LangStandard*, InputKind::Language to Basic
|
6 years ago |
Duncan P. N. Exon Smith
|
5f92395a7e
Frontend: Remove CompilerInstance::VirtualFileSystem, NFC
|
6 years ago |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Kristof Umann
|
d1b208c30b
[analyzer] Evaluate all non-checker config options before analysis
|
6 years ago |
Kristof Umann
|
73bb3f29cb
[analyzer][NFC] Fix some incorrect uses of -analyzer-config options
|
6 years ago |
Richard Smith
|
1faea10f90
Factor out Clang's desired 8MB stack size constant from the various
|
7 years ago |
Alexander Kornienko
|
b8b9458165
Fix typos in clang
|
7 years ago |
Richard Smith
|
92c5967c32
Refactor frontend InputKind to prepare for treating module maps as a distinct kind of input.
|
8 years ago |
David Blaikie
|
e781b71dd0
Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer"
|
8 years ago |
David Blaikie
|
471e0b27d7
Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer"
|
8 years ago |
David Blaikie
|
4a854da51b
IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer
|
8 years ago |
David Blaikie
|
5a12bb82d5
Move Preprocessor over to std::shared_ptr rather than IntrusiveRefCntPtr
|
8 years ago |
Mehdi Amini
|
2e23251d3e
[NFC] Header cleanup
|
9 years ago |
Adrian Prantl
|
5f4be954a1
Introduce a PCHContainerOperations interface (NFC).
|
10 years ago |
Benjamin Kramer
|
b7b56528f9
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
|
10 years ago |
Chandler Carruth
|
6c1b926674
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
|
10 years ago |
Ted Kremenek
|
fdf0d35132
Add support for the static analyzer to synthesize function implementations from external model files.
|
11 years ago |