clang-1/lib
Chris Lattner bb57265fdb reduce nesting, use memchr instead of explicit loop, eliminate a
temporary std::string to fix a fixme.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66530 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-10 06:11:34 +00:00
..
AST add some helper methods to AsmStmt and add some comments. 2009-03-10 04:59:06 +00:00
Analysis BugReporter: 2009-03-10 05:16:17 +00:00
Basic Add FullSourceLoc::getDecomposedLoc. 2009-03-10 05:13:43 +00:00
CodeGen reduce nesting, use memchr instead of explicit loop, eliminate a 2009-03-10 06:11:34 +00:00
Driver Fix warnings in build on clang-x86_64-freebsd buildbot. 2009-03-07 18:35:41 +00:00
Frontend BugReporter: 2009-03-10 05:16:17 +00:00
Headers fix inverted conditional, rdar://6633188 2009-02-28 18:53:33 +00:00
Lex fix PR3768, Clang does -D__STDC_HOSTED__=1, even if -ffreestanding is passed. 2009-03-09 21:50:12 +00:00
Parse Implement property '.' notation on Factory/Class objects. Parser changes aren't very pretty:-( 2009-03-09 21:12:44 +00:00
Rewrite Adjust HTML diagnostics CSS to not use "smaller" for font size and instead use 2009-03-10 05:14:32 +00:00
Sema Limit the template instantiation depth to some user-configurable value 2009-03-10 00:06:19 +00:00
CMakeLists.txt Fix cmake builds. 2009-03-02 17:05:26 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00