llvm-project/clang/lib
NAKAMURA Takumi c3a8529269 lib/Frontend/InitHeaderSearch.cpp: Tweak AddPath() to accept "/foo/bar" (not "X:\foo\bar") with -isysroot. test/PCH/reloc.c can pass.
FIXME: We should consider better isysroot scheme on Win32 hosts.
llvm-svn: 130683
2011-05-02 04:50:10 +00:00
..
AST I updated this constructor's interface, and didn't have to fix any 2011-05-02 01:06:57 +00:00
Analysis Silence more -Wnon-pod-memset given its current implementation. I may be 2011-04-28 08:19:45 +00:00
Basic Enhance clang_getCXTUResourceUsage() to report how much memory is used by SourceManager's memory buffers. 2011-04-28 20:36:42 +00:00
CodeGen Remove unused variable spotted by GCC. 2011-05-02 01:41:48 +00:00
Driver Implement -fno-dwarf2-cfi-asm. 2011-04-30 18:35:43 +00:00
Frontend lib/Frontend/InitHeaderSearch.cpp: Tweak AddPath() to accept "/foo/bar" (not "X:\foo\bar") with -isysroot. test/PCH/reloc.c can pass. 2011-05-02 04:50:10 +00:00
FrontendTool Re-enable disable free optimization where the FrontendAction is not freed when -disable-free is passed. This accidentally was commited in r128011. 2011-04-25 22:57:55 +00:00
Headers Some small improvements to the builtin (-ffreestanding) stdint.h; in 2011-04-30 19:02:59 +00:00
Index Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
Lex Fully implement delegating constructors! 2011-05-01 07:04:31 +00:00
Parse Fixed source range for extern linkage specification without braces. 2011-05-01 16:25:54 +00:00
Rewrite Replace a literal 8 with Context->getCharWidth() in 2011-04-30 16:08:27 +00:00
Sema Remove redeclaration of Invalid. The code that set this to true was updating an 2011-05-02 01:48:46 +00:00
Serialization Revise the representation of parameter scope data so that the 2011-05-02 00:30:12 +00:00
StaticAnalyzer Move the SelfInit checker to the 'cocoa.experimental' package. 2011-04-30 06:46:45 +00:00
Tooling Remove noisy semicolons. 2011-04-30 19:55:55 +00:00
CMakeLists.txt Adds a function to run FrontendActions over in-memory code. This is 2011-04-21 18:37:41 +00:00
Makefile Add lib/Tooling to the Makefile build. 2011-04-30 03:09:18 +00:00