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
/
lib
/
Frontend
/
ASTUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
unique_ptr-ify CompilerInstance::takeSema
David Blaikie
2014-08-10
1
-1
/
+1
*
std::unique_ptr-ify the result of ASTUnit::LoadFromASTFile
David Blaikie
2014-08-10
1
-10
/
+7
*
unique_ptr-ify ASTReaderListener in the ASTReader
David Blaikie
2014-08-10
1
-4
/
+3
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-17
/
+15
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-15
/
+17
*
Remove unused sys/stat.h includes
Alp Toker
2014-07-07
1
-1
/
+0
*
Peel away old-style file remapping typedefs and cruft
Alp Toker
2014-07-07
1
-52
/
+30
*
Use non-intrusive refcounting for TargetOptions
Alp Toker
2014-07-06
1
-21
/
+18
*
Use non-intrusive refcounting for LangOptions
Alp Toker
2014-07-06
1
-2
/
+2
*
Constify a read-only parameter and give function a better name
Alp Toker
2014-07-06
1
-5
/
+5
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-7
/
+7
*
Consider module depedencies when checking a preamble in libclang
Ben Langmuir
2014-06-30
1
-15
/
+9
*
Stop sharing the FileManager in ASTUnit::Parse
Ben Langmuir
2014-06-23
1
-1
/
+7
*
[C++11] Use 'nullptr'. Frontend edition.
Craig Topper
2014-05-22
1
-65
/
+65
*
Eliminate ASTContext's DelayInitialization flag
Alp Toker
2014-05-03
1
-8
/
+3
*
Reformat code following Preprocessor constructor updates
Alp Toker
2014-05-02
1
-6
/
+5
*
Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctor
Alp Toker
2014-05-02
1
-3
/
+2
*
Remove unused using statement.
Nico Weber
2014-04-28
1
-1
/
+0
*
Push unique_ptr ownership of ASTUnits further back into their factories.
David Blaikie
2014-04-25
1
-13
/
+10
*
Attempt to fix null ASTContext in ASTUnit error path
Ben Langmuir
2014-04-22
1
-1
/
+4
*
Don't read CompilerInstance fields that don't exist in ASTUnit
Ben Langmuir
2014-04-18
1
-3
/
+6
*
Honour -ivfsoverlay in ASTUnit to match clang
Ben Langmuir
2014-04-15
1
-8
/
+27
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-13
1
-41
/
+41
*
[libclang] Don't pad the main buffer for the preamble.
Argyrios Kyrtzidis
2014-03-09
1
-40
/
+6
*
[C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...
Aaron Ballman
2014-03-08
1
-4
/
+3
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-49
/
+36
*
[C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...
Aaron Ballman
2014-03-07
1
-3
/
+2
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-5
/
+6
*
[C++11] Use std::atomic instead of LLVM's.
Benjamin Kramer
2014-03-02
1
-10
/
+6
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
[ASTUnit] Don't let the preamble diagnostics out-live the CompilerInstance th...
Argyrios Kyrtzidis
2014-02-28
1
-51
/
+93
*
[ASTUnit] Fix use-after-free bug in ASTUnit::getMainBufferWithPrecompiledPrea...
Argyrios Kyrtzidis
2014-02-27
1
-22
/
+8
*
Recommit virtual file system
Ben Langmuir
2014-02-20
1
-3
/
+3
*
Reverting the virtual file system implementation, because it triggers an asse...
Juergen Ributzka
2014-02-20
1
-3
/
+3
*
Use llvm::DeleteContainerSeconds when possible
Reid Kleckner
2014-02-19
1
-4
/
+1
*
Initial implementation of virtual file system
Ben Langmuir
2014-02-19
1
-3
/
+3
*
Fix memory leak introduced by r201010.
Daniel Jasper
2014-02-12
1
-0
/
+1
*
ASTUnit: simplify remapping files by using the exact same logic in Preprocessor
Dmitri Gribenko
2014-02-10
1
-16
/
+4
*
ASTUnit: remove dead code in remapping files
Dmitri Gribenko
2014-02-08
1
-73
/
+22
*
ASTUnit: ArrayRef'ize RemappedFiles
Dmitri Gribenko
2014-02-07
1
-11
/
+8
*
Fix a -Wformat warning in ASTUnit.cpp
Reid Kleckner
2014-02-03
1
-2
/
+2
*
Use the simpler version of llvm::sys::fs::remove when possible.
Rafael Espindola
2014-01-10
1
-2
/
+1
*
Remove obsolete preamble FIXME
Alp Toker
2013-12-20
1
-2
/
+0
*
Correctly compute the size in bytes of PreambleFileHash.MD5
Dmitri Gribenko
2013-12-20
1
-2
/
+2
*
ASTUnit::getMainBufferWithPrecompiledPreamble: use MD5 hash of the remapped
Dmitri Gribenko
2013-12-20
1
-12
/
+51
*
Simplify code
Dmitri Gribenko
2013-12-19
1
-1
/
+1
*
Make ASTUnit structure stable with NDEBUG
Alp Toker
2013-11-22
1
-1
/
+1
*
Use the same SourceManager for ModuleMaps and compilations.
Manuel Klimek
2013-10-24
1
-1
/
+1
*
[libclang] For an unscoped enum include the enumerators in the top-level code...
Argyrios Kyrtzidis
2013-10-15
1
-0
/
+12
*
Remove unnecessary inclusion of Sema.h
David Blaikie
2013-09-13
1
-0
/
+1
[prev]
[next]