Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
eb41f9838f4328c48c2052bbe634f2d68c4617c4
/
lib
/
Basic
/
SourceManager.cpp
d2a6ac9
* Remove isInSystemHeader() from DiagClient, move it to SourceManager
by Nico Weber
· 17 years ago
d960610
Update to match simplified llvm MemoryBuffer interfaces for files.
by Chris Lattner
· 17 years ago
2ba2358
prune dead #includes
by Chris Lattner
· 17 years ago
56f330d
MemoryBuffer::getFile got smarter, obviating the need for readfilefast.
by Chris Lattner
· 17 years ago
1377e5f
Hack ReadFileFast() to raise the threshold of memory mapped files (from 4->12 pages).
by Steve Naroff
· 17 years ago
be1a7a0
Make a major restructuring of the clang tree: introduce a top-level
by Chris Lattner
· 17 years ago
[Renamed from Basic/SourceManager.cpp]
dfcad78
the macro start and macro end bits in source location are dead, remove them.
by Chris Lattner
· 18 years ago
2f5b8d0
Don't add an extra line to the end of the buffer, it doesn't really exist.
by Chris Lattner
· 18 years ago
959e5be
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 18 years ago
2578dd0
Added storage of the FileID of the the main source file of a translation unit
by Ted Kremenek
· 18 years ago
1b6dd6f
When serializing SourceManager, we now serialize out absolute paths
by Ted Kremenek
· 18 years ago
b92cd87
Add hack to SourceManager to support missing source files during
by Ted Kremenek
· 18 years ago
12206af
Added newline to end of file.
by Ted Kremenek
· 18 years ago
da29d8c
Removed dependence on including iostream (use llvm/Support/Streams.h instead).
by Ted Kremenek
· 18 years ago
bc54abf
Renamed SourceManager::Read to SourceManager::CreateAndRegister.
by Ted Kremenek
· 18 years ago
9c856e9
Implemented initial serialization support for SourceManager.
by Ted Kremenek
· 18 years ago
0ad06d1
Implemented serialization of SrcMgr::ContentCache.
by Ted Kremenek
· 18 years ago
b8a39d9
rename getInstantiationLoc to match the scheme of isPhysicalLoc.
by Chris Lattner
· 18 years ago
c17d26c
change source location to have two bits for macros, tracking
by Chris Lattner
· 18 years ago
27f9c9b
Updated a comment to hopefully silence a Lattner warning.
by Ted Kremenek
· 18 years ago
7670cca
Updated some comments.
by Ted Kremenek
· 18 years ago
dd364ea
Removed SrcMgr::FileInfo and SrcMgr::InfoRec and replaced them with a
by Ted Kremenek
· 18 years ago
d1cedd3
Unbreak mingw32. Maybe there should be something like libClandSystem? :)
by Anton Korobeynikov
· 18 years ago
569faa6
Push the rewriting APIs along. Build a trivial client that replaces tabs
by Chris Lattner
· 18 years ago
61adb66
Removed clang solution file for VC++, which didn't work properly because of hard coded paths in the llvm project files.
by Hartmut Kaiser
· 18 years ago
a09a2c0
Add #ifdefs to make the source portable to windows. Patch contributed
by Chris Lattner
· 18 years ago
37f04117
constify a method.
by Chris Lattner
· 18 years ago
a835e04
Fix a bug in my previous commit
by Chris Lattner
· 18 years ago
c5c0897
Increase the macro id cache to look up several recent entries, not just the last one.
by Chris Lattner
· 18 years ago
4b00965
Fix a couple of bugs, add some new cool stuff.
by Chris Lattner
· 18 years ago