index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Basic
/
SourceManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASTReader: Bypass overridden files when reading PCHs
Duncan P. N. Exon Smith
2019-08-30
1
-10
/
+12
*
ContentCache: Drop getBuffer's dependency on SourceManager
Duncan P. N. Exon Smith
2019-08-26
1
-13
/
+11
*
Introduce FileEntryRef and use it when handling includes to report correct de...
Alex Lorenz
2019-08-22
1
-10
/
+9
*
NFCI: Simplify SourceManager::translateFile by removing code path that should...
Alex Lorenz
2019-08-21
1
-107
/
+21
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-5
/
+5
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
1
-1
/
+1
*
Use a unique_ptr instead of manual memory management for LineTable
Nico Weber
2019-07-15
1
-3
/
+1
*
Fix MSVC "signed/unsigned mismatch" warning. NFCI.
Simon Pilgrim
2019-07-03
1
-1
/
+2
*
Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...
Fangrui Song
2019-07-03
1
-3
/
+3
*
PR42301: Abort cleanly if we encounter a huge source file rather than
Richard Smith
2019-06-21
1
-0
/
+25
*
[DebugInfo] Don't emit checksums when compiling a preprocessed CPP
Alexandre Ganea
2019-05-21
1
-2
/
+7
*
[Preamble] Stop circular inclusion of main file when building preamble
Nikolai Kosjar
2019-05-10
1
-1
/
+1
*
[clang] Fix a bug that reports UTF32 (LE) files as UTF16 (LE) ones
Owen Pan
2019-05-08
1
-3
/
+3
*
Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBu...
Nico Weber
2019-04-04
1
-15
/
+17
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
ComputeLineNumbers: delete SSE2 vectorization
Fangrui Song
2018-12-10
1
-56
/
+13
*
SourceManager: insert(make_pair(..)) -> try_emplace. NFC
Fangrui Song
2018-12-09
1
-5
/
+2
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-2
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-32
/
+32
*
Add SourceManagerForFile helper which sets up SourceManager and dependencies ...
Eric Liu
2018-05-09
1
-0
/
+26
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-17
/
+17
*
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
Richard Smith
2018-04-30
1
-13
/
+26
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
Fix for LLVM r326109
David Zarzycki
2018-02-26
1
-2
/
+4
*
[NFC] Extract method to SourceManager for traversing the macro "stack"
George Karpenkov
2018-02-09
1
-0
/
+6
*
Remove llvm::MemoryBuffer const_casts
Pavel Labath
2017-12-20
1
-3
/
+4
*
[Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...
Eugene Zelenko
2017-11-03
1
-25
/
+30
*
Fix ownership of the MemoryBuffer in a FrontendInputFile.
Richard Smith
2017-09-09
1
-5
/
+6
*
Factor out a functionality from isBeforeInTranslationUnit
Gabor Horvath
2017-06-29
1
-37
/
+48
*
Remove some redundant setup when preprocessing .pcm files.
Richard Smith
2017-06-26
1
-9
/
+0
*
Fix memory leak exposed by r304726.
Richard Smith
2017-06-05
1
-5
/
+7
*
Rather than rejecting attempts to run preprocessor-only actions on AST files,
Richard Smith
2017-06-05
1
-0
/
+35
*
Give files from #line the characteristics of the current file
Reid Kleckner
2017-05-22
1
-77
/
+16
*
[Basic] getColumnNumber returns location of CR+LF on Windows
Chih-Hung Hsieh
2017-04-06
1
-2
/
+11
*
Drop a redundant ".get()" call (NFC)
Vedant Kumar
2016-10-18
1
-1
/
+1
*
[Basic] unique_ptr-ify SourceManager::MacroArgsCacheMap (NFC)
Vedant Kumar
2016-10-18
1
-9
/
+6
*
Use StringRef for MemoryBuffer identifier API (NFC)
Mehdi Amini
2016-10-01
1
-12
/
+12
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
One more fix for use of invalid PresumedLocs missed by r267914.
Richard Smith
2016-04-28
1
-2
/
+3
*
Fix use of uninitialized value exposed by r267802. Accessors of an invalid
Richard Smith
2016-04-28
1
-3
/
+5
*
Remove use of builtin comma operator.
Richard Trieu
2016-02-18
1
-4
/
+8
*
Fix isBeforeInTranslationUnit to not abort on macros defined in cmdline.
Yury Gribov
2016-01-28
1
-0
/
+8
*
Small refactor in isBeforeInTranslationUnit.
Yury Gribov
2016-01-28
1
-6
/
+6
*
[analyzer] Fix IssueHash generation.
Gabor Horvath
2015-12-01
1
-1
/
+1
*
[modules] Refactor handling of -fmodules-embed-*. Track this properly rather
Richard Smith
2015-11-26
1
-5
/
+3
*
[modules] Add -cc1 flag -fmodules-embed-all-files.
Richard Smith
2015-11-24
1
-1
/
+2
*
[Basic] Fix DRY violation, just call getLineTable() (NFC)
Vedant Kumar
2015-11-12
1
-8
/
+3
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Replace double negation of !FileID.isInvalid() with FileID.isValid().
Yaron Keren
2015-10-03
1
-3
/
+3
[next]