index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
unittests
/
Lex
/
PPCallbacksTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce a DirectoryEntryRef that stores both a reference and an
Alex Lorenz
2019-08-31
1
-1
/
+1
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
1
-2
/
+2
*
Modules: Rename MemoryBufferCache to InMemoryModuleCache
Duncan P. N. Exon Smith
2019-03-09
1
-9
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix -Wsign-compare in new tests
Reid Kleckner
2019-01-17
1
-7
/
+7
*
Revert r351209 (which was a revert of r350891) with a fix.
Aaron Ballman
2019-01-17
1
-2
/
+55
*
Revert "Correct the source range returned from preprocessor callbacks."
Benjamin Kramer
2019-01-15
1
-50
/
+8
*
Silence -Wsign-compare in unittests
Bjorn Pettersson
2019-01-11
1
-7
/
+7
*
Correct the source range returned from preprocessor callbacks.
Aaron Ballman
2019-01-10
1
-1
/
+118
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-21
/
+21
*
Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'
Julie Hockett
2018-05-10
1
-11
/
+47
*
Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"
Julie Hockett
2018-05-09
1
-30
/
+11
*
[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective
Julie Hockett
2018-05-09
1
-11
/
+30
*
Add #pragma clang module build/endbuild pragmas for performing a module build
Richard Smith
2017-06-09
1
-21
/
+2
*
Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"
Duncan P. N. Exon Smith
2017-03-20
1
-2
/
+5
*
Revert "Modules: Cache PCMs in memory and avoid a use-after-free"
Renato Golin
2017-03-18
1
-5
/
+2
*
Modules: Cache PCMs in memory and avoid a use-after-free
Duncan P. N. Exon Smith
2017-03-17
1
-2
/
+5
*
shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptions
David Blaikie
2017-01-06
1
-5
/
+4
*
Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtr
David Blaikie
2017-01-05
1
-4
/
+5
*
[VFS] Use VFS instead of virtual files in PPCallbacks test.
Benjamin Kramer
2015-10-08
1
-4
/
+6
*
Fix -Wextra-semi warnings.
Hans Wennborg
2015-07-22
1
-3
/
+3
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
[modules] Start moving the module visibility information off the Module itself.
Richard Smith
2015-05-01
1
-2
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-12
/
+9
*
Avoid having "using namespace" for both "clang" and "llvm" namespaces.
Alexey Samsonov
2014-10-15
1
-6
/
+5
*
Unique_ptrify PPCallbacks ownership.
Craig Topper
2014-09-10
1
-2
/
+2
*
unique_ptrify SourceManager::createFileID
David Blaikie
2014-08-29
1
-2
/
+2
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
1
-4
/
+5
*
Use non-intrusive refcounting for TargetOptions
Alp Toker
2014-07-06
1
-8
/
+6
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-3
/
+3
*
[C++11] Use 'nullptr'. Unittests edition.
Craig Topper
2014-06-08
1
-3
/
+3
*
SourceManager: Use setMainFileID() consistently
Alp Toker
2014-05-21
1
-2
/
+2
*
Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
Benjamin Kramer
2014-05-10
1
-0
/
+1
*
Eliminate ASTContext's DelayInitialization flag
Alp Toker
2014-05-03
1
-2
/
+4
*
Reformat code following Preprocessor constructor updates
Alp Toker
2014-05-02
1
-7
/
+5
*
Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctor
Alp Toker
2014-05-02
1
-6
/
+4
*
Quick fix for layering that broke shared library build.
John Thompson
2014-04-23
1
-9
/
+11
*
Initial implementation of -modules-earch-all option, for searching for symbol...
John Thompson
2014-04-23
1
-0
/
+3
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-2
/
+2
*
Use the same SourceManager for ModuleMaps and compilations.
Manuel Klimek
2013-10-24
1
-2
/
+3
*
Fix use-after-free in PPCallbacksTest detected by ASan bootstrap bot
Alexey Samsonov
2013-10-14
1
-4
/
+4
*
Callback support for OpenCL extension pragmas.
Pekka Jaaskelainen
2013-10-12
1
-0
/
+100
*
Include Path.h instead of PathV2.h.
Rafael Espindola
2013-06-11
1
-1
/
+1
*
<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...
Douglas Gregor
2013-03-20
1
-1
/
+2
*
For ModuleLoader::makeModuleVisible() also pass the source location where the
Argyrios Kyrtzidis
2013-02-01
1
-1
/
+2
*
[Lex] Remove DirectoryLookup.UserSpecified, which is unused.
Daniel Dunbar
2013-01-25
1
-1
/
+1
*
clang/unittests: Fixup corresponding to r172290.
NAKAMURA Takumi
2013-01-12
1
-0
/
+3
*
Sort the #include lines for unittests/...
Chandler Carruth
2012-12-04
1
-3
/
+1
*
Fix unit tests for ModuleLoader change in r168961.
Douglas Gregor
2012-11-30
1
-4
/
+5
[next]