This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-29 04:16:38 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dfbbf5c0439cce6827977df97d8aaee340d00a99
llvm
/
clang
/
lib
/
Basic
History
Douglas Gregor
4c7626e7b6
Include the SourceManager's line table in the PCH file. We can now
...
properly cope with #line directives in PCH files. llvm-svn: 68963
2009-04-13 16:31:14 +00:00
..
CMakeLists.txt
Add ConvertUTF module from
http://www.unicode.org/Public/PROGRAMS/CVTUTF
.
2009-04-01 15:50:34 +00:00
ConvertUTF.c
Add ConvertUTF module from
http://www.unicode.org/Public/PROGRAMS/CVTUTF
.
2009-04-01 15:50:34 +00:00
Diagnostic.cpp
Eliminate post-diagnostic hooks. Instead, implement a Sema-specific
2009-03-20 22:48:49 +00:00
FileManager.cpp
…
IdentifierTable.cpp
Add initial support for -imacros. Right now it has the same semantics as
2009-04-08 18:24:34 +00:00
LangOptions.cpp
…
Makefile
…
SourceLocation.cpp
…
SourceManager.cpp
Include the SourceManager's line table in the PCH file. We can now
2009-04-13 16:31:14 +00:00
TargetInfo.cpp
…
Targets.cpp
Support -miphoneos-version-min in clang-cc.
2009-04-10 19:52:24 +00:00
TokenKinds.cpp
…