Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-26Bug 333941: Squiqgly line for missing semicolons.Markus Schorn1-0/+1
2010-11-24Bug 330747: Octal char constants in preprocessing condition.Markus Schorn1-1/+1
2010-10-12Bug 312423: Unifies ids for problem bindings and problem types.Markus Schorn2-18/+32
2010-10-12Bug 312423: Replace null-types with problem types.Markus Schorn2-0/+4
2010-10-12Bug 312423: Replace null-types with problem types.Markus Schorn2-1/+15
2010-10-11Bug 312423: Concept of IProblemType, cleanup of IProblem.Markus Schorn2-14/+16
2010-08-30Bug 316311 - [C++0x] Raw and unicode string literalsMarkus Schorn1-28/+115
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn1-6/+4
2010-08-25Bug 320157: Endless loop decoding large file.Markus Schorn2-129/+167
2010-08-24toString method.Sergey Prigogin2-0/+20
2010-08-24Cosmetics.Sergey Prigogin2-11/+11
2010-08-19Bug 316307: [C++0x] Syntax for lambda expressions.Markus Schorn1-113/+10
2010-08-12Bug 305980: [C++0x] Inline namespacesMarkus Schorn3-7/+23
2010-07-08Undo accidental check-in.Markus Schorn1-4/+0
2010-07-07Bug 319033: Exception in stand-alone indexer.Markus Schorn1-0/+4
2010-06-24Bug 317435: Change to file-encoding shall trigger index update.Markus Schorn1-4/+4
2010-06-03Bug 315439 Fix up copyrightVivian Kong11-11/+11
2010-05-28Bug 303750: FileCharArray needs to skip UTF-8 byte order mark.Markus Schorn1-3/+21
2010-05-28Bug 103857: Content assist for fields declared below point of completion.Markus Schorn2-1/+9
2010-04-07Bug 305976: New character types.Markus Schorn1-2/+11
2010-03-15Bug 282418: String representation of token-paste.Markus Schorn1-4/+7
2010-03-14Cosmetics.Sergey Prigogin1-10/+10
2010-03-03Bug 303969: ArrayOutOfBoundsException parsing #error without argument.Markus Schorn2-0/+12
2010-02-26Do not reindex files if their contents haven't changed. Bug 302083.Sergey Prigogin6-16/+293
2010-02-23Bug 303152: trailing empty macro expansions in IASTTranslationUnit.Markus Schorn1-1/+1
2010-02-18Compiler warnings.Markus Schorn2-8/+6
2010-02-09Bug 294730: Pragma operators.Markus Schorn4-4/+75
2010-01-15Bug 294730: Declared type of an expression.Markus Schorn1-5/+5
2010-01-08Follow up for bug 292908: Correct reading chunks in loop.Markus Schorn2-42/+31
2010-01-07Bug 292908: Implementation of AbstractCharArray for large files.Markus Schorn3-5/+359
2010-01-05Bug 126956: Absolute include directives without drive letterMarkus Schorn1-2/+12
2009-12-11Compiler warnings.Markus Schorn6-9/+15
2009-11-18Support for static assertions, bug 294730.Markus Schorn1-0/+3
2009-11-17C++0x: Right angle brackets, bug 261268.Markus Schorn2-2/+19
2009-11-11Preprocessor and Indexer independent of CodeReader, bug 294430.Markus Schorn17-174/+591
2009-11-10Let the lexer work on an abstract class rather than on char[], bug 294430.Markus Schorn7-51/+143
2009-10-31Avoid unneccessary object creation.Sergey Prigogin1-12/+12
2009-10-31Manual profiler for focused thread-specific profiling.Sergey Prigogin1-0/+168
2009-10-31Cosmetics.Sergey Prigogin1-44/+42
2009-10-29Include next directive, bug 286081.Markus Schorn2-9/+25
2009-09-29__FILE__ macro is not escaped, bug 288800.Markus Schorn1-2/+3
2009-08-18Configurable strategy for canonicalization of file paths.Sergey Prigogin1-4/+5
2009-08-16Bug 286081.Sergey Prigogin1-111/+120
2009-08-16Cosmetics.Sergey Prigogin1-2/+2
2009-07-13Updated handling of frameworks, bug 69529.Markus Schorn1-18/+14
2009-07-10Relative include search paths, bug 243170.Markus Schorn1-6/+13
2009-07-10Configuring framework search, bug 69529.Markus Schorn4-58/+151
2009-06-29Disable inactive code parsing after string literals, bug 281745.Markus Schorn1-1/+4
2009-06-27Bug 275382. Fix and test case.Sergey Prigogin2-2/+29
2009-06-24Navigation of macro parameters, bug 105929Markus Schorn1-2/+21

Back to the top