llvm-project/clang/lib
Daniel Jasper 7194527d9f Improve operator kind detection in presence of comments.
We used to incorrectly identify some operators (*, &, +, -, etc.) if
there were comments around them.

Example:
Before: int a = /**/ - 1;
After:  int a = /**/ -1;

llvm-svn: 172533
2013-01-15 14:27:39 +00:00
..
ARCMigrate Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
AST Resolved merge error with r172323 (llvm::X -> X) 2013-01-15 12:20:21 +00:00
ASTMatchers Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
Analysis Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
Basic Implement parsing, AST, (de-)serialization, and placeholder global 2013-01-14 17:21:00 +00:00
CodeGen Multiprecision subtraction builtins. 2013-01-14 21:44:30 +00:00
Driver Refactor the x86 CPU name logic in the driver and pass -march and -mcpu 2013-01-13 11:46:33 +00:00
Edit Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
Format Improve operator kind detection in presence of comments. 2013-01-15 14:27:39 +00:00
Frontend Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! 2013-01-15 06:45:29 +00:00
FrontendTool use early returns to simplify and de-nest 2013-01-06 07:49:41 +00:00
Headers unwind.h: Add include guards and don't mess with visibility if HIDE_EXPORTS is specified. 2013-01-09 19:54:57 +00:00
Lex Infer "link" lines for top-level frameworks. Essentially, a framework 2013-01-14 17:57:51 +00:00
Parse PR14918: Don't confuse braced-init-lists after template variable declarations 2013-01-15 06:49:38 +00:00
Rewrite Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
Sema Don't crash when binding a reference to a temporary pointer created from 2013-01-15 07:58:29 +00:00
Serialization Implement parsing, AST, (de-)serialization, and placeholder global 2013-01-14 17:21:00 +00:00
StaticAnalyzer [analyzer] Add ProgramStatePartialTrait<const void *>. 2013-01-14 18:58:42 +00:00
Tooling Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00