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
/
Lex
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR18793: If we try to EnterTokenStream when our current lexer is a caching
Richard Smith
2014-09-23
1
-0
/
+19
*
Unique_ptrify Preprocessor::PragmaHandlersBackup
David Blaikie
2014-09-15
1
-2
/
+2
*
Use unique_ptr for ScratchBuf and PragmaHandlers in the preprocessor.
Craig Topper
2014-09-12
2
-19
/
+12
*
Avoid a couple of assertions when preprocessing with modules
Ben Langmuir
2014-09-10
1
-2
/
+10
*
Unique_ptrify PPCallbacks ownership.
Craig Topper
2014-09-10
1
-3
/
+1
*
unique_ptrify PTHManager's PerIDCache using the newly added llvm::FreeDeleter
David Blaikie
2014-08-29
1
-14
/
+12
*
unique_ptrify some parameters to PTHManager::PTHManager
David Blaikie
2014-08-29
1
-35
/
+29
*
unique_ptrify HeaderMap::FileBuffer
David Blaikie
2014-08-29
1
-6
/
+3
*
unique_ptrify Preprocessor's TokenLexerCache
David Blaikie
2014-08-29
2
-13
/
+12
*
unique_ptrify SourceManager::createFileID
David Blaikie
2014-08-29
2
-2
/
+2
*
Overload SourceManager::overrideFileContents so that unconditionally passing ...
David Blaikie
2014-08-27
1
-1
/
+1
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
2
-8
/
+9
*
Add support for the static analyzer to synthesize function implementations fr...
Ted Kremenek
2014-08-27
1
-0
/
+19
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
3
-15
/
+15
*
Update the call to llvm::sys::fs::UniqueID to match the definition: UniqueID(...
Sylvestre Ledru
2014-08-18
1
-1
/
+1
*
Don't Lex past EOF when lexing _Pragma
Reid Kleckner
2014-08-14
1
-1
/
+1
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Verify all the module map files for a pcm are the same on load
Ben Langmuir
2014-08-12
1
-3
/
+13
*
Use StringRef instead of MemoryBuffer&.
Rafael Espindola
2014-08-12
1
-7
/
+7
*
Correctly implement -include search logic.
Manuel Klimek
2014-08-12
2
-44
/
+25
*
Change MemoryBuffer* to MemoryBuffer& parameter to Lexer::ComputePreamble
David Blaikie
2014-08-11
1
-9
/
+9
*
unique_ptr-ify FileSystemStatCache::setNextStatCache
David Blaikie
2014-08-11
2
-2
/
+3
*
Fix six tests are failing on Windows after r215241-r215243.
Yaron Keren
2014-08-09
1
-0
/
+2
*
Refactor the module map file used for uniquing a module name out of
Ben Langmuir
2014-08-09
2
-17
/
+33
*
Use llvm::sys::path::native instead of llvm::sys::fs::normalize_separators.
Rafael Espindola
2014-08-08
1
-2
/
+2
*
Use -Rblah, not -Wblah, to control remark diagnostics. This was always the
Richard Smith
2014-08-07
2
-4
/
+9
*
Don't destroy MacroInfos if we find the macro definition is invalid; it'll get
Richard Smith
2014-08-03
1
-12
/
+0
*
[modules] Substantially improve handling of #undef:
Richard Smith
2014-07-25
2
-12
/
+17
*
Improving the "integer constant too large" diagnostics based on post-commit f...
Aaron Ballman
2014-07-24
1
-4
/
+3
*
Simplify MacroInfo lifetime management. We don't need three different functions
Richard Smith
2014-07-24
2
-8
/
+13
*
Remove unused Prev pointer from MacroInfo chain.
Richard Smith
2014-07-24
2
-31
/
+4
*
Add stopgap option -fmodule-implementation-of <name>
Ben Langmuir
2014-07-23
1
-1
/
+3
*
Provide extra information in the "integer constant is too large" diagnostic. ...
Aaron Ballman
2014-07-22
1
-2
/
+5
*
Reinstate r213348, reverted in r213395, with an additional bug fix and more
Richard Smith
2014-07-18
1
-0
/
+1
*
Add dump() for MacroDirective and MacroInfo.
Richard Smith
2014-07-18
1
-0
/
+72
*
Fix case-sensitivity of inferred framework modules
Ben Langmuir
2014-07-14
1
-0
/
+6
*
Improve memory ownership of vfs::Files in the FileSystemStatCache by using st...
David Blaikie
2014-07-08
1
-3
/
+2
*
PTH: use a variable instead of a macro
Alp Toker
2014-07-07
1
-8
/
+10
*
Update for llvm api change.
Rafael Espindola
2014-07-06
1
-2
/
+4
*
Removed unused typedef for recursive_directory_iterator
Ben Langmuir
2014-06-30
1
-2
/
+0
*
Convert StringLiteralParser constructor to use ArrayRef instead of a pointer ...
Craig Topper
2014-06-26
4
-17
/
+17
*
Make -Wincomplete-umbrella go through the VFS
Ben Langmuir
2014-06-25
1
-3
/
+5
*
DiagnosticIDs: use diagnostic severities to simplify extension handling
Alp Toker
2014-06-22
1
-2
/
+2
*
Lex: Use the correct types for MS integer suffixes
David Majnemer
2014-06-21
1
-11
/
+10
*
Revert "Lex: Use the correct types for MS integer suffixes"
Rafael Espindola
2014-06-21
1
-10
/
+11
*
Lex: Use the correct types for MS integer suffixes
David Majnemer
2014-06-21
1
-11
/
+10
*
Fixed formatting.
Yaron Keren
2014-06-19
1
-3
/
+2
*
Hide the concept of diagnostic levels from lex, parse and sema
Alp Toker
2014-06-15
4
-17
/
+9
*
Include system_error directly.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
3
-5
/
+5
[next]