Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
Frontend
/
PrecompiledPreamble.cpp
fc51490
Lift VFS from clang to llvm (NFC)
by Jonas Devlieghere
· 7 years ago
51c9349
[Preamble] Fix incorrect usage of std::error_category
by Alexandre Ganea
· 7 years ago
a3b3457
[Preamble] Fix an undefined behavior when checking an empty preamble can be reused.
by Haojian Wu
· 7 years ago
70560ba
[Preamble] Empty preamble is not an error.
by Haojian Wu
· 7 years ago
e5801b0
[Preamble] Check system dependencies in preamble too
by Ilya Biryukov
· 7 years ago
1865df4
s/LLVM_ON_WIN32/_WIN32/, clang
by Nico Weber
· 7 years ago
005c2e5
[vfs] Don't bail out after a missing -ivfsoverlay file
by Ben Langmuir
· 8 years ago
4a8f753
[Frontend] Allow to use PrecompiledPreamble without calling CanReuse
by Ilya Biryukov
· 8 years ago
923e338
Added helper to get size of PrecompiledPreamble
by Ilya Biryukov
· 8 years ago
1f8647d
[clang] Add BeforeExecute method to PrecompiledPreamble
by Ilya Biryukov
· 8 years ago
41e90bc
[clang] Add PPCallbacks list to preprocessor when building a preacompiled preamble.
by Ilya Biryukov
· 8 years ago
8318f61b
Avoid copying the data of in-memory preambles
by Ilya Biryukov
· 8 years ago
dd9ea75
Use llvm-config.h instead of config.h
by Ilya Biryukov
· 8 years ago
417085a
Allow to store precompiled preambles in memory.
by Ilya Biryukov
· 8 years ago
24952ce
Create fewer copies of StringMaps. No functionality change intended.
by Benjamin Kramer
· 8 years ago
eb1ec87
Set PreprocessorOpts.GeneratePreamble=true in PrecompiledPreamble.
by Ilya Biryukov
· 8 years ago
84fd064
[PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuating BOM presence)
by Cameron Desrochers
· 8 years ago
b88de41
Fixed a race condition in PrecompiledPreamble.
by Ilya Biryukov
· 8 years ago
53dd644
Fix unused-variable compilation error.
by Haojian Wu
· 8 years ago
200b328
Moved code hanlding precompiled preamble out of the ASTUnit.
by Ilya Biryukov
· 8 years ago