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
*
Make DiagnosticsEngine::takeClient return std::unique_ptr<>
Alexander Kornienko
2014-11-17
1
-6
/
+6
*
[libclang] Disable spell-checking and warnings during code-completion since t...
Argyrios Kyrtzidis
2014-10-31
1
-0
/
+4
*
[modules] When a .pcm file is explicitly built separately from the translation
Richard Smith
2014-10-31
1
-2
/
+2
*
Make VFS and FileManager match the current MemoryBuffer API.
Benjamin Kramer
2014-10-26
1
-1
/
+6
*
[modules] Initial support for explicitly loading .pcm files.
Richard Smith
2014-10-22
1
-1
/
+2
*
Frontend: Don't accept null DiagnosticsEngines when building ASTUnits
Justin Bogner
2014-10-15
1
-17
/
+4
*
Frontend: Remove some unused arguments in ASTUnit (NFC)
Justin Bogner
2014-10-14
1
-5
/
+4
*
ASTUnit: Replace out parameter with return value, we have NRVO for this.
Benjamin Kramer
2014-10-03
1
-22
/
+22
*
Unique_ptrify PPCallbacks ownership.
Craig Topper
2014-09-10
1
-4
/
+7
*
Improve unique_ptr-y ownership in ASTUnit::ComputePreamble
David Blaikie
2014-08-29
1
-47
/
+29
*
Don't create a null reference in ASTUnit::LoadFromCommandLine.
Alexey Samsonov
2014-08-28
1
-2
/
+3
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
1
-9
/
+6
*
Return a std::unique_ptr from getBufferForFile. NFC.
Rafael Espindola
2014-08-26
1
-5
/
+5
*
Return a std::unique_ptr from getBufferForFile. NFC.
Rafael Espindola
2014-08-26
1
-1
/
+1
*
Frontend: unique_ptr-ify
Dylan Noblesmith
2014-08-24
1
-4
/
+4
*
return a std::unique_ptr from getMainBufferWithPrecompiledPreamble. NFC.
Rafael Espindola
2014-08-18
1
-19
/
+22
*
Simplify ASTUnit::Parse a bit by passing a std::unique_ptr to it.
Rafael Espindola
2014-08-18
1
-28
/
+19
*
Small cleanup: Don't duplicate default behavior.
Rafael Espindola
2014-08-13
1
-2
/
+2
*
Use std::unique_ptr to simplify memory management a bit.
Rafael Espindola
2014-08-13
1
-12
/
+6
*
Use StringRef instead of MemoryBuffer&.
Rafael Espindola
2014-08-12
1
-2
/
+2
*
Change MemoryBuffer* to MemoryBuffer& parameter to Lexer::ComputePreamble
David Blaikie
2014-08-11
1
-4
/
+4
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
1
-15
/
+17
*
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
[next]