Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
50c9d08fa533b51e8dd36644b686d726c98d9482
/
clang
/
lib
/
Lex
/
HeaderMap.cpp
0e62c1c
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
by Chris Lattner
· 14 years ago
0c69fd2
To be able to replay compilations we need to accurately remodel how
by Manuel Klimek
· 15 years ago
3cc331a
Add a 'RawPath' parameter to the PPCallbacks interface. This allows
by Chandler Carruth
· 15 years ago
2e998b7
Add missing standard includes. Patch by Joerg Sonnenberger!
by Nick Lewycky
· 15 years ago
8aaf499
Merge System into Support.
by Michael J. Spencer
· 15 years ago
5159f61
now the FileManager has a FileSystemOpts ivar, stop threading
by Chris Lattner
· 15 years ago
8afa6de
remove old compatibility APIs, use StringRef versions instead.
by Chris Lattner
· 15 years ago
71731d6
Implement -working-directory.
by Argyrios Kyrtzidis
· 15 years ago
307c2c7
Simplify code. No functionality change.
by Benjamin Kramer
· 16 years ago
d081f8c
stringref'ize a bunch of filename handling logic. Much
by Chris Lattner
· 16 years ago
a3f084c
Update location of DataTypes.h to reflect move in LLVM with r85086.
by Chandler Carruth
· 16 years ago
11289f4
Remove tabs, and whitespace cleanups.
by Mike Stump
· 16 years ago
c25d8a7
improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)
by Chris Lattner
· 17 years ago
100f87d
Initialize Suffix and Prefix to 0, even with a bad entry. Removes an uninitialized value warning from gcc.
by Ted Kremenek
· 17 years ago
595cf9f
Update to match simplified llvm MemoryBuffer interfaces for files.
by Chris Lattner
· 18 years ago
7a51313
Make a major restructuring of the clang tree: introduce a top-level
by Chris Lattner
· 18 years ago
[Renamed from clang/Lex/HeaderMap.cpp]
5b12ab8
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 18 years ago
71d643f
Converted uses of scoped_ptr to OwningPtr.
by Ted Kremenek
· 18 years ago
619e18c
implement HeaderMap::LookupFile. I think headermaps are done now. All that is
by Chris Lattner
· 18 years ago
9f9a619
implement enough helper functions to successfully dump out the
by Chris Lattner
· 18 years ago
d39b8c0
simplify some code, using new scoped_ptr support. Fix a bug in the
by Chris Lattner
· 18 years ago
79764a6
Finish hooking up the scaffolding for headermaps. They can now do everything
by Chris Lattner
· 18 years ago
4ffe46c
Start reading the headermap header, drop the 'errorstr' argument to
by Chris Lattner
· 18 years ago
1587e6d
add headermap.cpp
by Chris Lattner
· 18 years ago