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
*
Fix warning in Altivec code when building with GCC 4.8.2 on Ubuntu 14.04.
Jay Foad
2014-10-29
1
-1
/
+1
*
Make VFS and FileManager match the current MemoryBuffer API.
Benjamin Kramer
2014-10-26
1
-4
/
+3
*
ModuleMap.cpp: fix Windows build, take 2
Hans Wennborg
2014-10-26
1
-2
/
+3
*
ModuleMap.cpp: fix VS2012 build
Hans Wennborg
2014-10-26
1
-2
/
+3
*
ModuleMap::addHeader(): Appease msc17.
NAKAMURA Takumi
2014-10-26
1
-4
/
+16
*
Lex: Fix an invalid access into a SmallString
David Majnemer
2014-10-25
2
-5
/
+6
*
[modules] Support combining 'textual' with 'private'.
Richard Smith
2014-10-24
1
-73
/
+59
*
Use enumerators instead of hardcoded integers when processing macro names.
Serge Pavlov
2014-10-24
2
-14
/
+15
*
Refactor implementation of 'exclude header'.
Richard Smith
2014-10-23
1
-16
/
+16
*
Fix covered-switch warning.
Richard Smith
2014-10-23
1
-0
/
+1
*
[modules] Add support for 'textual header' directives.
Richard Smith
2014-10-22
2
-8
/
+42
*
[modules] Add support for #include_next.
Richard Smith
2014-10-20
4
-29
/
+74
*
[libclang] If the code-completion point is inside the preamble, adjust the po...
Argyrios Kyrtzidis
2014-10-18
1
-0
/
+9
*
[libclang] Allow code-completion when pointing at the end-of-file.
Argyrios Kyrtzidis
2014-10-18
1
-15
/
+14
*
PR21215: Support -fmodule-map-file being specified multiple times. Support
Richard Smith
2014-10-17
1
-9
/
+11
*
Switch to range-based for loop. No functionality change.
Richard Smith
2014-10-17
1
-9
/
+3
*
Fix the build
David Majnemer
2014-10-13
1
-9
/
+4
*
Avoid a crash after loading an #undef'd macro in code completion
Ben Langmuir
2014-09-30
1
-1
/
+4
*
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
[next]