hanchenye-llvm-project/clang/lib
Daniel Jasper d1c13736e0 clang-format: Fix another crasher caused by incomplete macro code.
We did't properly mark all of an AnnotatedLine's children as finalized
and thus would reformat the same tokens in different branches of #if/#else
sequences leading to invalid replacements.

llvm-svn: 226930
2015-01-23 19:37:25 +00:00
..
ARCMigrate Objective-C modernizer. Avoid using property-dot syntax when 2015-01-23 19:23:42 +00:00
AST Initial support for Win64 SEH IR emission 2015-01-22 01:36:17 +00:00
ASTMatchers Add voidType() matcher. 2014-12-15 15:09:22 +00:00
Analysis [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py 2015-01-14 11:29:14 +00:00
Basic [Mips] Fix type of 64-bit integer in case of MIPS N64 ABI 2015-01-22 23:16:48 +00:00
CodeGen Replace size() calls on containers with empty() calls where appropriate. NFC 2015-01-23 15:36:10 +00:00
Driver Attempt to fix ::sscanf Cygwin build break reported in PR22302 2015-01-23 19:16:25 +00:00
Edit
Format clang-format: Fix another crasher caused by incomplete macro code. 2015-01-23 19:37:25 +00:00
Frontend Process the -fno-signed-zeros optimization flag (PR20870) 2015-01-23 16:40:50 +00:00
FrontendTool
Headers [AVX512] Add sub-vector FP extracts 2015-01-19 20:12:05 +00:00
Index [libclang] Use same USR encoding for 'char' regardless of what the target considers the sign to be. 2014-12-08 09:09:05 +00:00
Lex Inherit attributes when infering a framework module 2015-01-13 17:47:44 +00:00
Parse Initial support for Win64 SEH IR emission 2015-01-22 01:36:17 +00:00
Rewrite
Sema Sema: code completion for variadic prototypes. 2015-01-23 13:17:51 +00:00
Serialization [modules] If we add an implicit special member to a class through an update 2015-01-22 03:50:31 +00:00
StaticAnalyzer Test commit, no changes. 2015-01-20 09:47:57 +00:00
Tooling Adopt new cl::HideUnrelatedOptions API added r226729. 2015-01-21 23:26:11 +00:00
CMakeLists.txt
Makefile