Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
703b6015176550eefc91f3e2f19cd19beacbc592
/
lib
/
Lex
/
HeaderMap.cpp
f7ccbad
Basic: import SmallString<> into clang namespace
by Dylan Noblesmith
· 13 years ago
6f42b62
Basic: import OwningPtr<> into clang namespace
by Dylan Noblesmith
· 13 years ago
5f9e272
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
by Chris Lattner
· 13 years ago
7412494
To be able to replay compilations we need to accurately remodel how
by Manuel Klimek
· 14 years ago
b5142bb
Add a 'RawPath' parameter to the PPCallbacks interface. This allows
by Chandler Carruth
· 14 years ago
403ba35
Add missing standard includes. Patch by Joerg Sonnenberger!
by Nick Lewycky
· 14 years ago
03013fa
Merge System into Support.
by Michael J. Spencer
· 14 years ago
39b49bc
now the FileManager has a FileSystemOpts ivar, stop threading
by Chris Lattner
· 14 years ago
6538227
remove old compatibility APIs, use StringRef versions instead.
by Chris Lattner
· 14 years ago
389db16
Implement -working-directory.
by Argyrios Kyrtzidis
· 14 years ago
dbdaf83
Simplify code. No functionality change.
by Benjamin Kramer
· 15 years ago
a139481
stringref'ize a bunch of filename handling logic. Much
by Chris Lattner
· 15 years ago
9f8eb20
Update location of DataTypes.h to reflect move in LLVM with r85086.
by Chandler Carruth
· 15 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
3daed52
improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)
by Chris Lattner
· 16 years ago
8173dba
Initialize Suffix and Prefix to 0, even with a bad entry. Removes an uninitialized value warning from gcc.
by Ted Kremenek
· 16 years ago
35de512
Update to match simplified llvm MemoryBuffer interfaces for files.
by Chris Lattner
· 17 years ago
bda0b62
Make a major restructuring of the clang tree: introduce a top-level
by Chris Lattner
· 17 years ago
[Renamed from Lex/HeaderMap.cpp]
0bc735f
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 17 years ago
ee53364
Converted uses of scoped_ptr to OwningPtr.
by Ted Kremenek
· 17 years ago
5fb125c
implement HeaderMap::LookupFile. I think headermaps are done now. All that is
by Chris Lattner
· 17 years ago
1adbf63
implement enough helper functions to successfully dump out the
by Chris Lattner
· 17 years ago
ba83265
simplify some code, using new scoped_ptr support. Fix a bug in the
by Chris Lattner
· 17 years ago
9875131
Finish hooking up the scaffolding for headermaps. They can now do everything
by Chris Lattner
· 17 years ago
1bfd4a6
Start reading the headermap header, drop the 'errorstr' argument to
by Chris Lattner
· 17 years ago
0f441ab
add headermap.cpp
by Chris Lattner
· 17 years ago