llvm-project/clang/lib
Daniel Jasper 04b6a081fc clang-format: Better support for multi-line wide string literals.
Before:
  SomeFunction(L"A" L"B");

After:
  SomeFunction(L"A"
               L"B");

llvm-svn: 197785
2013-12-20 06:22:01 +00:00
..
ARCMigrate Replacing calls to getAttr with calls to hasAttr for clarity. No functional change intended -- this only replaces Boolean uses of getAttr. 2013-12-19 02:39:40 +00:00
AST Replacing calls to getAttr with calls to hasAttr for clarity. No functional change intended -- this only replaces Boolean uses of getAttr. 2013-12-19 02:39:40 +00:00
ASTMatchers [CMake] clang/lib: Prune redundant dependencies. 2013-12-10 02:36:22 +00:00
Analysis Switching getAttrs calls over to using a specific_attr_iterator. No functional changes intended. 2013-12-19 15:35:31 +00:00
Basic Small simplification: p0 is the same as p. 2013-12-19 16:54:10 +00:00
CodeGen Hosting a call to getAttr so that we don't call it multiple times for the same attribute. Also removes a hasAttr that's not required. No functional changes intended. 2013-12-19 13:16:35 +00:00
Driver Use the integrated assembler by default on FreeBSD/ppc and ppc64. 2013-12-17 20:34:25 +00:00
Edit Add front-end infrastructure now address space casts are in LLVM IR. 2013-12-11 13:39:46 +00:00
Format clang-format: Better support for multi-line wide string literals. 2013-12-20 06:22:01 +00:00
Frontend Correctly compute the size in bytes of PreambleFileHash.MD5 2013-12-20 01:07:30 +00:00
FrontendTool [CMake] clang/lib: Prune redundant dependencies. 2013-12-10 02:36:22 +00:00
Headers clang/lib/Headers/CMakeLists.txt: Revert part of r197395. It should not be staged yet. 2013-12-17 00:02:38 +00:00
Index [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on target_link_libraries() and LLVM_LINK_COMPONENTS. 2013-12-09 19:04:43 +00:00
Lex Fix comment typo. 2013-12-19 16:24:17 +00:00
Parse Refactor the Microsoft inheritance attribute handling so that it no longer has special treatment. Also fixes a minor bug where the attributes were being parsed as though they were GNU-style attributes when they were in fact keyword attributes. 2013-12-18 23:44:18 +00:00
Rewrite Fix raw lex crash and -frewrite-includes noeol-at-eof failure 2013-12-13 17:04:55 +00:00
Sema Remove dead code identified by Aaron Ballman. 2013-12-19 22:23:12 +00:00
Serialization Serialize source range info for TypeTraitExpr. 2013-12-20 01:26:47 +00:00
StaticAnalyzer [analyzer] Use DataRecursiveASTVisitor for the AnalysisConsumer. 2013-12-20 02:02:58 +00:00
Tooling CompilationDatabase.cpp:stripPositionalArgs(): Match not "no-integrated-as" but "-no-integrated-as", it really fixes r197229. 2013-12-14 06:03:28 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00